Difference between revisions of "ConversionRuler Tracking Snippets"

From Market Ruler Help
Jump to: navigation, search
(Redirected page to Tracking Snippet)
 
Line 1: Line 1:
#REDIRECT [[Tracking_Snippet]]
+
ConversionRuler [[Tracking Snippets]] are a mix of [[JavaScript]] code and [[HTML]] code which allows ConversionRuler to track actions of visitors to your site.
 +
 
 +
The basic layout of the tracking snippet is:
 +
 
 +
# Script which loads ConversionRuler JavaScript code for each page
 +
# Script which records a landing or an action on a page
 +
# HTML which records a landing or an action in browsers which do not support JavaScript
 +
 
 +
Each component of the [[Tracking Snippet]] can be implemented separately for a website which wishes to implement ConversionRuler tracking in a more modular way.
 +
 
 +
== Script which loads ConveresionRuler ==
 +
 
 +
This script is written in such a way that it loads ConversionRuler tracking code based on whether the current page is a `http://` or `https://` page (Secure or non-Secure). It loads the script from
 +
ConversionRuler's servers.

Revision as of 13:32, 18 April 2013

ConversionRuler Tracking Snippets are a mix of JavaScript code and HTML code which allows ConversionRuler to track actions of visitors to your site.

The basic layout of the tracking snippet is:

  1. Script which loads ConversionRuler JavaScript code for each page
  2. Script which records a landing or an action on a page
  3. HTML which records a landing or an action in browsers which do not support JavaScript

Each component of the Tracking Snippet can be implemented separately for a website which wishes to implement ConversionRuler tracking in a more modular way.

Script which loads ConveresionRuler

This script is written in such a way that it loads ConversionRuler tracking code based on whether the current page is a `http://` or `https://` page (Secure or non-Secure). It loads the script from ConversionRuler's servers.