1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
The values that are used for the splice_insert parameters in Channel Assembly are sent through to the server side ad insertion (SSAI) in the form of the session variables. For example, in Channel Assembly, splice_insert.avail_num becomes [scte.avail_num] in SSAI. Based on what you are trying to do, we would recommend one of the following:
Channel Assembly's splice_insert.splice_event_id > SSAI's [scte.event_id] or Channel Assembly's splice_insert.unique_program_id > SSAI's [scte.unique_program_id]
For more information on the SSAI session variables, please review https://docs.aws.amazon.com/mediatailor/latest/ug/variables-session.html
Please let us know if you have further queries or concerns on this. Thank you!
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 months ago
Hi,
As per the example in my question, can you please clarify which of these 3 (splice_insert.splice_event_id or splice_insert.unique_program_id or splice_insert.avail_num) should I be using to
And, is it possible to pass the AssetID values for these FAST Channel Programs to VAST tag? Anything similar to the asset.CAID macro?
Thanks!