Page 32 of 68 FirstFirst ... 22303132333442 ... LastLast
Results 311 to 320 of 672
  1. #311
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Analytics Integration

    Glad you finally got it working.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #312
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Google Analytics Integration

    download link for this is broke

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

    Default Re: Google Analytics Integration

    Try the one in the Zen Downloads section. Other Contributions.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #314
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    I'd like to add Google Analytics to my Zen cart store. There is a lot of conflicting advice on these forums regarding what is the best policy i.e. insert code yourself or use one of the modules. If module, which one gives the best results? Simple Google Analytics Module?

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

    Default Re: Google Analytics Integration

    The easiest route is to start with the module available in the downloads section called Simple Google Analytics.

    It will help with installing Google Analytics and E-Commerce tracking. However, if you want to install Conversion Tracking, you will need to manually add code to the proper page in order to get it to work.

    Also, if you want to utilize Goals and Funnels, you will need to set these up separately from within your Google Analytics account.

    Hopefully that helps.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #316
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    hey guys,
    does anyone else get a "Done, but with errors on page." error in IE?

    when i had originally installed google analytics on my website (before zen) i ran into the error and google told me to try moving it to the header, before any other javascripts. this fixed the problem, but this mod puts it at the bottom of my zen pages and i'm seeing that familiar error again. any workarounds or advice?
    Zack Coffman
    Producer/Director of Choppertown and Brittown

  7. #317
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    also... when i double click to see the actual error it says "object expected" and refers to line 270 where my code says "urchinTracker ();"
    Zack Coffman
    Producer/Director of Choppertown and Brittown

  8. #318
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Analytics Integration

    It sounds like you might have missed adding the ".js" file to the proper directory for the analytics to start "On Load".

    This would give you a js error if you loaded a page and it was given a js command to start an "object" that wasn't present (because it was never defined).

    I would check to make sure you have all of the files in place (there should be 2 if you are using the Simple Google Analytics module in the dloads section).
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  9. #319
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    i found that manually adding the code to my tpl_main_page.php and altering it made the error go away. i wonder if it is still working or did i kill it in the process? -i removed the closing and beginning statements from the two pieces of code because they seemed redundant...but i'm an amateur...


    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    _uacct = "UA-xxxxxxx-x";
    urchinTracker();
    </script>
    Zack Coffman
    Producer/Director of Choppertown and Brittown

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

    Default Re: Google Analytics Integration

    Make sure that if you manually add the code, that you remove the initial "third party module" as you don't want to have two different tracking codes on the same page like that (at least two of the SAME codes).

    Also, did it work because you also removed the "on load" event from the page, and not just because the code was manually added?

    I would check that as well.

    Lastly, in the code you presented, you are missing a part. The code should look like this on the page (whether you manually enter it or use the module). In your post, it looks like you have combined everything into one .js script.

    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-xxxxxx-x";
    urchinTracker();
    </script>

    I have performed it both ways on numerous sites (with the add-on and then manually without the add-on) and the only time I ever received an error was when the on load event was not correctly added to the page, or if the code split across multiple lines (when it should have been just on one line in some spots.)

    Hope that helps!
    Last edited by econcepts; 19 Jul 2007 at 09:45 PM. Reason: added content
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 32 of 68 FirstFirst ... 22303132333442 ... LastLast

Similar Threads

  1. Google Analytics: Site Search Integration
    By saitomedia in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2010, 08:08 AM
  2. google analytics integration
    By amnon_d in forum General Questions
    Replies: 3
    Last Post: 14 Jul 2009, 12:04 PM

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