Difference between revisions of "ConversionRuler Google Checkout Integration"

From Market Ruler Help
Jump to: navigation, search
(amp should be encoded as &)
Line 2: Line 2:
  
 
  <nowiki><parameterized-urls>
 
  <nowiki><parameterized-urls>
     <parameterized-url url="https://www.conversionruler.com/bin/tracker.php?siteid=</nowiki>'''XXXXX'''<nowiki>&amp;actn=</nowiki>AAAAA<nowiki>">
+
     <parameterized-url url="https://www.conversionruler.com/bin/tracker.php?siteid=</nowiki>'''XXXXX'''<nowiki>&amp;amp;actn=</nowiki>AAAAA<nowiki>">
 
         <parameters>
 
         <parameters>
 
             <url-parameter name="cramount" type="order-total" />
 
             <url-parameter name="cramount" type="order-total" />

Revision as of 00:28, 2 November 2010

You will need to include the following in your Google Checkout XML, within the merchant-checkout-flow-support element:

<parameterized-urls>
     <parameterized-url url="https://www.conversionruler.com/bin/tracker.php?siteid=XXXXX&amp;actn=AAAAA">
         <parameters>
             <url-parameter name="cramount" type="order-total" />
             <url-parameter name="crtext" type="order-id" />
         </parameters>
     </parameterized-url>
 </parameterized-urls>

You will need to change:

  • XXXXX in the above to your Site ID which is visible in the snippets as siteid=XXXXX
  • AAAAA in the above to your Action Code which is visible in the snippets as actn=AAAAA

ConversionRuler is on the approved list of vendors for Google Checkout. If you have any further questions, contact us. |