Difference between revisions of "Category: ConversionRuler JavaScript Functions"

From Market Ruler Help
Jump to: navigation, search
Line 7: Line 7:
 
== Tracking ==
 
== Tracking ==
  
* [[__CR.link]] -
+
* [[__CR.link]]
 
* [[__CR.track]]
 
* [[__CR.track]]
* [[__CR.track_id]]
+
* [[__CR.track_id]] - Deprecated
 
* [[__CR.submit]]
 
* [[__CR.submit]]
  
 
== Data collection ==
 
== Data collection ==
  
* [[__CR.query]]
+
* [[__CR.query]] - get query string parameters
* [[__CR.cookie]]
+
* [[__CR.instrument]] - collect data from form variables and passively store as [[__CR.data]]
* [[__CR.data]]
+
* [[__CR.cookie]] - get or set cookies on the current domain
* [[__CR.URL]]
+
* [[__CR.data]] - get or set data values on the current domain
 +
* [[__CR.URL]] - DOM loaded page URL, or get current page URL
  
 
== Page interaction ==
 
== Page interaction ==

Revision as of 23:22, 29 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.

The list of JavaScript functions is:

Tracking

Data collection

Page interaction