Page 34 of 217 FirstFirst ... 2432333435364484134 ... LastLast
Results 331 to 340 of 2161
  1. #331
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by gxjenkins View Post
    Hello,
    I've been using the mod for a while now, and it was working just great. Now, it seems that data is missing when I visit Google, and I was wondering if anyone else has seen this problem.

    Back on Aug. 11th was the last time that google shows any visits to my site from MSN Live Search. After finding this problem I started checking the data more closely, and found that google is only registering some of the visits, but not all. I don't see any pattern except the MSN search doesn't show up at all.

    I contacted google and they wrote back that my site wasn't showing up in the MSN search and that was why I didn't see any results. Google shows I had 11 visitors yesterday, total. I wrote back and told them I show 12 visitors from MSN, and more than 30 visitors total. I haven't gotten a reply yet.

    Has anyone seen anything like this?
    I did get a reply from Google, but it was a can response, and worthless. My email did do something, and now google shows 1 visit from MSN search (there were two, but it did show up). This is the first time since Aug 11th that google is showing visits from MSN, and their total visits, and User Tracking is much closer (29 user tracking, 23 google).

    Google Analytics can be a very useful tool, but you have to be able to trust their data. Since they were off by 2/3 day before yesterday, and are only off by 6 yesterday I think they have found the problem and fixed it. I only have 30-50 visits a day, so it’s easy for me to see "discrepancies". If you have a site that has hundreds of visits a day, checking the data that google is giving you could take some time, but may very well be worth every minute.

  2. #332
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Ok there is definitely a problem... it's been over 3 days and still no update. I've had 4000 hits in these three days and it still reports 1 visit.

    Is it because I only inserted the code in the bottom of my custom/common/tpl_main_page.php? I have a feeling I'm supposed to put it everywhere. I basically just want to know where people go and what items are viewed more often...

    Thanks in advance,
    Tat

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by tatiana77 View Post
    Is it because I only inserted the code in the bottom of my custom/common/tpl_main_page.php? I have a feeling I'm supposed to put it everywhere.
    Nope. "tpl_main_page.php" IS the site (basically every page on it). That is the main template Zen Cart uses to "wrap" the entire site. To verify the code is on each page (which is will be as long as you inserted it on the page referenced) all you have to do is visit a page on your site then do a "view source".

    Look near the bottom of the page source, and if the code is there, you're good. If not, you did something wrong when installing it.

    If it is indeed there, then you might want to check with Google on what the cause could be.

    A few thoughts:

    1) Are you looking at the correct account profile when logging into your analytics account to view the reports? If the id number on your tracking does not match that on the profile you are viewing, then you need to switch to the profile the tracking code is for in your reports in order to view any data.

    2) Is this the first time you are using Google Analytics, or was it working previously and just decided to stop reporting data (again, as long as the tracking code is in place on your site and the id is correct, it is not the contribution causing the issue, it is on Google's end)?
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #334
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by PastGenToys View Post
    Fair question - no harm taken.

    I have no funnels set. I set the goals to the EZ pages for two reasons:

    1) Main reason - It was a test to see if goals work.

    2) Since my URLs are not easily translated to what's on the page this was meant to be an easy way to see if people were visting those pages. I would love to know if they are worth the time it takes to build them as I would build more like the "toy commercial" page. That page in particular is in the "works" to bring in sales by showing the toy commercial and has links to buy that toy seen in the commercial.

    But... goals always stay at 0.
    Eric,

    Any ideas for me? Thanks

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by PastGenToys View Post
    Eric,

    Any ideas for me? Thanks
    Hey Josh,

    I wasn't overlooking your post. :)

    Just looking for a way to decipher it without access.

    I'll be responding to you previous PM here with some answers and the items you are looking for.

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

  6. #336
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Hey Josh,

    I wasn't overlooking your post. :)

    Just looking for a way to decipher it without access.

    I'll be responding to you previous PM here with some answers and the items you are looking for.

    :)

    If you decide you need access I am good with that too! Ill keep an eye out for the PM, thanks!

  7. #337
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thx for the reply econcepts,

    Ok, I'm glad a learnt about the main page, and the code is there on every page so I guess it's a google issue. I'll contact them a repost any updates.

    Thanks again!
    Tatiana

  8. #338
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi folks,

    I've installed and configured the Simple Google Analytics add-in as described in the readme-install file. After tackling the 'where is the friggin' menu item' which had to be enabled in AdminProfiles mod :), I entered my code as explained.

    Dumped my browser cache, re-browsed to the store and no code in the code at the bottom.

    My template is called 'custom', so I navigated to
    /includes/templates/custom/common/tpl_main_page.php

    verified that the body tag was as described and added the following just before the </body> tag:

    PHP Code:
    <!-- begin google analytics mod addition  -  RSL 20 Sept 2007 -->
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
    ?>
    <!-- end google analytics mod addition -->
    </body>
    Any suggestions would be greatly appreciated.

    Thanks and best regards,
    ~Ray
    BouncerFL
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  9. #339
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default [SOLVED] Re: Simple Google Analytics - Support

    The page in which I entered the code was not the default page being used. In my case, the path was in includes/templates/template_default/common/tpl_main_page.php

    Thanks for a great lil' mod :) I'm looking forward to seeing that data!

    Regards,
    ~Ray
    BouncerFL
    ++++++++++++++++
    Subtle as the 'b' in subtle.

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

    Default Re: Simple Google Analytics - Support

    Glad you solved the issue. :)
    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