Plausible Analytics • Ultimate Privacy Compliant Web Tool
Plausible Analytics is one of the new generation projects build around Privacy First/Cookie-less approach. It is an interesting alternative for Google Analytics users who need web...
Filter by Category
Filter by Author
Plausible Analytics is one of the new generation projects build around Privacy First/Cookie-less approach. It is an interesting alternative for Google Analytics users who need web...
Posted by Wojtek Andrzejczak
TCF 2.0 as a new source of problems with the campaign discrepancies for 3rd party tags used in the digital campaigns. What is TCF 2.0? Shortly, TCF became a privacy standard to...
Posted by Wojtek Andrzejczak
The discrepancy between delivered impressions is the most common any annoying campaign reporting problem. Let's discuss this problem from the agency and publisher's point of view.
Posted by Wojtek Andrzejczak
TCF 2.0 as a new source of problems with the campaign discrepancies for 3rd party tags used in the digital campaigns.
Contents
Shortly, TCF became a privacy standard to communicate between websites, ad servers if a user is willing to be tracked and share his information for marketing purposes.
Each website should ask the user if he agrees to be tracked for marketing purposes. If he agrees, then marketers can collect user data and deliver retargeting campaigns to him.
The user choice is to send each ad unit on the website and then transmitted to every connected 3rd party ad server delivering ads to the user.
Often, publishers use 3rd party tags to deliver ads, and sometimes ads are embedded with additional nested levels.
For example, you use the 3rd party CM360 INS tag in the other 3rd party CM360 account.
GRPR’s macros included in the INS tags represent TCF 2.0 standards.
I’ve noticed an increasing amount of discrepancies in the delivered impressions and clicks between our and the clients CM360. The discrepancy is reported at around 70-80%.
Switching 3rd party tags to ZIP files with original HTML5 files and attaching Impression and Click tracking events (client’s Ad Tracking ads) also did not help.
After checking multiple aspects of the setup, the last thing left was checking if removing TCF 2.0 macros from both INS tags and Ad Tracking events (impression + click) will help.
What a surprise, suddenly all numbers matched, discrepancies disappeared.
Simply, when “${GDPR}” does not contain any value (is empty) then, Google collets everything like it always did.
But, as soon as you pass a value like 0 or 1, Google respects this value.
If you pass the wrong value, then Google assumes you set “0”, so the user does not want to be tracked.
data-dcm-gdpr-applies=’gdpr=${GDPR}’
Also GDPR_CONSENT_755 and ADDTL_CONSENT values might play a huge role as a troublemaker.
data-dcm-gdpr-consent=’gdpr_consent=${GDPR_CONSENT_755}’
data-dcm-addtl-consent=’addtl_consent=${ADDTL_CONSENT}’
Websites and Apps usually contain multiple ad units. It can happen that some of them have passed wrong values, which might affect the reporting problems, as described above.
Unfortunately, it is impossible to identify which ad units on the website/app are causing the problem.
It also seems that the implementation of the TCF 2.0 is still not entirely done as we’d like to see.
Of course, removing TCF 2.0 macros is not a good idea, but it is good to check if it is a cause of the discrepancies.
Subscribe to our newsletter!
6 steps to activate Floodlight in DV360 for TrueView for Action campaign.
Let’s analyze the five most common reasons we can not track user conversions in our digital campaigns. With progressing privacy protection laws and restrictions, we track...
Was CM360 70-80% higher or the third party platform? Thanks for sharing.