HomeHome Product Discus... Product Discus...SmithCartSmithCartGoogle analytics ecommerce trackingGoogle analytics ecommerce tracking
Previous
 
Next
New Post
9/27/2010 4:16 AM
 

Google analytics provides a method where you can track orders, value etc. Has anyone manged to integrate this with SmithCart? It would be really cool if this was an inbuilt feature of SC and the administrator would simply need to add their tracking ID to SM and it would handle the rest whenever an order was completed. I have included a link to the relevant documentation in the hope that David might consider adding this.

www.google.com/support/googleanalytic...

 
New Post
9/27/2010 12:21 PM
 

Here is a good article on how to install google analytics in dnn to track visitors on each page of your site:

http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/53/adding-google-analytics-to-dotnetnuke.aspx

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/28/2010 12:58 PM
 

Scott, thanks. Maybe I wasnt clear in my previous email. I already have analytics working great but their is an extended feature that allows you to track e-commerce specific details. For example who ordered what, when, how much which cross links to other details of how they found your site etc. The link I provided is about e-commerce specific functions of analytics which would be really useful if they were implemented into SC directly on the order completed page.

 
New Post
9/29/2010 2:48 AM
 

I agree this would be a nice feature to add to the cart. I reviewed the google ecommerce link and it looks like it is all implemented with javascript. You should be able to just cut and paste their javascript to the cart ascx pages and use the "document.getElementById" javascript function to pull data off the cart pages you want to send to google.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/29/2010 8:18 AM
 

Yeah, I did think about doing that. I just thought I would add it as a "nice to have" feature for the future, if you ever get the time ;)

 
New Post
10/13/2010 11:48 AM
 

Dan, I have tried to cut and paste the scripts into the product pages to track specific buyer habits and the script keeps getting removed. Is there another way that I hvent tried?

 
New Post
10/13/2010 1:31 PM
 

Did you try adding the tracking code to the ascx page directly?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/14/2010 7:55 AM
 

so yes I modified the confirmstatus.ascx file to include the following adwords tracking code. it doesnt execute, and I have no way of telling if the traffic I am paying google for is converting. What file(s) should I be modifying in order to to track how my products are being purchased?

<script type="text/javascript">

/* <![CDATA[ */

var google_conversion_id = 1007991284;

var google_conversion_language = "en";

var google_conversion_format = "2";

var google_conversion_color = "ffffff";

var google_conversion_label = "9fBHCLzT7gEQ9PPS4AM";

var google_conversion_value = 0;

/* ]]> */

</script>

<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">

</script>

<noscript>

<div style="display:inline;">

<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1007991284/?label=9fBHCLzT7gEQ9PPS4AM&amp;guid=ON&amp;script=0"/>

</div>

</noscript>

 
New Post
10/14/2010 5:07 PM
 

What line in confirmstatus.ascx did you insert the js? Can you paste a few lines of code from the ascx right before the js so i can see where you inserted it.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/2/2011 6:49 PM
 

Has anyone figured this out?

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartGoogle analytics ecommerce trackingGoogle analytics ecommerce tracking