An entity in Motto’s systems represents any organization, person or thing. Entities are useful in several ways:
The points above become important when you want an end user of your OTT platform to be able to navigate your content structure easily. For example, if they are watching a football match, you might want to suggest similar matches from that same competition.
With Motto’s powerful entity system, all of this (and more) is possible.
Before diving into entities, you must first create an entity type. This is the blueprint that defines what an entity can look like.
For example, if you want to make entities for clubs like FC Barcelona
and Real Madrid
, you should first create the entity type club
(or similar, the naming and structure are in your own hands)!
Once you have created your entity type as hinted at above, you can get started using the Motto Studio, which we recommend for non-technical users. Alternatively, you may get started by using the Motto API.
Via the Studio
The following steps will guide you through the process of setting up an event via the Studio.
First, navigate to the “Library” tab in the Studio. You will see a list of available entity types like in the image below.
Click on the “New” button to start creating a new entity. A sidebar will appear that prompts you to enter the entity’s details. The details that you can fill out here are fully flexible! It depends entirely on your own requirements.
After pressing “Save”, your entity is now created and will show up in the list of entities.
Via the API
If you prefer using the Studio API to interact with the Motto platform, you can follow the following steps to achieve the same result as described in the “Via the Studio” section.
type_id
. This is the identifier of your custom type, which you must first create a content type.That’s it!
An entity in Motto’s systems represents any organization, person or thing. Entities are useful in several ways:
The points above become important when you want an end user of your OTT platform to be able to navigate your content structure easily. For example, if they are watching a football match, you might want to suggest similar matches from that same competition.
With Motto’s powerful entity system, all of this (and more) is possible.
Before diving into entities, you must first create an entity type. This is the blueprint that defines what an entity can look like.
For example, if you want to make entities for clubs like FC Barcelona
and Real Madrid
, you should first create the entity type club
(or similar, the naming and structure are in your own hands)!
Once you have created your entity type as hinted at above, you can get started using the Motto Studio, which we recommend for non-technical users. Alternatively, you may get started by using the Motto API.
Via the Studio
The following steps will guide you through the process of setting up an event via the Studio.
First, navigate to the “Library” tab in the Studio. You will see a list of available entity types like in the image below.
Click on the “New” button to start creating a new entity. A sidebar will appear that prompts you to enter the entity’s details. The details that you can fill out here are fully flexible! It depends entirely on your own requirements.
After pressing “Save”, your entity is now created and will show up in the list of entities.
Via the API
If you prefer using the Studio API to interact with the Motto platform, you can follow the following steps to achieve the same result as described in the “Via the Studio” section.
type_id
. This is the identifier of your custom type, which you must first create a content type.That’s it!