Page 102 of 217 FirstFirst ... 25292100101102103104112152202 ... LastLast
Results 1,011 to 1,020 of 2161
  1. #1011
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    What's the best way to track referrals in Analytics using a url parameter? Such as:

    www.domain.com/?referrer=emaillink
    www.domain.com/?referrer=bbforum

    The issue is 7% of my visitors are "direct" traffic, ie: no known referrer, so they're clicking on my email links or copying and pasting the url or typing it in, and I want to find out which.
    Add the following to your email links to segment them in your analytics:

    ?utm_source=Email

    You can't easily track those that copy and paste into the address bar and those will always show as "direct" in your analytics.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #1012
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by ctopher View Post
    I'm running a patched 1.3.7 cart and I've added in this Simple Google Analytics.

    We have a web site with several pages of product and company information and then we have a store. You can get to the store from many of our pages and we'd like to know which ones are the best.
    (These are not real URLs. Don't click on them.)

    our website is www.oursite.com and the store's index.php is www.oursite.com/inner/store/

    We have people come to www.oursite.com/inner - navigate around and then go to the store.

    The code shows on my pages and google shows the traffic so I believe it's all working. BUT...

    When we use Analytics, traffic to www.oursite.com/inner/store is all direct! If we look at Analytics' "Top Landing Pages" www.oursite.com/inner/store is one of them. But no one goes directly to our store that way.

    How do I know? Because inner can only be accessed directly (there are no links) and it's never been published. All of the traffic is our test traffic.

    Any ideas?
    Some thoughts:

    1) If your traffic coming into "inner..." is only test traffic at this point (or in other words traffic that can get there through the links you provide only outside of the website) then it will always show as direct no matter what.

    2) If your analytics is setup correctly across the store, the site pages, etc... then you should see an constant flow from page to page and those that move from the site to the store and vice versa will not show as direct but as "coming from" (a page).

    Make sure you are using the same GA tracking ID across the entire site (not two different ones by mistake).

    3) I have a number of sites setup like this and the bottom line is so long as the analytics is setup correctly the flow should be there once all pages link to each other (and you don't have just select "test" traffic coming to the inner pages.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #1013
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by inovermyhead View Post
    Hello, Zenners .. not sure if we have a common problem or a situation unique to our set-up, but we haven't been able to figure out a solution or find one.

    CreekTreeUSA is our primary site with a dedicated SSL cert, and Faery's Whimsy, Wizard's Whimsy & Gothic Shadows are add-on domains.

    When purchases are made in the add-on carts, the SSL is via CreekTreeUSA. This has worked fine for several years.

    We've also had Simple Google Analytics 1.0 (the urchin code) installed since 2007 and it's been working fine as far as we knew, and as far as needed.

    Recently we have need to break down the purchases for each store by its traffic source, i.e. referral, google, direct, etc. and found that for the add-on domains all purchases show up as one traffic source, referrals. So we thought maybe updating to the latest version 1.2.2 and using the google code would help, and we updated CreekTreeUSA and one of the add-ons, Faery's Whimsy, to that. However, the results in Ecommerce traffic sources for Faery's Whimsy didn't change, all traffic sources are still referrals.

    We're running Zen Cart 1.3.7 on a Zen certified host.

    If other info would help, please let us know. Any input gratefully accepted.

    Bob & Nancy
    Bob,

    To make sure I understand, it sounds like you are trying to track multiple website urls as separate domains with one analytics account right?

    A few thoughts for you.

    1) This can be done with one analytics account but the code would need to bee altered.

    2) have you considered setting up multiple website profiles under your one analytics account for each of your domains? This would provide you with a unique tracking id for each domain that you can use to track them separately from within your one analytics account.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #1014
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Bob,

    To make sure I understand, it sounds like you are trying to track multiple website urls as separate domains with one analytics account right?

    A few thoughts for you.

    1) This can be done with one analytics account but the code would need to bee altered.

    2) have you considered setting up multiple website profiles under your one analytics account for each of your domains? This would provide you with a unique tracking id for each domain that you can use to track them separately from within your one analytics account.
    Thanks for the response. You're right, and I should have mentioned, we do have multiple profiles set up, UA-XXXXXXX-1 thru UA-XXXXXXX-4 (the XXXXXXX is the same for all 4 sites), and the corresponding profile ID is entered into the Analytics Account field in the Analytics Configuration. Was wondering if the Affiliation needed to be something specific, though. Also, version 1.2.2 has only been installed on -3 (CreekTreeUSA) and -4 (Faery's Whimsy, as those are the ones we're working with right now. The CreekTreeUSA profile DOES show all the breakdowns by traffic source for eCmmerce, but the others don't.

  5. #1015
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by inovermyhead View Post
    Thanks for the response. You're right, and I should have mentioned, we do have multiple profiles set up, UA-XXXXXXX-1 thru UA-XXXXXXX-4 (the XXXXXXX is the same for all 4 sites), and the corresponding profile ID is entered into the Analytics Account field in the Analytics Configuration. Was wondering if the Affiliation needed to be something specific, though. Also, version 1.2.2 has only been installed on -3 (CreekTreeUSA) and -4 (Faery's Whimsy, as those are the ones we're working with right now. The CreekTreeUSA profile DOES show all the breakdowns by traffic source for eCmmerce, but the others don't.
    So you have multiple profiles and each ecommerce site has it's "own" Simple GA installed AND each of those has entered the unique Analytics ID in the admin right? (just making sure).

    Are you using the "ga.js" or the "legacy (urchin)" tracking code? What happens if you switch between them (shouldn't have any effect but just covering the bases here.)

    Do you have ecommerce tracking enabled on the other profiles that are not showing it, and do you have those tracking IDs entered in the Simple GA admin (in zen) as well?

    Let me know the answers to those and we'll see where that takes us.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #1016
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hello, econcepts, thanks for your time.

    Quote Originally Posted by econcepts View Post
    So you have multiple profiles and each ecommerce site has it's "own" Simple GA installed AND each of those has entered the unique Analytics ID in the admin right? (just making sure).
    Each of the sites has Simple GA installed, and the pertinent Analytics Profile ID is entered into Analytics Accounts in the SGA Configuration. (The Affiliation field has the shop name in it, not the Profile ID. Not sure exactly what that is for.)

    Quote Originally Posted by econcepts View Post
    Are you using the "ga.js" or the "legacy (urchin)" tracking code? What happens if you switch between them (shouldn't have any effect but just covering the bases here.)
    CreekTreeUSA and Faery's Whimsy are using ga.js, the other 2 still have the legacy version of Simple GA.

    Quote Originally Posted by econcepts View Post
    Do you have ecommerce tracking enabled on the other profiles that are not showing it, and do you have those tracking IDs entered in the Simple GA admin (in zen) as well?
    All 4 profiles have "Yes, an E-Commerce Site" chosen. As for the "tracking IDs" isn't that the same as the Analytics Profile ID? If not, where do I find the "tracking ID"?

    The information in the profiles was set up 2 years ago, and it looks like there may have been some changes since then. For instance, I just noticed that the goal steps are set up with the domain name ( i.e. https://www.creektree.net/faeryswhim...ckout_shipping) and there's a note there now that the domain name shouldn't be included. Is that right?

    Really appreciate the help on this econcepts.

    Bob

  7. #1017
    Join Date
    Aug 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi Everyone!
    I'm sure this is going to be a simple question to answer but we will see! I'm running ZenCart 1.3.8. I downloaded and modified one of the free templates from (sorry, site offline). I'm now trying to add Google Analytics and it says to modify the /includes/templates/[your_template]/common/tpl_main_page.php file. The only files that came with the free template are: CSS, images, and a template_info.php file. My question is, where do I put the code? Do I need to copy files from the template_default folder into my custom template folder?

    Thanks for your help!

    Kristina Marshall

  8. #1018
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by KristinaLynn View Post
    Hi Everyone!
    I'm sure this is going to be a simple question to answer but we will see! I'm running ZenCart 1.3.8. I downloaded and modified one of the free templates from (sorry, site offline). I'm now trying to add Google Analytics and it says to modify the /includes/templates/[your_template]/common/tpl_main_page.php file. The only files that came with the free template are: CSS, images, and a template_info.php file. My question is, where do I put the code? Do I need to copy files from the template_default folder into my custom template folder?

    Thanks for your help!

    Kristina Marshall
    Hi, Kristina ... just create a 'common' folder in the your_template folder, then copy the tpl_main_page.php file to it from the default_template/common folder, and make your changes to the new tpl_main_page.php file. Many changes for Zen Cart custom code can be made similarly, without touching the original code.

  9. #1019
    Join Date
    Aug 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by inovermyhead View Post
    Hi, Kristina ... just create a 'common' folder in the your_template folder, then copy the tpl_main_page.php file to it from the default_template/common folder, and make your changes to the new tpl_main_page.php file. Many changes for Zen Cart custom code can be made similarly, without touching the original code.
    Thanks for your help! I do believe I have everything installed correctly. I went in to the admin side of my site and put in the UA code but nothing is showing up in my analytics for my store. Do I need to add a new account in Google Analytics and point it to my store? Will there be more code I need to enter?

  10. #1020
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by inovermyhead View Post
    Hello, econcepts, thanks for your time.


    Each of the sites has Simple GA installed, and the pertinent Analytics Profile ID is entered into Analytics Accounts in the SGA Configuration. (The Affiliation field has the shop name in it, not the Profile ID. Not sure exactly what that is for.)


    CreekTreeUSA and Faery's Whimsy are using ga.js, the other 2 still have the legacy version of Simple GA.


    All 4 profiles have "Yes, an E-Commerce Site" chosen. As for the "tracking IDs" isn't that the same as the Analytics Profile ID? If not, where do I find the "tracking ID"?

    The information in the profiles was set up 2 years ago, and it looks like there may have been some changes since then. For instance, I just noticed that the goal steps are set up with the domain name ( i.e. https://www.creektree.net/faeryswhim...ckout_shipping) and there's a note there now that the domain name shouldn't be included. Is that right?

    Really appreciate the help on this econcepts.

    Bob
    Bob,

    You can still use the "http:" portion and domain for the url that won't be a problem. Google just recommends the other way (but I do it both).

    The best thing to do here might be for me to take a look at what you have in the backend. I'll do some more looking at the front end now that I have links and see if I can't turn anything up.

    Hang on ...
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR