SSAI is a technology that stitches together ads within a video stream before the stream loads on a user’s device. With Apps Creator you can send important information to your SSAI provider whenever a playback URL is accessed.
Using the SSAI Ads functionality in Apps Creator, you can define what information will be sent with each video playback URL.
To define desired macros to be appended with each video playback URL, navigate to Apps Creator >> Monetization >> Ads >> SSAI. Currently we support Mediatailor for SSAI.
Add the desired macros in the provided text box.
Please note that the names of the macros (to the left of the = sign) can be anything. It is just the names of their token values that Apps Creator will be matching with the names of token values listed in the table below.
For example, if you want to append App Bundle ID and Page URL to your playback urls, add the macros as shown below.
app_bundle=[player_params.app_bundle]&page_url=[player_params.page_url]
Parameters added here will be added to all content URLs (including URLs from MRSS feeds and Zype "self hosted" URLs) at playtime.
List of all supported macros:
Token Name | Value |
[player_params.content_id] |
CMS Content Id of the Video |
[player_params.app_bundle] |
App Bundle |
[player_params.app_name] |
App Name |
[player_params.app_domain] |
App Domain |
[player_params.app_store_url] |
App Store URL |
[player_params.did_type] |
IFA type |
[player_params.ua] |
User-agent string |
[player_params.player_height] |
Player Height |
[player_params.player_width] |
Player Width |
[player_params.is_lat] |
Limit Ad Tracking |
[player_params.site_id] |
CMS Site ID |
[player_params.site_name] |
CMS Site Name |
[player_params.page_url] |
Site Page URL |
[player_params.us_privacy] |
US Privacy |
[player_params.genre] |
Content Genre |
[player_params.channel] |
Content Channel |
[player_params.rating] |
Content Rating |
[player_params.title] |
Content Title |
[avail.random] |
Random number to prevent caching |