Difference between revisions of "ConversionRuler Action"

From Market Ruler Help
Jump to: navigation, search
(Created page with 'A '''ConversionRuler Action''' is a Conversion Action and consists of the action definition, and instances when your site visitors actually perform these actions. ==Action D…')
 
 
Line 13: Line 13:
 
To track a particular action, you can simply paste a the action's [[Tracking Snippet]] on the page where you want an action to be recorded (e.g. the [[Conversion Action Page]]). Or, you can track specific actions, such as:
 
To track a particular action, you can simply paste a the action's [[Tracking Snippet]] on the page where you want an action to be recorded (e.g. the [[Conversion Action Page]]). Or, you can track specific actions, such as:
  
* [[cr_link|Tracking clicking on a link]]
+
* [[__CR.link|Tracking clicking on a link]]
* [[cr_link|Tracking downloading a PDF]]
+
* [[__CR.link|Tracking downloading a PDF]]
* [[cr_track_id|Clicking a Flash Advertisement]]
+
* [[__CR.track_id|Clicking a Flash Advertisement]]
* [[cr_submit|Tracking submitting a form]]
+
* [[__CR.submit|Tracking submitting a form]]
  
 
To do so may require some knowledge of [[JavaScript]], or the assistance of [[MarketRuler Support]].
 
To do so may require some knowledge of [[JavaScript]], or the assistance of [[MarketRuler Support]].

Latest revision as of 15:47, 26 February 2016

A ConversionRuler Action is a Conversion Action and consists of the action definition, and instances when your site visitors actually perform these actions.

Action Definition

The definition of a Conversion Action includes configurable settings regarding the action, including:

  • what values should be recorded
  • the labels for the data to be recorded (e.g. Order Amount, Subtotal, Email Address, etc.)
  • how duplicates are handled

Action Instance

The instance of an action is when a particular visitor on your site actually performs an action, whether it be viewing a particular page, signing up for a catalog, clicking an advertisement, or completing an order.

Action Tracking

To track a particular action, you can simply paste a the action's Tracking Snippet on the page where you want an action to be recorded (e.g. the Conversion Action Page). Or, you can track specific actions, such as:

To do so may require some knowledge of JavaScript, or the assistance of MarketRuler Support.

See also