Skip to content

Commit

Permalink
✨ Add gdpr applies flag to Criteo URL (#36840)
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Dec 9, 2021
1 parent f4f3c9b commit 47f5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/real-time-config/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const RTC_VENDORS = jsonConfiguration({
disableKeyAppend: true,
},
criteo: {
url: 'https://bidder.criteo.com/amp/rtc?zid=ZONE_ID&nid=NETWORK_ID&psubid=PUBLISHER_SUB_ID&lir=LINE_ITEM_RANGES&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&timeout=TIMEOUT&curl=CANONICAL_URL&href=HREF&cst=CONSENT_STATE&cst_str=CONSENT_STRING&cst_type=CONSENT_METADATA(consentStringType)',
url: 'https://bidder.criteo.com/amp/rtc?zid=ZONE_ID&nid=NETWORK_ID&psubid=PUBLISHER_SUB_ID&lir=LINE_ITEM_RANGES&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&timeout=TIMEOUT&curl=CANONICAL_URL&href=HREF&cst=CONSENT_STATE&cst_str=CONSENT_STRING&cst_type=CONSENT_METADATA(consentStringType)&cst_gdpr_applies=CONSENT_METADATA(gdprApplies)',
macros: [
'ZONE_ID',
'NETWORK_ID',
Expand Down

0 comments on commit 47f5ee2

Please sign in to comment.