Action Code

From Market Ruler Help
Revision as of 02:38, 15 October 2009 by Admin (talk | contribs) (Created page with 'Every Conversion Action in '''ConversionRuler''' has an associated ''code'' which identifies it in ConversionRuler. Currently, '''Action Code'''s are numbers starting at 1 a…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Every Conversion Action in ConversionRuler has an associated code which identifies it in ConversionRuler.

Currently, Action Codes are numbers starting at 1 and increasing for each Conversion Action configured for a particular site. Note that if you edit or remove Conversion Actions that the action codes may not be sequential.

You can find the action code in the Conversion Action Snippet as highlighted below:

<!-- ConversionRuler Action Script: Add to Cart BEGIN -->
<script type="text/javascript">
(function(){var d=document,u=((d.location.protocol=='https:')?'s':'')+'://www.conversionruler.com/bin/js.php?siteid=XXXX';
d.write(unescape('%3Cscript src=%22http'+u+'%22 type=%22text/javascript%22%3E%3C/script%3E'));})();
</script><script type="text/javascript">
cr_track('4');
</script><noscript><div style="position: absolute; left: 0"><img
src="https://www.conversionruler.com/bin/tracker.php?siteid=XXXX&nojs=1&actn=4" alt="" width="1" height="1"
/></div></noscript>
<!-- ConversionRuler Action Script: Add to Cart END -->

The Action Code appears twice in any Tracking Snippet.

See also