My colleague Carl Sandquist recently wrote "Although you may get a bit teary-eyed bidding farewell to expounding on the differences of eVars and props to your developers, we’re sure you’ll eventually get over it." He's obviously right about this: developers will shed no tears if they never have to see props or eVars ever again. … Continue reading 2 Good Reasons to use Context Data
Tag: report suite
s_gi() and Tracking Links
Today we'll discuss one of the big questions of all times: when tracking links or actions, is it necessary to call s_gi()? If you don't know what I'm talking about, go and read the article on Tracking Links & Action while I wait. At the heart of it is this piece of code: <script type="text/javascript"> … Continue reading s_gi() and Tracking Links
Tracking Mobile Apps
So far we have explained what basic tracking of web pages looks like. Today we'll broaden our horizon and briefly introduce how mobile apps can be tracked — apps for iOS, Android, Windows Phone 8, apps developed for iOS or Android using PhoneGap, apps for WinRT (Windows 8) or even OS X and some other mobile … Continue reading Tracking Mobile Apps
The s_code.js file – Configuration
The s_code.js file - Configuration This article is part of the mini series about the s_code.js file. You can find the other articles here: Overview Configuration section (this article) The s.doPlugin() callback method Plugins Core Javascript code The Configuration Section The configuration of some of the tracking is defined in the s_code.js file in two … Continue reading The s_code.js file – Configuration