Results 1 to 10 of 2161

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I found the failure myself, if anyone need it - you have to make a change in the sql patch:

    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Google Analytics Configuration';
    DELETE FROM configuration WHERE configuration_group_id = @t4 AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4 AND configuration_group_id != 0;

    INSERT INTO configuration_group VALUES ('','43', 'Google Analytics Configuration', 'Set Google Analytics Options', '1', '1');


    You have to add the red marked ,´43´

    is needed for the german ZenCart 1.3.7 Version.

  2. #2
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hello all.

    I am trying to get this great mod working on one of my sites but although I think I have followed instructions ok I get the following error on the google analytics page:

    "The Google Analytics tracking code has not been detected on your website's home page. For Analytics to function, you or your web administrator must add the code to each page of your website."

    Whilst I understand by reading the posts here that this mod does away with the need to add the code to every web page (thanks goodness) I am unsure about what to do to fix it.

    Could you please suggest what I could have done wrong here?

    Many thanks.

    BTW, the URL is www dot mulberrycrafts dot com.

    Rob
    if elephants could fly, I'd be a little more optimistic....

  3. #3
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Just a quick update. After trawling a little bit more through the posts here I decided to add the -1 to the end of my account number and it all seems to be working now. Did I miss something or is this just one of those weird days!

    Anyway if anybody else has a similar problem do what I did and stick -1 at the end of their ID and it may just resolve the problem.

    Rob
    if elephants could fly, I'd be a little more optimistic....

 

 

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

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