Difference between revisions of "CR.url"

From Market Ruler Help
Jump to: navigation, search
(Created page with "<code>__CR.url</code> is a member in the ConversionRuler JavaScript Global, and is of type <code>string</code>. It contains the URL of the current page. In the example be...")
 
(Redirected page to CR.URL)
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>__CR.url</code> is a member in the [[ConversionRuler JavaScript Global]], and is of type <code>string</code>. It contains the URL of the current page.
+
#REDIRECT [[CR.URL]]
 
 
In the example below, the URL string is converted to lower case letters.
 
 
 
Example usage:
 
<script>
 
if (
 
    cr.URL().path.toLowerCase().indexOf('/thank-you'.toLowerCase()) === 0
 
) {
 
</script>
 
 
 
 
 
== See also ==
 

Latest revision as of 18:59, 24 June 2020

Redirect to: