Google analytics conversions

Hi,

I'm using CS-Cart multivendor 2.2.5 but, I still cannot track the goal in conversions, are there any guide in cs-cart manual book so I can setup this conversions?

provided link will be much appreciated.

Thanks

Are you talking Analytics Tracking or Adwords Conversion Tracking… I am working on the Adwords Conversion Tracking and having a heck of a time…

Goals won't work on one-page checkout.

Jesse,



Huh, that is interesting. I've been trying to figure out goals for the checkout too. I couldn't get them to work right so I created some SEO rules hoping that they would help, but they haven't.



You don't know of anyway of making it work?



Thanks,



Brandon

Has anyone gotten Adwords Conversion Tracking to work out there… On 2.2.5…???

The easiest way to do this is to create a file called skins/your-skin/customer/addons/my_changes/order_confirmation.override.tpl



In that file, put:


<!-- Google Code for Purchase/Sale Conversion Page --><br />
<script type="text/javascript">// <![CDATA[<br />
/* <![CDATA[ */<br />
var google_conversion_id = YOUR-ID;<br />
var google_conversion_language = "en";<br />
var google_conversion_format = "1";<br />
var google_conversion_color = "ffffff";<br />
var google_conversion_label = "-lNaCKKdUxC83oT7Aw";<br />
var google_conversion_value = 0;<br />
/*  */<br />
// ]]></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js" type="text/javascript"><br />
</script><br />
{/literal}<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 />
<br />
Obviously changing out the ID number. Then just be sure to clear your cache and you should be all set.<br />
<br />
I hope that helps,<br />
<br />
Brandon

Got a similar query too, I have an online form that customer fill in to ask for a credit account, I have google set up for tracking how many fill in the form but am unsure where to add the google tracking code (like Brandon has posted above).

The thanks you / landing page after the customer fills in the form is

/credit-account-application.html?sent=Y



Any one know where I could put the code to track how many filled it in compared to clicked on it



Thanks

JOhn

[quote name=‘brandonvd’ timestamp=‘1360382539’ post=‘154773’]

The easiest way to do this is to create a file called skins/your-skin/customer/addons/my_changes/order_confirmation.override.tpl



In that file, put:


<!-- Google Code for Purchase/Sale Conversion Page --><br />
<script type="text/javascript">// <![CDATA[<br />
/* <![CDATA[ */<br />
var google_conversion_id = YOUR-ID;<br />
var google_conversion_language = "en";<br />
var google_conversion_format = "1";<br />
var google_conversion_color = "ffffff";<br />
var google_conversion_label = "-lNaCKKdUxC83oT7Aw";<br />
var google_conversion_value = 0;<br />
/*  */<br />
// ]]></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js" type="text/javascript"><br />
</script><br />
{/literal}<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 />
<br />
Obviously changing out the ID number. Then just be sure to clear your cache and you should be all set.<br />
<br />
I hope that helps,<br />
<br />
Brandon<br />
[/quote]<br />
<br />
Brandon, in your script you have a  {/literal}  Should there be an opening one..  Maybe its the {literal}  that I am missing...<br />
Thanks..

Sorry, I have other code on there as well and missed the beginning {literal} tag. I have my {literal} tag at the very beginning before this code.



I don't think that it needs to go there though, but it works, and so I just don't want to screw with it. Maybe one of the other guys will jump on here with a better placement.



Either way though, if you place it at the beginning and then clear your cache, it should work.



Thanks,



Brandon

[quote name='brandonvd' timestamp='1360520645' post='154857']

Sorry, I have other code on there as well and missed the beginning {literal} tag. I have my {literal} tag at the very beginning before this code.



I don't think that it needs to go there though, but it works, and so I just don't want to screw with it. Maybe one of the other guys will jump on here with a better placement.



Either way though, if you place it at the beginning and then clear your cache, it should work.



Thanks,



Brandon

[/quote]



Now is this for CS V3.04 or V 2.2.5… We are still on 2.2.5…

It won't matter. The hook is good on both versions. Well, actually everything from like 2.0.x on up.



Thanks,



Brandon

I concur with Brandon, using the same code for 2.2.5 x 3.0.3

By adding this file in said location my final place order button on last checkout page disappears and customers can not place orders…

Any ideas?

[quote name='CarStickersDecals' timestamp='1360297803' post='154715']

Are you talking Analytics Tracking or Adwords Conversion Tracking… I am working on the Adwords Conversion Tracking and having a heck of a time…

[/quote]

Hi CarStickersDecals,

I working on adwords conversion tracking, so how you do so far? any advise that works?

Thanks

This hook isn't called up until after the order is placed, so I have no idea why it would effect your place order button.



I have this code on numerous sites and they work fine.



Have you made other changes somewhere?



Thanks,



Brandon

[quote name='brandonvd' timestamp='1360715116' post='155088']

This hook isn't called up until after the order is placed, so I have no idea why it would effect your place order button.



I have this code on numerous sites and they work fine.



Have you made other changes somewhere?



Thanks,



Brandon

[/quote]



Tried this on both our live site and dev site… Both with same results… The order_confirmation.override.tpl hook file is creating the issue… Are you sure its supposed to be in the my_changes folder… ?? So confused…

[quote name=‘brandonvd’ timestamp=‘1360382539’ post=‘154773’]

The easiest way to do this is to create a file called skins/your-skin/customer/addons/my_changes/order_confirmation.override.tpl



In that file, put:


<!-- Google Code for Purchase/Sale Conversion Page --><br />
<script type="text/javascript">// <![CDATA[<br />
/* <![CDATA[ */<br />
var google_conversion_id = YOUR-ID;<br />
var google_conversion_language = "en";<br />
var google_conversion_format = "1";<br />
var google_conversion_color = "ffffff";<br />
var google_conversion_label = "-lNaCKKdUxC83oT7Aw";<br />
var google_conversion_value = 0;<br />
/*  */<br />
// ]]></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js" type="text/javascript"><br />
</script><br />
{/literal}<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 />
<br />
Obviously changing out the ID number. Then just be sure to clear your cache and you should be all set.<br />
<br />
I hope that helps,<br />
<br />
Brandon<br />
[/quote]<br />
<br />
I try this method creating order_confirmation.override.tpl hook but it seems still not working. the conversion setting in google adwords seems to be unverified. how to verified this? any idea?

Read write protection change. this could be solve the problem.

gotcha… thanks alot