Use this configuration when URL UTM parameters do not exist during player load or to override existing URL UTMs. This configuration should be passed under a field called 'reporting'. For each property, use a camel-cased key and pass the value as the key's value (see example).
Property | Required | Type | Description |
---|---|---|---|
utmSource | Optional | String | The UTM source value. |
utmMedium | Optional | String | The UTM medium value. |
utmCampagin | Optional | String | The UTM campaign value. |
utmTerm | Optional | String | The UTM term value. |
subId | Optional | String | The SUB_ID term value. |
Example:
<div id="PLAYER_ID" data-exs-config='{ "reporting": { "utmSource": "source_value", "utmMedium": "medium_value", "utmCampaign": "campaign_value", "utmTerm": "term_value", "subId": "subId_value" } }'></div>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article