This is going to be a quick post about how to track in-app visits from Android devices. When an Android App opens a website in a webview ( in-app visit ), the visit usually comes with an special referrer, It does start with...
Category - web analytics
NOTE: I want to start this post with a big disclaimer over it I’m not publishing it in order to tell anyone how they should be doing the Google Analytics tracking to comply with the GDPR / CCPA . The goal of this...
It has been a hard week with all these vendors announcing the Four Hoursemen of the Cookies Apocalypse arrival.There’re a lot of changes coming when we talk about cookies ( 1st, 3rd party ), ITP, GDPR, CCPA,etc . I...
It’s been a long time since I wrote my post about how to prevent duplicate transactions on Google Analytics. At that point, the customTask wasn’t a thing on the Google Analytics JS library, and the approach...
Google Tag Manager team has just added, in a stealth mode, a new Test API for the Custom Templates. This Test API will allow us to define some Unit Tests in order to be able to automate the testing of our template before...
Some years ago, I published my “Tealium Debugger” extension for Chrome which after a nice email my Inbox got, ended being named “UDO Debugger” ( no hard feelings at all ). You may click no the next CTA if...
It happened to me a lot of times that while working with cookies that for whatever the reason I didn’t remembered to add the domain name to the settings, or that I was not able to properly define the root domain. If you...
Since GDPR was announced and more even with the rise of Safari’s ITP and the other upcoming protection feature by the other major browsers, the concers about users privacy was grown which is really nice. But despite...
Yeah, I know, this has been done before by others, but since I had this piece of code around, I decided to publish it. It’s not going to be usual, method since we’ll be relying on sending a duplicate hit to our...
This is going to be a quick #tip post. and it’s coming from a post on Measure Slack. Let’s learn how to grab the current dataLayer variable name within GTM. We’ll need to create a variable with the...