Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/resources/bidder-config/connatix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ adapters:
usersync:
cookie-family-name: connatix
iframe:
url: "https://capi.connatix.com/us/pixel?pId=53&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&callback={{redirect_url}}"
url: "https://capi.connatix.com/us/pixel?pId=53&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&callback={{redirect_url}}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the macro to a PBS-Java flavour. For both urls.
From this:
&gpp={{.GPP}}&gpp_sid={{.GPPSID}}

To this:
&gpp={{gpp}}&gpp_sid={{gpp_sid}}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! addressed!

uid-macro: '[UID]'
support-cors: false
redirect:
url: "https://capi.connatix.com/us/pixel?pId=52&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&callback={{redirect_url}}"
url: "https://capi.connatix.com/us/pixel?pId=52&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&callback={{redirect_url}}"
uid-macro: '[UID]'
support-cors: false

Loading