|
How to enable tracking for Google Adwords, Yahoo overture,
MSN Adcenter, AdBrite and other such programs?
All these services will provide you with a custom code
snippet that they require you to place on your "thank
you" page. If available, use the "secure" code.
Best place to place this code is in your generic "thank
you" page by going to Admin > Account Preferences.
If the code is item specific, you can enter that in the HTML
for thank you page while adding or editing your product. You
can reach that screen by pressing "more options"
while adding the product.
If the code requires you to use some transaction or product
specific data, you can use template
variables.
If a service requires the code to be placed on your site
and not a third party website (like E-junkie), then you
can either place the code on a page on your website and then
include that page on your thank you page using an iframe.
<iframe src="http://www.yoursite.com/your.thank.you.page.html"
style="width:0px; height:0px; border: 0px"></iframe>
OR
You can simply redirect
the buyer to the thank you page on your site. This is not
recommended if you are selling digital items as then your
buyer will not be able to access the product instantly.
|