Adding Conversion Tracking Codes
If you are running ads and need to add code to your order thank you page to track sales that come from your ads, you can add the tracking code in the MightyMerchant Site Manager.
To add a conversion tracking code to your website.
1. Copy the code to your clipboard.
2. Log into the MightyMerchant Site Manager.
3. Click the Settings link and then 'More Settings'
4. Scroll to the Ad Tracking HTML field at the bottom of the page.
5. Paste your code and save your changes.
We recommend clicking one of your ad links and placing a test order to confirm that your code is working correctly.
You can substitute the current order total and order number using the following tags:
{n_total_price} - the total price of the order not including shipping or sales tax or discounts
{n_total_charge} - the total charge including shipping and sales tax and discounts
{seq_no} - the order number
For example below we use the {n_total_price} tag for "value":
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/1000082106/?value={n_total_price&label=V2bcCIbA4AEQupXw3AM&guid=ON&script=0"/><br>
Once you've added the code, you must place an order and then check the javascript console in your browser to make sure there are no errors on the order thank you page.