Skip to content

Commit

Permalink
Adyoulike: Add an iframe sync endpoint (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
marki1an authored Jan 11, 2022
1 parent 3254e91 commit fc4cb6c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/resources/bidder-config/adyoulike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ adapters:
supported-vendors:
vendor-id: 259
usersync:
url: http://visitor.omnitagjs.com/visitor/bsync?uid=19340f4f097d16f41f34fc0274981ca4&name=PrebidServer&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&url=
url: http://visitor.omnitagjs.com/visitor/isync?uid=19340f4f097d16f41f34fc0274981ca4&name=PrebidServer&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&url=
redirect-url: /setuid?bidder=adyoulike&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&uid=[BUYER_USERID]
cookie-family-name: adyoulike
type: redirect
type: iframe
support-cors: false
secondary:
url: http://visitor.omnitagjs.com/visitor/bsync?uid=19340f4f097d16f41f34fc0274981ca4&name=PrebidServer&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&url=
redirect-url: /setuid?bidder=adyoulike&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&uid=[BUYER_USERID]
type: redirect
support-cors: false

0 comments on commit fc4cb6c

Please sign in to comment.