Skip to content

Commit

Permalink
added both iframe and redirect syncs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMGoldstein committed May 6, 2024
1 parent c613f55 commit 0c2a756
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/bidder-config/cpmstar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ adapters:
usersync:
cookie-family-name: cpmstar
iframe:
url: https://server.cpmstar.com/usersync.aspx?ifr=1&gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
url: https://us.server.cpmstar.com/usersync.aspx?ifr=1&gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
support-cors: false
uid-macro: '$UID'
redirect:
url: https://us.server.cpmstar.com/usersync.aspx?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
support-cors: false
uid-macro: '$UID'

0 comments on commit 0c2a756

Please sign in to comment.