Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

Adobe Launch Google Consent mode V2

Avatar

Level 4

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 1

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

 

 

Avatar

Community Advisor

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....