You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module (core, cmpapi, cli, stub, or testing)
core,cmpapi
Describe with reproduction steps – What is the expected behavior?
I have successfully integrated TCF-2.2, and I possess a Google Ad Tech vendor list. I am able to 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?