Persistence, Expiry and Attribution – of eVars and events

Greetings! I am rectifying a long-standing mistake, today, finally translating an article that I had posted absolutely ages ago on the German blog. It's about a real-life example that I often use to explain how eVars work. Since eVars are such an integral part of Analytics, a good analogy is important! Unfortunately, I do not … Continue reading Persistence, Expiry and Attribution – of eVars and events

Adobe Experience Platform Mobile SDKs – Mapping Data for Analytics

[screenshot]

This article is part of the Adobe Experience Platform Mobile SDKs mini-series. It is about mapping data into Analytics. You can find the overview here. Mapping data for Analytics In the article about adding Analytics to your app, I mentioned lifecycle metrics, as well as explicit tracking of Views/Activities and user actions. I put a … Continue reading Adobe Experience Platform Mobile SDKs – Mapping Data for Analytics

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