From cc22d39865478a82491f7b4857c6cc607821a873 Mon Sep 17 00:00:00 2001 From: bretg Date: Tue, 13 Apr 2021 10:54:08 -0400 Subject: [PATCH] pageUrl doesn't work for all bidders --- dev-docs/bidders/outbrain.md | 2 +- dev-docs/publisher-api-reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/outbrain.md b/dev-docs/bidders/outbrain.md index 4e28a8af91..ce15414b9d 100644 --- a/dev-docs/bidders/outbrain.md +++ b/dev-docs/bidders/outbrain.md @@ -44,7 +44,7 @@ Please note that you need to replace the `` part wit adapters: outbrain: endpoint: http://bidder-url.com - syncurl: http://usersync-url.com?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&cb=%2Fsetuid%3Fbidder%3Doutbrain%26uid%3D__ZUID__ + syncurl: http://usersync-url.com?gdpr={%raw%}{{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}{%endraw%}&cb=%2Fsetuid%3Fbidder%3Doutbrain%26uid%3D__ZUID__ ``` diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index e8f9841351..ff9585d826 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -1652,7 +1652,7 @@ pbjs.setConfig({ bidderSequence: "fixed" }) /* default is "random" */ #### Page URL -Override the Prebid.js page referrer algorithm. +Override the Prebid.js page referrer for some bidders. {% highlight js %} pbjs.setConfig({ pageUrl: "https://example.com/index.html" })