This is a guest post by my colleague Ben Wedenik, one of the people who wrote the Adobe Client Data Layer Extension for Launch. When my colleagues and I started to develop the “Adobe Client Data Layer” Launch Extension, we wanted to make the concept and technology of an Event Driven Data Layer (EDDL) available … Continue reading Lean Analytics with the Adobe Client Data Layer
Tag: link tracking
Why not use sendBeacon?
One reaction to last weeks article on the ACDL was from @AnalyticsNinja, and it was about the 500ms wait time I mentioned: 500ms setTimeout() in click handlers.... Isn't navigator.sendBeacon sufficient? — Analytics Sith (@AnalyticsNinja) October 23, 2020 So very right he is, and the only excuse I have is that ... no, I don't have … Continue reading Why not use sendBeacon?
Basic Tracking – Angular SPA & angulartics2
For some reason, I have lately been exposed to a lot of Angular Single-Page Applications. As you probably know, SPAs are the mortal enemy of the analyst, or at least the implementer, but as you also know, we must overcome our fears to grow. Or something like that. While this sounds empowering to some, and … Continue reading Basic Tracking – Angular SPA & angulartics2
Tracking Form Abandonment
We used to have a plugin for Analytics that would allow people to track form abandonment. It was -wait for it- abandoned somewhere around the move from s_code.js to AppMeasurement.js. If you want to find out where in your forms people give up, you have to improvise come up with a solution yourself. The following … Continue reading Tracking Form Abandonment
Using the new Callbacks for Tracking
Sometimes you find surprising little things when you don't expect it. Take this little gem: Since 1.8.0 (released 19/1/17) Added the following pre- and post-tracking call hooks. (AN-134567) s.registerPreTrackCallback s.registerPostTrackCallback These functions take as parameters: the callback (a function), and the parameters to that function. For example: s.registerPreTrackCallback(function(requestUrl,a,b,c) { console.log("pre track callback"); console.dir(requestUrl); // Request … Continue reading Using the new Callbacks for Tracking
The 2 Faces of the Audience Manager – Analytics Integration
So here you are, wondering. Your friendly marketer has told you to add a new tool to the toolbox — Adobe Audience Manager. She told you that you have to implement some code for it to work. You checked the help site and came away none the wiser. Let me help you. There are currently … Continue reading The 2 Faces of the Audience Manager – Analytics Integration
Measuring Time on Last Pages
Your web site might not sell anything. Instead, your friendly marketer might look at the time that visitors spend on the content. Let's not discuss how accurate or useful that metric is. Someone else has likely discussed this with your friendly marketer at length. But she wants the metric, so you have to make it … Continue reading Measuring Time on Last Pages
Quick Tip: Delayed Tracking with DTM
Sometimes you find yourself in a situation where you need to track something outside the normal way. Examples can be when you want to track data that is not available directly on page load, such as product availability. Easy: use DTM In theory, this should be easy: Just make a Page Load Rule, set "Trigger … Continue reading Quick Tip: Delayed Tracking with DTM
A Short History of Processing a Hit
In the article about Modifying Data Server-Side, we gave a brief list of the steps that every bit of data has to go through before your friendly marketer will see it in her reports. Let's expand on that and also mention the different points where you can add information or retrieve it. Let's start in … Continue reading A Short History of Processing a Hit
KPIs and Success Events
Ah... months with 5 Tuesdays... I don't like them. When do I post? Week 1 and 3, as usual? Do I leave a gap in week 5, then? Or do I post more frequently — say in weeks 1, 3 & 5, shortening the potential gap? How about posting in weeks 1 & 4, as … Continue reading KPIs and Success Events