Google Conversion Code

Where should I add the google conversion code for adwords?



I use google checkout so I don’t use the normal cs-cart order completion page since the buyers see the google checkout order completion page.



Thanks

Does anybody know how to do this?



Any help would really be appreciated.

I know there’s an addon for google analytics with eCommerce tracking.



For specific conversion tracking goals, add it to the order confirmation hook in:

/skins/{YOUR_SKIN}/customer/views/orders/details.tpl



{hook name="orders:confirmation"}
{/hook}




You can also just paste in code in right after the hook as well if you don’t want to make an addon.

I will try and report back.



Thanks!

[quote name=‘heyheyhey’]I will try and report back.



Thanks![/QUOTE]



What code do you put in here?