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" })