In his posting on AEP Web SDK Debugging, which is excellent, my colleague Julien Piccini wrote about Data Elements, Promises, and how you can use _satellite.setVar() to store return values. As always when I see someone use setVar, my first reaction is "I should really finish this post about why I don't use setVar at … Continue reading Why I do not use setVar
Tag: variables
Big Changes Ahead!
Towards the end of 2019, the world of consultants in the Adobe Experience Cloud eco system changed. First our product management announced some changes for Workspace "Customer Journey Analytics", then Aaron Hardy, Joe Khoury, Justin Grover, and Jenny Medeiros posted an announcement about a unified Javascript library. Those are huge! I'm not sure if you … Continue reading Big Changes Ahead!
Basic Tracking – Remix (contains Launch)
I'm sure you remember the three prior installments of the "Basic Tracking" article series, don't you? Basic Tracking from 2013, about a pure Javascript approach, Basic Tracking - Remix (contains DTM) in 2015, about the more modern tag management approach, and Basic Tracking on AMP Pages in 2018, about the beautifully weird and somewhat limited … Continue reading Basic Tracking – Remix (contains Launch)
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
Using a CEDDL Data Layer with DTM
I feel that standards are a good thing. I think that each of us should strive to follow standard approaches, because it'll make all of our lives easier. I also think that a Data Layer is an adornment on every site, and a svelte way of helping analysts and marketing do their work more flexibly. … Continue reading Using a CEDDL Data Layer with DTM
Don’t track New/Repeat Visitors!
In a rare case of development on my part, I am today going to tell you to not follow the advice in an article I wrote some time ago. I'm talking about Plugins: New/Repeat vs VisitNum. At the time I told you to do your friendly marketer a favour, track visit number for her instead … Continue reading Don’t track New/Repeat Visitors!
SPAs, DTM, and clearVars
For some reason, I see a lot of SPAs right now, some of them actually embedded into otherwise harmless and perfectly likable web sites. I guess they're not going to go away anytime soon. This article is part of my "don't fight it" exercise. It is a follow-up to the article on tracking single-page applications. … Continue reading SPAs, DTM, and clearVars
DTM – How to Amend an Existing Analytics Setup
(Let me state right here at the beginning that judging by the feedback I got from my beta testers editors, this article may not be for the faint of heart. If you think Javascript should be treated with respect, you might want to stop reading.) Have you ever seen the '[x] Page code is already … Continue reading DTM – How to Amend an Existing Analytics Setup
Content as Ecommerce
In December, Simo Ahava posted an article where he explained how using concepts from ecommerce and implementing those on his blog helped him gain new insight. A brilliant article which I suggest you read. I'll wait. Read it? Looks good, doesn't it?! I especially like the distinction skimmer versus reader. Simo implemented everything he did … Continue reading Content as Ecommerce
Tagging Forms (w/o Losing Money)
Our post today will touch on two separate subjects (tagging of forms and limiting server calls (and therefore cost) in certain situations). Those two work together very well, so I decided to mix them together. Two subjects in one posting. Surely that's a good deal! Forms A lot of web sites live entirely to provide visitors … Continue reading Tagging Forms (w/o Losing Money)