No site without a "like" button these days. Your friendly marketer wanted to have a "like" button, as well as a "tweet this", "share on Google+" and possibly a bunch of other social media buttons on the site to augment the reach of their content. The idea is that a product, some content, or any … Continue reading How to track the ‘Like’ button
Tag: link tracking
Redirect Tracking
While we're introducing different options to track, let me tell you about redirect tracking. Before I go into the technical details and explain how to implement it, let me explain what it is and what people use it for. Use Cases Say you want to track exit links, but you don't want to use Javascript … Continue reading Redirect Tracking
App Tracking – Part II
We'll put some meat to the bone today and provide a bit of sample code and guidance around tracking a mobile app. Setup As we said in Tracking Mobile Apps, you need to download the AMC library for your target OS and include that into your project. We'll build the sample on Android (because we … Continue reading App Tracking – Part II
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