Difference between revisions of "ConversionRuler Google Checkout Integration"

From Market Ruler Help
Jump to: navigation, search
(adding links to google docs)
Line 1: Line 1:
 
You will need to include the following in your Google Checkout XML, within the merchant-checkout-flow-support element:
 
You will need to include the following in your Google Checkout XML, within the merchant-checkout-flow-support element:
  
  <nowiki><parameterized-urls>
+
  <nowiki><merchant-checkout-flow-support>
    <parameterized-url url="https://www.conversionruler.com/bin/tracker.php?siteid=</nowiki>'''XXXXX'''<nowiki>&amp;amp;actn=</nowiki>AAAAA<nowiki>">
+
    <parameterized-urls>
        <parameters>
+
        <parameterized-url url="https://www.conversionruler.com/bin/tracker.php?siteid=</nowiki>'''XXXXX'''<nowiki>&amp;amp;actn=</nowiki>AAAAA<nowiki>">
            <url-parameter name="cramount" type="order-total" />
+
            <parameters>
            <url-parameter name="crtext" type="order-id" />
+
                <url-parameter name="cramount" type="order-total" />
        </parameters>
+
                <url-parameter name="crtext" type="order-id" />
    </parameterized-url>
+
            </parameters>
</parameterized-urls></nowiki>
+
        </parameterized-url>
 +
    </parameterized-urls>
 +
</merchant-checkout-flow-support></nowiki>
  
 
You will need to change:
 
You will need to change:
Line 16: Line 18:
 
[[ConversionRuler]] is on the approved list of vendors for '''Google Checkout'''.
 
[[ConversionRuler]] is on the approved list of vendors for '''Google Checkout'''.
  
==More information==
+
For tracking additional information, visit the [http://code.google.com/apis/checkout/developer/checkout_pixel_tracking.html Google Checkout Pixel Tracking] documentation, or contact us for a custom solution.
* [http://code.google.com/apis/checkout/developer/checkout_pixel_tracking.html Google Checkout Pixel Tracking]
 
  
 
{{crfaq}}
 
{{crfaq}}

Revision as of 00:32, 2 November 2010

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

<merchant-checkout-flow-support>
     <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>
</merchant-checkout-flow-support>

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.

For tracking additional information, visit the Google Checkout Pixel Tracking documentation, or contact us for a custom solution. If you have any further questions, contact us. |