Difference between revisions of "Category: ConversionRuler JavaScript Functions"
From Market Ruler Help
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
To get an overview about how to integrate ConversionRuler into your server-side application, read [[ConversionRuler Tracking Snippets|this article]]. | 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: | ||
Line 7: | Line 9: | ||
== 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 == |
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
- __CR.link
- __CR.track
- __CR.track_id - Deprecated
- __CR.submit
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
Pages in category "ConversionRuler JavaScript Functions"
The following 25 pages are in this category, out of 25 total.