This article and the following four will discuss a file that is vital for Adobe Analytics: the s_code.js file. Note: technically, this article is completely outdated. You should not have to read this if you are implementing a fresh site. I'd even say that you do not have to know what s_code.js is at all. … Continue reading The s_code.js File – Overview
Tag: javascript
Basic Tracking
Most web analytics data is gathered within browsers using Javascript. There's other ways, but we'll get to that later.So how do you track a web page? (Too) Minimal Code The very minimum are 4 lines of code, like so: The first line loads the s_code.js file which contains three important pieces (we'll go into that … Continue reading Basic Tracking