Skip to content

Commit

Permalink
Adtarget, Adtelligent, Mediafuse: Update sync type (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodionOrets authored and nickluck8 committed Aug 10, 2021
1 parent 0d0c95e commit a07ecd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/bidder-config/adtarget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ adapters:
supported-vendors:
vendor-id: 779
usersync:
url: https://sync.console.adtarget.com.tr/csync?t=p&ep=0&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redir=
redirect-url: /setuid?bidder=adtarget&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&uid={uid}
url:
redirect-url:
cookie-family-name: adtarget
type: redirect
type: iframe
support-cors: false
6 changes: 3 additions & 3 deletions src/main/resources/bidder-config/adtelligent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ adapters:
supported-vendors:
vendor-id: 410
usersync:
url: https://sync.adtelligent.com/csync?t=p&ep=0&gdpr={{gdpr}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redir=
redirect-url: /setuid?bidder=adtelligent&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&uid={uid}
url:
redirect-url:
cookie-family-name: adtelligent
type: redirect
type: iframe
support-cors: false

0 comments on commit a07ecd6

Please sign in to comment.