Skip to content

Commit

Permalink
update gdpr consent (#30516)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgallardo committed Oct 22, 2020
1 parent f12ad14 commit 0be75bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions/amp-a4a/0.1/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ const RTC_VENDORS = jsonConfiguration({
disableKeyAppend: true,
},
freestar: {
url: 'https://prebid-amp.pub.network/openrtb2/amp?tag_id=TAG_ID',
macros: ['TAG_ID'],
url:
'https://prebid-amp.pub.network/openrtb2/amp?tag_id=TAG_ID&gdpr_consent=CONSENT_STRING',
macros: ['TAG_ID', 'CONSENT_STRING'],
disableKeyAppend: true,
},
hubvisor: {
Expand Down

0 comments on commit 0be75bb

Please sign in to comment.