The situation: you are responsible for a couple of sites on different domains. Tracking is pretty much the same on all of these pages, but there are some small differences (e.g. each site tracks into a separate report suite). A new version of the s_code has come out and you want to update all your … Continue reading Quick Tip – One s_code.js for Multiple Sites
Category: Plugins
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
With DTM you don’t need Plugins! – Part 1
Today's article is a bit of an experiment. I have set myself a goal, and I'll try to reach that goal and document it. The goal: getting rid of plugins in the s_code.js file. Why would I do that? Couple of reasons: Plugins in the s_code.js file make it more difficult to move to DTM. … Continue reading With DTM you don’t need Plugins! – Part 1
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)
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
How Do I – Track Page Load
Let's begin our irregular series of articles explaining how to do things with a simple one: how do I track page loads? KPI(s) The underlying questions your friendly marketer is asking include: How many Visits and Visitors do I get (to a certain part of my site)? What are the most popular pages on our … Continue reading How Do I – Track Page Load
The s_code.js file – Plugins
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 Plugins (this article) Core Javascript code Plugins Yesterday we mentioned that you can do a lot of things in the s.doPlugins() method, which often means less code on the … Continue reading The s_code.js file – Plugins
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()