The mediaexternalids component lists the external ids and their respective external id providers for any media item.
External ID Provider values are constants and their values are:
In order to use the media attributes (such as id, title,thumbUrl, approvedcomments) in the templates, you must pass them in the "fields" reference for the MediaList component.
mid: {$$mid}, external_id: {$$external_id}, external_id_provider {$$external_id_provider}, created {$$created}
No ExternalIds were found fore this media!
In order to use the media attributes (such as id, title,thumbUrl, approvedcomments) in the templates, you must pass them in the "fields" reference for the MediaList component.
totalCount: {$$totalCount}
mid: {$$mid}, $media.instagram.externalid: {$$media.instagram.externalid}
No ExternalIds were found fore this media!
Name | Required | Default | Description |
---|---|---|---|
mid | Required | N/A | The id of the media. |
Name | Description |
---|---|
external_id | The external id for an external id provider. |
external_id_provider | The external id provider for the external id. Possible valuse are:
|
created | The date/time the external id record was created or updated. |
mid | The id of the media. |
media | An array of the media's external ids: Example of how to read: {$media.instagram.externalid} will display the media's externalid from Instagram, if it exists for this media. |
totalItems | The total number of external ids for the media |
primary_external_id | States whether the external id is the primary one for the media: possible values are 1 (true) or 0 (false). |