Skip to content

Commit

Permalink
Added consent string type macro support to criteo url (#33359)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardlabat committed Mar 26, 2021
1 parent a430e8a commit 5f3865f
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 @@ -164,7 +164,7 @@ const RTC_VENDORS = jsonConfiguration({
},
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',
'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)',
macros: [
'ZONE_ID',
'NETWORK_ID',
Expand Down

0 comments on commit 5f3865f

Please sign in to comment.