Adwords Conversion Tracking - 2.2.4

Hi,



I’m running CS-Cart 2.2.4 and can’t seem to get the adwords conversion tracking code to work. I’ve followed the instructions on the KB with no luck.



I have created the following file and subfolders for the hook based on the KB:

[list]

[]Create the following directories path in the root directory of your CS-Cart installation:

skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/checkout, where[CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.

[
]Create the order_confirmation.override.tpl file in theskins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/checkout directory with the necessary content

[/list]

<br />
{literal}<br />
<!-- Google Code for Ad 1 - XXXXX Conversion Page --><br />
<script type="text/javascript"><br />
/* <![CDATA[ */<br />
var google_conversion_id = XXXXXXXXXXXXXX;<br />
var google_conversion_language = "en";<br />
var google_conversion_format = "3";<br />
var google_conversion_color = "ffffff";<br />
var google_conversion_label = "XXXXXXXXXXXXXXXX";<br />
var google_conversion_value = 0;<br />
/* ]]> */<br />
</script><br />
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js"><br />
</script><br />
<noscript><br />
<div style="display:inline;"><br />
<img height="1" width="1" style="border-style:none;" alt="" src="upload://ux1zSLp9vBY9KEUw7CSvZVrESee.gif"><br />
</div><br />
</noscript><br />
{/literal}<br />

```<br />
<br />
The code is still showing unverified. Any ideas on what i'm doing wrong? It's difficult to make use of adwords when your unable to track conversions =(.<br />
<br />
I appreciate anyone's help!

Hello feanix02,



Thank you for your message.



Please make sure that the template cache has been cleared after adding this code to the template file. In order to do it open this link in your browser: http://www.your_doma…om/admin.php?cc where www.your_domain.com is the address of your store and where admin.php is a script file for the administration panel of your store that was renamed for security reasons. Before cleaning the templates cache you should be logged in to the administration panel of your store.



If the provided information does not help you resolve the problem, it will require examination on your server. Please contact us via Customer Help Desk and provide temporary access to your server by clicking on the Add record link on the Access information page of your Help Desk account so that we can examine the problem.



Thank you.





Pavel Zyukin

CS-Cart Support team

[quote name='feanix02' timestamp='1341477415' post='139968']

Hi,



I'm running CS-Cart 2.2.4 and can't seem to get the adwords conversion tracking code to work. I've followed the instructions on the KB with no luck.



I have created the following file and subfolders for the hook based on the KB:[list]

[]Create the following directories path in the root directory of your CS-Cart installation:

skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/checkout, where[CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.

[
]Create the order_confirmation.override.tpl file in theskins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/checkout directory with the necessary content

[/list]



[/quote]





Excuse me feanix02, I have the same problem but I'm not find the KB, which KB is it? can u give me the url?



thank a lot



thank a lot

is that work? finally? because I also still try to look that too

Thanks

This is the KB that feanix02 was referring to:



[url=“CS-Cart Documentation — CS-Cart 4.15.x documentation”]CS-Cart Documentation — CS-Cart 4.15.x documentation

Hi I think you need to replace the conversion value in the noscript section of the code too





And don't use 'override'. Instead use 'post' so it won't stomp on other addons that have hooks into this page. Override should only be used in specific circumstances.