InteractiveAdvertisingBureau / GDPR-Transparency-and-Consent-Framework

Technical specifications for IAB Europe Transparency and Consent Framework that will help the digital advertising industry interpret and comply with EU rules on data protection and privacy - notably the General Data Protection Regulation (GDPR) that comes into effect on May 25, 2018.
855 stars 359 forks source link

Trouble For Adding `addtlConsent` Key in TCF2.2 Integration #357

Closed naeem-epi closed 7 months ago

naeem-epi commented 8 months ago

I have successfully integrated TCF-2.2, and I possess a Google Ad Tech vendor list. I can generate both a tc string and AC string successfully. However, when I call the window.__tcfapi('addEventListener', 2, (tcData, success) => { console.log(tcData) }) function, I see that the addtlConsent key is not being appended in response, and the result lacks this key. I need assistance in incorporating the addtlConsent key into the addEventListener method. Can someone guide me on how to achieve this?