Skip to content

Commit

Permalink
Update Adtelligent ortb url endpoint (#800)
Browse files Browse the repository at this point in the history
* Update url in config file

* Add us_privacy param

Co-authored-by: rpanchyk <rpanchyk@rubiconproject.com>
  • Loading branch information
AndriyPavlyuk and rpanchyk authored Sep 15, 2020
1 parent 6a807d2 commit 8d2dc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/bidder-config/adtelligent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
adapters:
adtelligent:
enabled: false
endpoint: http://hb.adtelligent.com/auction
endpoint: http://ghb.adtelligent.com/pbs/ortb
pbs-enforces-gdpr: true
pbs-enforces-ccpa: true
modifying-vast-xml-allowed: true
Expand All @@ -18,7 +18,7 @@ adapters:
supported-vendors:
vendor-id: 0
usersync:
url: https://sync.adtelligent.com/csync?t=p&ep=0&redir=
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}
cookie-family-name: adtelligent
type: redirect
Expand Down

0 comments on commit 8d2dc19

Please sign in to comment.