You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to implement omid interface for video player, but there is gap in documentation. Verification is related to VAST Ad tag which can contain multiple Creative tags, f.e. linear(videoElement ) + companion variations(slotElement). Documentation menions only single element for sessionStart, either a videoElement or slotElement (which makes sense because there is no identifier like evt.creativeId). So only way to measure also companion that comes to my mind is to create multiple adSessionId for each element and run multiple sessions in parallel which contradicts property name adSessionId (should be slotSessionId). The second way is to skip measuring companion variations.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to implement omid interface for video player, but there is gap in documentation. Verification is related to VAST Ad tag which can contain multiple Creative tags, f.e. linear(videoElement ) + companion variations(slotElement). Documentation menions only single element for sessionStart, either a videoElement or slotElement (which makes sense because there is no identifier like evt.creativeId). So only way to measure also companion that comes to my mind is to create multiple adSessionId for each element and run multiple sessions in parallel which contradicts property name adSessionId (should be slotSessionId). The second way is to skip measuring companion variations.
Thanks.
The text was updated successfully, but these errors were encountered: