✨ Update Neodata amp-analytics vendor config with GDPR support and conditional cookie-match#40520
✨ Update Neodata amp-analytics vendor config with GDPR support and conditional cookie-match#40520Ayrton79 wants to merge 2 commits into
Conversation
…nd conditional cookie-match - Add gdpr=0|1 parameter to pageview URL derived from CONSENT_METADATA(gdprApplies) - Extract gdprAppliesFlag into vars section to keep the URL readable - Split trackCookieMatch into three separate triggers (trackCmDbm, trackCmAdform, trackCmMediamath), each controlled by an enableCm* var defaulting to "" (disabled), so publishers opt-in to individual partners from the in-page tag - Rename requests ADFORM→cmAdform and MEDIAMATH→cmMediamath for naming consistency - Update vendor-requests.json fixture and analytics-vendors.amp.html example accordingly
|
heya @Ayrton79 thanks for the contribution. Are you part of NeoData ? happy to review this once you can get the tests green |
Hi @erwinmombay , sorry for the late reply. About the tests, i'm checking and it seems something related with CircleCI CLI: Exited with code exit status 2 Are these the errors you are referring to? Thanks, |
|
LGTM. if you could get the CL green |
The Neodata vendor config was missing the gdpr=0|1 flag required by the IAB TCF standard, and cookie-match triggers were always active with no way for publishers to control which partners to enable.
Changes: