ConversionRuler Google Checkout Integration
From Market Ruler Help
(Redirected from How does ConversionRuler integrate with Google Checkout?)
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&actn=AAAAA"> <parameters> <url-parameter name="cramount0" type="order-total" /> <url-parameter name="cramount1" type="tax-amount /> <url-parameter name="cramount2" type="shipping-amount /> <url-parameter name="crtext0" type="order-id" /> </parameters> </parameterized-url> </parameterized-urls> </merchant-checkout-flow-support>
For integration using Google Checkout HTML, include the following HTML on your page which submits order information to Google Checkout:
<input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.url" value="https://www.conversionruler.com/bin/tracker.php?siteid=XXXXX&actn=AAAAA"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-1.name" value="crtext"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-1.type" value="order-id"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-2.name" value="cramount0"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-2.type" value="order-total"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-3.name" value="cramount1"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-3.type" value="tax-amount"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-4.name" value="cramount2"/> <input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.parameterized-urls.parameterized-url-1.parameters.url-parameter-4.type" value="shipping-amount"/>
In both examples, you 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.
See also
If you have any further questions, contact us. |