Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Supply cookie sync is required when integrating with Aniview openRTB endpoint.

Aniview requires opening an iframe for cookie sync

Cookie Sync iframe Url:

https://player.aniview.com/ssync/[Your Network Id]/ssync.html?pid=[Your Network Id]&gdpr=&consent=&ccpa=&r=[Encoded redirect url]

Query Parameters:

  • pid: Replace [Your Network Id] with your network id as defined in Aniview console (manage.aniview.com)

  • gdpr: Is gdpr

  • consent: if gdpr is applied, pass the consent string

  • ccpa: ccpa string (4 letters)

  • r: The encoded redirect url.
    [AV_UID] will be replaced with Aniview user id. This id should be sent in user.buyeruid in the OpenRTB payload

Macros:

  • [AV_UID] - Aniview User ID - This id should be sent in user.buyeruid in the OpenRTB payload

Example:

https://player.aniview.com/ssync/1234/ssync.html?pid=1234&r=https%3A%2F%2Fyour.sync.url%2Fsync%3Fuid%3D%5BAV_UID%5D

Please contact your Aniview representative or support@aniview.com for setting up OpenRTB supply endpoint

  • No labels