IPB

Welcome Guest ( Log In )

 
Reply to this topicStart new topic
> How To Setup Google Analytics For The E-commerce Packages, works for both Standard and Pro
ThinkLocal_QA_Le...
post Aug 14 2007, 10:29 AM
Post #1





Group: Administrators
Posts: 938
Joined: 10-August 07
From: St. Louis, MO
Member No.: 4



Hello Forum Members,

To setup your E-Commerce Pro or Standard packages with Google Analytics, simply log in to your Control Panel, and click on the Operations Tab on the top of the Control panel.

In the Operations menu select 'Settings'. In the Settings menu choose the Google Analytics tab.

From this tab simply enter in your Google Tracking code, and select the enable check box if you want this to be enabled. Once set simply press the save button.

Now your site will be fully integrated with Google Analytics!

Joe
Go to the top of the page
 
+Quote Post
2002bmwparts
post Oct 17 2007, 07:56 PM
Post #2





Group: Verified NS Member
Posts: 8
Joined: 16-October 07
Member No.: 154



Joe,

How long does it take for the code to link back to Google?

Regards,
Jim
Go to the top of the page
 
+Quote Post
ThinkLocal_QA_Le...
post Oct 18 2007, 06:12 AM
Post #3





Group: Administrators
Posts: 938
Joined: 10-August 07
From: St. Louis, MO
Member No.: 4



Hi Jim,

It should be instantaneous from the time it is saved but then again I can't say. Google basically checks the sites every so often to see if the code is on the site and if it finds it, then they will start to record traffic etc. I would say it should take no more than 24 hours.

Joe
Go to the top of the page
 
+Quote Post
2002bmwparts
post Oct 18 2007, 04:52 PM
Post #4





Group: Verified NS Member
Posts: 8
Joined: 16-October 07
Member No.: 154



Hi Joe,

I added my code last night and still no stats. Is my code wrong? When I checked it says no code added. And shows a message with html code to add to the home page. Must I do this?

Regrds,
Jim
Go to the top of the page
 
+Quote Post
ArcoJedi
post Oct 19 2007, 07:18 AM
Post #5





Group: Administrators
Posts: 446
Joined: 10-August 07
From: Galaxy Far, Far Away...
Member No.: 13



2002bmwparts,

I have checked your site and because you have added your account number into the MCP correctly, the code for Google Analytics is loading on your site. You do not need to add the code that Google gives you manually. It still may take another day or two for statistics to catch up to live.

Note that if you view source on your page, you will see the code -
CODE
  <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
  <script type="text/javascript">
    _uacct = "UA-2105784-1";
    urchinTracker();  
  </script>
Give it another day or two and you should see some stats.
Go to the top of the page
 
+Quote Post
rellek
post Oct 23 2007, 07:19 PM
Post #6





Group: Verified NS Member
Posts: 1
Joined: 29-September 07
Member No.: 97



If I may make a suggestion. The form where you enter in your Analytics information is confusing for your average user. It states,"Google Analytics Tracking Code" and many users, myself included initially, take that to mean to add the entire code that google provides when setting up your website profile.

I was able to figure it out quickly by using the view page source feature to identify that all you need to enter is your account number but I am quite certain that there are many who would benefit by changing the wording on this page to something like. "Google Analytics Account ID"
Go to the top of the page
 
+Quote Post
joeykid
post Nov 3 2007, 08:37 AM
Post #7





Group: Verified NS Member
Posts: 13
Joined: 5-October 07
Member No.: 120



QUOTE (ArcoJedi @ Oct 19 2007, 08:13 AM) *
2002bmwparts,

I have checked your site and because you have added your account number into the MCP correctly, the code for Google Analytics is loading on your site. You do not need to add the code that Google gives you manually. It still may take another day or two for statistics to catch up to live.

Note that if you view source on your page, you will see the code -
CODE
  <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
  <script type="text/javascript">
    _uacct = "UA-2105784-1";
    urchinTracker();  
  </script>
Give it another day or two and you should see some stats.


I've gotten the code as shown above, but EXACTLY which part gets pasted in on the control panel? If it's the UA # does it include the " marks?

Joe
Go to the top of the page
 
+Quote Post
ThinkLocal_QA_Le...
post Nov 5 2007, 07:01 AM
Post #8





Group: Administrators
Posts: 938
Joined: 10-August 07
From: St. Louis, MO
Member No.: 4



Hi Joe,

All you need is the UA number so just UA-2105784-1.

Joe
Go to the top of the page
 
+Quote Post
aubrey
post Nov 19 2007, 06:00 PM
Post #9





Group: Verified NS Member
Posts: 30
Joined: 18-November 07
Member No.: 281



QUOTE (Monster_Tech_Lead @ Nov 5 2007, 09:16 AM) *
Hi Joe,

All you need is the UA number so just UA-2105784-1.

Joe

Agreed. That is confusing. I have been trying to enter the entire tracking code provided by google. I have now entered the UA code and google still does not see it on my site. Any suggestions?
Go to the top of the page
 
