Communicating consent with Google

by | Oct 5, 2020 | Tech

Complexity with consent management keeps on growing. This post could have been just an internal memo but I thought that it might help others as well so hence posting it publicly.

Let’s start with TCF. Google joined the framework on version 2.0 and it was probably one big win for the whole framework to get the acceptance it has now received. Google is on the framework with vendor id 755. That means that they will receive the consents from TCF compliant CMPs as any other vendor would and then Google will consume the consent information on their platform(s). Now as the coverage of this consent transmission is not extensive, there are Google products that don’t consume TCF consent as of now. This leads to need that some publishers have been asking Google consent within the framework and also outside of it. From orchestration point of view this non-TCF consent needs to be communicated to Google’s products the manual or custom way.

For example Google Analytics has configuration option:

window['gtag_enable_tcf_support'] = true

Source : https://support.google.com/analytics/answer/10022331?hl=en

This setting makes Google Analytics to honor TCF consents given for Google as vendor.

Outside TCF Google Analytics has other options to configure it to act per consents. Following settings alter the way Google Analytics collects the data (anonymizeIp) and if the advertising related functionality is enabled or not (allowAdFeatures):

ga('set', 'anonymizeIp', true);

You can set this within the GA configuration or dynamically via Google Tag Manager. After testing with two separate setups the options seems to not accept “false” as value (even it should by specs) so if you configure it as macro variable within GTM you can witness that variable setting the parameter to false turns as undefined in the made call. Things that really can drive you nuts…

Then the other option, allowAdFeatures.

ga('set', 'allowAdFeatures', false);

Same here, set it within you GA configuration/init or set it within GTM. Normally you have Google Analytics Settings as custom variable on your GTM, open it up and you’ll see More settings > Fields to Set

For settings these dynamically per consent, you need implement custom variables for those macros and custom javascript code to read the consents.

Then there is new feature, Google Consent Mode to cover the same, partially something else and then cover also some parts differently as the previous options. Now, if you expect clear recommendation out of this article then prepare to not receive those. We are testing with all these combination as this is being written but seems the behavior of the options is so inconsistent that each scenario would require deep dives before real recommendations can be given.

That being said, Consent Mode looks promising from the coverage point of view and hence we have included it to Gravito LightCMP as optional plugin already now. You can also experience both option, Consent Mode and allowAdFeatures flag on this blog that you are reading so all geeks out there, you can test and fiddle with these listed options here. Please report us your findings… 🙂

More information to come, stay tuned.

Recent posts

Google Consent Mode V2

What is Google Consent Mode?  Google's Consent Mode is a tool within Google Tag Manager that allows websites to adjust how tags behave based on user consent for tracking. It helps manage and control the behavior of tags, such as Google Analytics and Google Ads,...

Changes in TCF we expect to see

In this post, Gravito's Lead Developer, Unnikrishnan Kurup, opens up the IAB's TCF 2.2 Attention publishers! Stay in the loop about exciting changes to the TCF framework that will impact your advertising strategy. Stay ahead of the game with the inside scoop! IAB’s...

Gravito’s COO at Nordic AdTech Review

Gravito's COO Patrick Glantz, recently appeared in the Nordic Ad Tech Review Podcast hosted by Netric Sales, Sweden You can listen to the podcast below on Spotify https://open.spotify.com/episode/1iUlbpqrYAi3tKLJ6cKKjZ?si=7c1cc93475464344 More details of the podcast...

Gravito @DMEXCO 2022

Gravito team attended DMEXCO 2022 in Cologne, Germany. DMEXCO is Europe’s leading digital marketing & tech event. DMEXCO is the meeting place and a community for key players in digital business, marketing, and innovation. DMEXCO offers an ecosystem with seminars,...

Gravito featured in Cybernews

Gravito featured in Cybernews !! Know more from the interview with Gravito Ltd's COO Patrick Glantz Read more here "Consumers are expecting a meaningful and proactive dialogue with their brands. Many of the companies aren’t however accurate and real-time...

Future of Programmatic

Disclaimer : While writing and publishing the blog there has been lots of discussion about programmatic advertising with reference to the court ruling over how IAB Europe’s consent popups being unlawful. This article does not discuss anything about this topic. This...

In Conversation with Gravito’s COO

In this new post we have a conversation with Gravito's Chief Operating Officer Patrick Glantz What do you think will be a major strategy change that your customers will make in terms of Consent Management and Privacy practices in 2022? Both privacy as well as consents...

Third-party OUT, First-party IN – Part 2

This is the second part of the two part series. The first part can be accessed here A POSSIBLE WAY FORWARD As we discussed in the first post of this series, at Gravito, we believe in a “Privacy first, My Data” kind of approach. We have built all our services with...

Third-party OUT, First-party IN – Part 1

Death of the Third-party : Slow but Inevitable The death of third-party cookies is much closer than you think, with Safari and Firefox already blocking them and Chrome ready to pull the plug in another year or two.  There is no immediate solution for the...