With DTM you don’t need Plugins! – Part 2

Let's continue on the journey and replace one more plugins with DTM goodness. I even get to introduce an almost hidden feature! getVisitNum I was slightly disappointed last time because I couldn't find an easy way of replacing getVisitNum. This plugin keeps track of how often someone comes to the site. Very useful for segmentation purposes. … Continue reading With DTM you don’t need Plugins! – Part 2

Migrating from H-code to AppMeasurement

In May 2013, the Adobe analytics product team released a new Javascript library, no longer called "H.xx.y" but "AppMeasurement for JavaScript". The main selling points for this new lib are it's speed (3 – 5 times faster than H.25), size (8k compressed, compared to 13k for H.25) and native support for some of the most … Continue reading Migrating from H-code to AppMeasurement

The s_code.js file – s.doPlugins()

The s_code.js file - s.doPlugins() This article is part of the mini series about the s_code.js file. You can find the other articles here: Overview Configuration section The s.doPlugin() callback method (this article) Plugins Core Javascript code The s.doPlugins() Callback Method Now this one is a proper subject for developers. So far we have only … Continue reading The s_code.js file – s.doPlugins()