+Quote Post
ThinkLocal_QA_Le...
post Nov 20 2007, 09:23 AM
Post #10





Group: Administrators
Posts: 938
Joined: 10-August 07
From: St. Louis, MO
Member No.: 4



Hi aubrey,

When I go to your site and go to View Source in IE and FF you will see the tracking code present. Once it has been entered though note that it can take 24-48 hours before Google actually starts hitting your site.

Joe
Go to the top of the page
 
+Quote Post
aubrey
post Nov 20 2007, 03:58 PM
Post #11





Group: Verified NS Member
Posts: 30
Joined: 18-November 07
Member No.: 281



QUOTE (Monster_Tech_Lead @ Nov 20 2007, 11:38 AM) *
Hi aubrey,

When I go to your site and go to View Source in IE and FF you will see the tracking code present. Once it has been entered though note that it can take 24-48 hours before Google actually starts hitting your site.

Joe

Gotcha! Thanks for the info. It is also a little misleading on Google when they have a link to test if code is present. Hopefully it will pick up on it soon.
Go to the top of the page
 
+Quote Post
embeddedgear
post Feb 14 2008, 11:05 PM
Post #12





Group: Verified NS Member
Posts: 11
Joined: 6-February 08
Member No.: 617



QUOTE (rellek @ Oct 23 2007, 06:34 PM) *
If I may make a suggestion. The form where you enter in your Analytics information is confusing for your average user. It states,"Google Analytics Tracking Code" and many users, myself included initially, take that to mean to add the entire code that google provides when setting up your website profile.

I was able to figure it out quickly by using the view page source feature to identify that all you need to enter is your account number but I am quite certain that there are many who would benefit by changing the wording on this page to something like. "Google Analytics Account ID"



I couldn't agree more!! Totally fell into this trap...like many others I'm sure.
Please make sthis simple change soon!
- Nick
Go to the top of the page
 
+Quote Post
pmblair
post Feb 21 2008, 06:12 AM
Post #13





Group: Verified NS Member
Posts: 54
Joined: 21-November 07
From: Houston, TX
Member No.: 297



Hello ArcoJedi,

The code added to my website is different than what Google represents as the code to add. This is the code Google says to add:
CODE
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-3692703-1";
urchinTracker();
</script>

The Google code does not include ssl. When I check status at the Google analytics site, it cannot find the code, even though I see it when I view source. Is the difference in the code going to work?

Regards,
Philip
Go to the top of the page
 
+Quote Post
ArcoJedi
post Feb 21 2008, 06:33 AM
Post #14





Group: Administrators
Posts: 446
Joined: 10-August 07
From: Galaxy Far, Far Away...
Member No.: 13



If you go through the setup for your Google Analytics account and indicate that it is a SECURE site, entering the domain with httpS:// rather than http:// then Google will give you the code with a different URL.

Since your e-commerce site will switch back and forth from non-secure to secure as your customers enter checkout, our software automatically uses the SSL encrypted version. Using the standard version without SSL would cause security error messages on any secure page.
Go to the top of the page
 
+Quote Post
pmblair
post Feb 21 2008, 06:49 AM
Post #15





Group: Verified NS Member
Posts: 54
Joined: 21-November 07
From: Houston, TX
Member No.: 297



Okay, That worked better (IMG:http://forums.networksolutions.com/style_emoticons/default/dry.gif) . Google now displays the correct code but still cannot verify the site. Just for grins I tried to navigate to the site "https://www.texascyclechrome.com" and got a certificate error. I will try from a different system this evening and see if the results are better.

Regards,
Philip
Go to the top of the page
 
+Quote Post
ArcoJedi
post Feb 21 2008, 06:54 AM
Post #16





Group: Administrators
Posts: 446
Joined: 10-August 07
From: Galaxy Far, Far Away...
Member No.: 13



pmblair,

Your site does not have a dedicated SSL certificate but instead uses the shared xxxxx.netsolstores.com certificate. You automatically go to this address when you enter checkout or you are logged into the admin panel.
Go to the top of the page
 
+Quote Post
pmblair
post Feb 21 2008, 09:46 AM
Post #17





Group: Verified NS Member
Posts: 54
Joined: 21-November 07
From: Houston, TX
Member No.: 297



Okay, understood.
Go to the top of the page
 
+Quote Post
dfultz
post Mar 4 2008, 08:40 AM
Post #18





Group: Verified NS Member
Posts: 44
Joined: 29-February 08
Member No.: 727



I am trying to set this up for my site. It is currently still in development, but I made it online for the test (which failed). One I noticed it that my wite will not do to www.intimatemptations.com, instead I am redirected to http://intimatemptations.com. (no www). What is causing this?
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version    Network Solutions © 2008 Time is now: 2nd December 2008 - 04:18 PM
Domain Names | Web Hosting | Web Design | Shopping Cart Software | Online Marketing | SSL Certificates