- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Good morning,
i'm trying to configure Consent Prompt Manager in order to show to EU users a pop-up asking permission to track them. I have done the configuration as it is explained in the official guide i'm not being able to show the pop-up in my pages. Could you help me with this please?
Thank you very much
Patricia
Solved! Go to Solution.
Hello @pgarri02pruebas. Let me see if I can find your account manager. Thank you for your patience.
Hello!
Yes, I have the "Yes" button checked but it does not work. Another idea?
Thank you!
Ok, thank you for your help. I cannot still see the pop-up even I have done all the configurations...
05-15-2018 12:12 AM - edited 05-15-2018 01:52 AM
If the Consent Manager not shows up, check your LoadRules. For Testing, set the LoadRule to AllPages and publish. You can also test to call the Consent Manager through Javascript. Try it in the browser console:
utag.gdpr.consent_prompt //or
utag.gdpr.showExplicitConsent()
Ok! Thank you for your help. I've tried with utag.gdpr.consent_prompt in the console and I can see that now is working. I have another doubt, because I dont understand the differences between consent prompt manager and consent dialog preferences. I mean, i know that second one is to allow the users to decide the preferences of their data, but how can the user see this pop-up? I'm trying with Tealium and I'm not being able to see it. It suppose to appear when the users choose their answer in the first pop? Thank you in advance!
05-16-2018 05:00 AM - edited 05-16-2018 05:08 AM
You can call the preference Manager with javascript as well. Call in the console:
utag.gdpr.showConsentPreferences()
If you want it directly on the website, for example if a button is clicked, you can call the funtion with the onclick attribute:
<a href="#" onClick="utag.gdpr.showConsentPreferences()">Consent Preferences</a>
As you mentioned, you want it to appear if a answer is choosen in the consent manager, you can add customized Javascript Code to your consent Manager, for example:
if ($privacy_pref_optin.checked) { utag.gdpr.setConsentValue(1); utag.gdpr.showConsentPreferences();
Best Regards
Patrick Hegnauer
Thank you for your help. I've used your code:
if ($privacy_pref_optin.checked) { utag.gdpr.setConsentValue(1); utag.gdpr.showConsentPreferences();
and now the preferences of Consent Manager appear when the answer "yes" is checked in the Consent Prompt Manager.
Best regards
Hi,
This confused me as well. I have made the following video (22 mins).
https://www.youtube.com/watch?v=4tbFV_bwEtU&t=978s
Enjoy!
utag.gdpr.showConsentPreferences('nl') fires the Dutch One
utag.gdpr.showConsentPreferences('fr') fires the French one
10-19-2020 02:38 AM - edited 10-19-2020 02:38 AM
Here are 3 examples which might help you. All Tealium clients:
https://www.tsb.co.uk/personal/
https://www.abnamro.nl/nl/prive/index.html (single dialog)
http://berlowrahman.scot/ / http://dev.berlowrahman.scot/ (Built by me and featured in the video)
Copyright All Rights Reserved © 2008-2023