Confirm Active Consent Working
You can use this method to confirm that the Active Consent is working:
- Open a new incognito
- Open the network tab
- Paste the URL for the site and hit “enter”
- Note that there are no uia or batch calls in the network tab or DYID in the applications, since there are no cookies being collected.
- Fire the API “DYO.ActiveConsent.updateConsentAcceptedStatus(true)” in the console
- The uia then appears, since cookie consent has been given.
Alternatively, if you want to test if you have turned off cookie consent properly using the API, you can:
- Fire the “DYO.ActiveConsent.updateConsentAcceptedStatus(false)” in the console.
- And then fire an event in the console and check the network calls to confirm that there is no new dpx call.
Accedi per aggiungere un commento.
Commenti
0 commenti