Page 55 of 217 FirstFirst ... 545535455565765105155 ... LastLast
Results 541 to 550 of 2161
  1. #541
    Join Date
    Jul 2006
    Location
    Las Vegas Nevada
    Posts
    26
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Whoops, let me check that. Thanks Shrimp-Gumbo!
    Last edited by internetoutfitter; 21 Jan 2008 at 09:33 PM. Reason: Didn't see the reply.

  2. #542
    Join Date
    Jul 2006
    Location
    Las Vegas Nevada
    Posts
    26
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Yep, that was it! Thanks!

    So now where does one find the Analytics tracking info? In the Google account? Don't mean to sound dumb but my client suddenly decided to use Adwords and frankly I've always avoided it in favor of other methods. So I installed this update but have no idea how to confirm it is passing info.

    Thanks again,

    Mark

  3. #543
    Join Date
    Jun 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thanks for the Contrib, i just posted a question on another thread, and just found this now.
    Just logged into google and i get a green tick with my domain and it says Receiving Data, which was working before as well, but the problem i have is i cant get conversion tracking to work or goal conversion, any ideas on how this could be setup

    Thanks!!
    Samantha

  4. #544

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by mrblaq View Post
    First, run this query

    Code:
    SELECT configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title= 'Google Analytics Configuration';
    If no row is returned, just delete the two "DELETE" lines from the beginning of googleanalytics.sql:

    Code:
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    Otherwise, if it does return a number, you'll then need to run the following queries to see what may be deleted. Replace <number> with what was returned above

    Code:
    SELECT * FROM configuration WHERE configuration_group_id = <number>;
    SELECT * FROM configuration_group WHERE configuration_group_id = <number>;
    If any rows are returned by those two queries, you'll need to back up those lines before running the googleanalytics.sql script.
    I ran the first query and got this:
    SQL query:

    SELECT configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'Google Analytics Configuration'
    LIMIT 0 , 30
    MySQL said:
    #1146 - Table 'midwest_mydb.configuration_group' doesn't exist



    any suggestions?
    MonkFunk Music Community
    Free Music Website

  5. #545
    Join Date
    Oct 2007
    Location
    Lakewood, CO
    Posts
    40
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by keylesslocks View Post
    I ran the first query and got this:
    SQL query:

    SELECT configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'Google Analytics Configuration'
    LIMIT 0 , 30
    MySQL said:
    #1146 - Table 'midwest_mydb.configuration_group' doesn't exist



    any suggestions?
    I noticed the same thing. If I prefix the table name with zen_ I get the expected results. I'm working with an install that was set up by my designer so I don't know for sure. I did see (back in message 373 of this thread) that the zen_ is supposed to be automatically added but it isn't for me...

    Be that as it may, this is a great mod, Eric. I'm amazed at the work you've done - THANKS!

    Mark

  6. #546
    Join Date
    Apr 2007
    Posts
    138
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Does this work with Cross-channel Campaigns (conversion tracking)? I've set it up manually by editing the define_main_page.php, but that "Google Site Stats" link looks stupid in the middle of the page. It would be nice if it was in the footer, but only showed up on the main page.

  7. #547
    Join Date
    Jan 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hello,

    Just installed Simple Google Analytics v 1.2.1 and had a problem configuring the account number. Google would say code is not found on page although I could see it in the page source.

    I think I found out the solution and I guess the installation readme could be more specific on this point. I hope Eric Leuenberger reads this message and will fix the doc.

    The readme says the Analytics account has to be configured in zencart admin section for Google Analytics. Analytics account number is something like UA-1234567 and using this in zencart config leads to the error reported above.

    The point is that Google tells me to insert JS code that uses UA-1234567-1 (notice the final -1) and zencart generates the code without the last part.

    Now the solution: use the account number you can see in the JS code Google ask you to insert in your page. If you have only one profile it will probably end in "-1", but if you have more, this number may be different.

    Hope this helps.

  8. #548
    Join Date
    Oct 2007
    Location
    Lakewood, CO
    Posts
    40
    Plugin Contributions
    0

    Idea or Suggestion Re: Simple Google Analytics - Support

    Quote Originally Posted by mewell View Post
    I noticed the same thing. If I prefix the table name with zen_ I get the expected results. I'm working with an install that was set up by my designer so I don't know for sure. I did see (back in message 373 of this thread) that the zen_ is supposed to be automatically added but it isn't for me...

    Be that as it may, this is a great mod, Eric. I'm amazed at the work you've done - THANKS!

    Mark
    Duh- I didn't know you could apply patches via Admin/Tools/Sql Query Executor. I've been trying it all through PHP MyAdmin

    Mark

  9. #549
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by internetoutfitter View Post
    I just upgraded version 1.1 of the Simple Google Analytics mod to version 2. I did it by the book with no errors and it appears the code is in the pages on www.rv-accessory-store.com but Google Analytics doesn't acknowledge it.

    Can anyone give me some ideas? I'm perplexed.

    Thanks,
    Mark
    Make sure you provide Google with the proper URL to check for the tracking code at -- and don't forget the trailing slash.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    I think it would be good to have the tracking in the popup_shipping_estimator.html page.... any ideas of how to do this?

    Shrimp
    Two things.

    1) To add it to that page (since it does not use the standard tpl_main_page.php file) you would need to add it to that page along (manually).

    2) I would NOT put the shipping estimate into a pop-up anyhow. It hurts conversion as mentioned in my 20 Ways book and at this link:

    Shipping Estimate in a Pop-Up? Why it Hurts Your Conversion, and What You Can do to Fix it.
    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