From 8d2dc1996d82ebbe47cca02cd01f55268a80f06f Mon Sep 17 00:00:00 2001 From: AndriyPavlyuk <45233521+AndriyPavlyuk@users.noreply.github.com> Date: Tue, 15 Sep 2020 19:33:18 +0300 Subject: [PATCH] Update Adtelligent ortb url endpoint (#800) * Update url in config file * Add us_privacy param Co-authored-by: rpanchyk --- src/main/resources/bidder-config/adtelligent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/bidder-config/adtelligent.yaml b/src/main/resources/bidder-config/adtelligent.yaml index 7f4123998e0..5eff25f26ac 100644 --- a/src/main/resources/bidder-config/adtelligent.yaml +++ b/src/main/resources/bidder-config/adtelligent.yaml @@ -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 @@ -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