Difference between revisions of "Category: ConversionRuler JavaScript Functions"

From Market Ruler Help
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
A list of all functions which can be invoked on pages where [[ConversionRuler Tracking Snippets]] are installed.
 
A list of all functions which can be invoked on pages where [[ConversionRuler Tracking Snippets]] are installed.
 +
 +
To get an overview about how to integrate ConversionRuler into your server-side application, read [[ConversionRuler Tracking Snippets|this article]].
 +
 +
For a list of best practices for instrumenting your site read [[ConversionRuler Coding Best Practices]].
  
 
The list of JavaScript functions is:
 
The list of JavaScript functions is:
  
* [[cr_link]]
+
== Tracking ==
* [[cr_track]]
+
 
* [[CRMemory_Set]]
+
* [[__CR.link]]
* [[CRMemory_Get]]
+
* [[__CR.track]]
* [[CRMemory_Output]]
+
* [[__CR.track_id]] - Deprecated
* [[CRMemory_HiddenInput]]
+
* [[__CR.submit]]
* [[CR_QS]]
+
 
 +
== Data collection ==
 +
 
 +
* [[__CR.query]] - get query string parameters
 +
* [[__CR.instrument]] - collect data from form variables and passively store as [[__CR.data]]
 +
* [[__CR.cookie]] - get or set cookies on the current domain
 +
* [[__CR.data]] - get or set data values on the current domain
 +
* [[__CR.URL]] - DOM loaded page URL, or get current page URL
 +
 
 +
== Page interaction ==
 +
 
 +
* [[__CR.jquery]]
 +
* [[__CR.ready]]
 +
* [[__CR.watchers]]

Latest revision as of 17:53, 30 January 2021

A list of all functions which can be invoked on pages where ConversionRuler Tracking Snippets are installed.

To get an overview about how to integrate ConversionRuler into your server-side application, read this article.

For a list of best practices for instrumenting your site read ConversionRuler Coding Best Practices.

The list of JavaScript functions is:

Tracking

Data collection

Page interaction