Adobe Launch Google Consent mode V2 | Community
Skip to main content
New Participant
March 7, 2024
Solved

Adobe Launch Google Consent mode V2

  • March 7, 2024
  • 1 reply
  • 1298 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

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

1 reply

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
April 17, 2024

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

New Participant
May 30, 2024

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

 

 

Jennifer_Dungan
New Participant
May 30, 2024

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