-
https://github.com/InteractiveAdvertisingBureau/SIVIC/blob/5af81aa12157e4d4377455e7ba73fda184c3de52/examples/sivic_protocol.js#L41
Should be:
const messageId = this.nextMessageId_++;
-
Pieter Mees
Should we also call out that you should not create your own video elements in your iframe? Because these would go out of sync with the player controls?
Why I bring this up: we've see…
mtumi updated
5 years ago
-
https://github.com/InteractiveAdvertisingBureau/SIVIC/blob/5af81aa12157e4d4377455e7ba73fda184c3de52/examples/sivic_protocol.js#L183
-
I removed the VPAID diagram showing advertiser publisher relation.
I think something like this may be illustrative.
![sivic flows](https://user-images.githubusercontent.com/6663562/48574978-a39a…
-
https://github.com/InteractiveAdvertisingBureau/SIVIC/blob/5af81aa12157e4d4377455e7ba73fda184c3de52/examples/sivic_protocol.js#L110
If the creative were responsible for generating the sessionId the…
-
https://github.com/InteractiveAdvertisingBureau/SIVIC/blob/5af81aa12157e4d4377455e7ba73fda184c3de52/examples/player/sivic_player.js#L11
Since the creative is initializing the first interaction by p…
-
All functions should be prepended with:
SIVIC:player
type | expects response | args
-- | -- | --
resize note: if the creative is not yet visible, this will be intended dimensions | false | vid…
-
[VAST 4.1 defines [CLICKPOS] macro](https://iabtechlab.com/wp-content/uploads/2018/11/VAST4.1-final-Nov-8-2018.pdf#page=109) as:
> Coordinates of the click relative to the area defined by the [PLAYER…
-
Should players pause video in response to Clickthrough?
If player do not pause video on CT, should players describe this limitation to the ad at handshake (initAd)?
mtumi updated
5 years ago
-
We discussed in sub group the API for the player.
All ID’s are prepended with SIVIC:Tracking, they should be reported when a tracking pixels are reported for the report type. These names correspon…