Dear All,
Please help.
I need to implement Google consent mode v2 in Adobe launch.
Please help to guide, how to implement step by step.
Thank you
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello,
I would expect that you can code this using the "gtag" method found here:
https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced#gtag.js_4
gtag is basically the mechanism to add code directly to a website (i.e. not using GTM), using custom code rules / actions, you can run any JS on your site (with the appropriate triggers).
While I can't provide a complete end-to-end solution for you, since I don't know anything about your implementation, I can confirm that gtag coding works, as I use this for triggering Google conversion codes.
If this is outside your level of confidence, perhaps you can leverage a developer within your organization to help you.
Just make sure to test the implementation thoroughly to ensure it's working.
Good Luck
Hello,
I would expect that you can code this using the "gtag" method found here:
https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced#gtag.js_4
gtag is basically the mechanism to add code directly to a website (i.e. not using GTM), using custom code rules / actions, you can run any JS on your site (with the appropriate triggers).
While I can't provide a complete end-to-end solution for you, since I don't know anything about your implementation, I can confirm that gtag coding works, as I use this for triggering Google conversion codes.
If this is outside your level of confidence, perhaps you can leverage a developer within your organization to help you.
Just make sure to test the implementation thoroughly to ensure it's working.
Good Luck
Hi Jennifer,
Thank you for your answer.
I just didn't understand one thing: do you implement the gtag method directly in the source code or do you create custom code that you inject via launch?
Claudia
Views
Replies
Total Likes
Hi,
I assume you were asking about doing this in Launch (where I also assume you have your GA implemented...). So I would use custom code inside of a Launch Rule to set the gtag consent....
Views
Replies
Total Likes
Views
Likes
Replies