Page 164 of 217 FirstFirst ... 64114154162163164165166174214 ... LastLast
Results 1,631 to 1,640 of 2161
  1. #1631
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    The analytics code is not on the url. You mentioned installing the sql file. Did you also install and edit the files as mentioned in the readme?

  2. #1632
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Is there anyway to paste Microsoft/Bing adCenter conversion code into this mod so the Microsoft backend will track conversions?


    Quote Originally Posted by econcepts View Post
    Actually, this mod does quite a number of things that are not easily done by just pasting a snippet of code provided by Google into your page.

    Just a few of the items are:

    1) Adwords conversion tracking capability
    2) Ecommerce tracking (with dynamic order values not static)
    3) Ability to customize the tracking code easily from the admin to accommodate additional tracking options.

    etc...

    If you just copy and paste the tracking code Google provides into your page you won't get product level detail 'conversion level ecommerce tracking' nor would you get adwords conversion tracking.

  3. #1633
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jeking View Post
    The analytics code is not on the url. You mentioned installing the sql file. Did you also install and edit the files as mentioned in the readme?
    This is what i did. I use this installer "Simple_Google_Analytics" http://www.zen-cart.com/index.php?ma...roducts_id=412 and copy those files under "admin" and "includes" folders.

    In the "readme.txt", i made changes according to the "
    Installation Instructions (New Installs ONLY and upgrade from oldest 1.0 version)" and
    #### PART A: ####
    At the bottom of /includes/templates/[your_template]/common/tpl_main_page.php
    Copy and paste the following lines of code (found below) just before the </body> tag:

    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    ?>

    #### PART B: ####
    At the bottom of /includes/templates/[your_template]/common/html_header.php
    Copy and paste the following lines of code (found below) just before the </head> tag:

    <?php
    /* Begin Simple Google Analytics */
    if (in_array($current_page_base,explode(",",'popup_image,popup_image_additional,pop up_cvv_help,popup_coupon_help,popup_attributes_qty_prices,popup_search_help,popu p_shipping_estimator')) ) {
    //Skip outputting the tracking code as this is a pop-up window
    } else { // Print tracking code to page
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    } // end if for page determination
    /* End Simple Google Analytics */
    ?>
    As I cant find this "html_header.php" in "mytemplate", I copy from the default template and paste it inside "mytemplate" with changes mention above.

    After that, i install "googleanalytics-INSTALL" using SQL patches. Under the google language, I only insert three lines that are for "English". There is no error return. I login to MySql and can find the new entries.

    I went to the admin page to enter the "Analytics Account".

    Please advise me where did I go wrong.
    Last edited by asiamarinehub; 14 Oct 2011 at 02:05 AM.

  4. #1634
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    In your Zen Admin, under Configuration you do have the option of 'Google Analytics Configuration'?

    My guess is that you did not complete Part A and/or Part B correctly. Double check you edited the right files in the right folders. What is the name of your template?

    Did you install google_analytics.php into \includes\templates\your_template\?

  5. #1635
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have the option of 'Google Analytics Configuration" under Configuration.

    I have made changes at /www/mysite/includes/templates/template_my/common/tpl_main_page.php

    and

    /www/mysite/includes/templates/template_my/common/html_header.php

    I copy the whole folder of google_analytics to /www/mysite/includes/templates/template_my/google_analytics

  6. #1636
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    What version of Zen Cart are you running?

    What you posted is correct, assuming your template is /template_my/. However, looking at your source code again, your template appears to be /template_natural/

    What do you show under Configuration>Tools>Template Selection for Template Directory?

  7. #1637
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I am using v1.3.9h

    Yes, the template is template_natural. The changes are made to the files there. My mistake in earlier post

  8. #1638
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have figured it out. I was selecting dates way before this analytics starts. Thanks for all the help

  9. #1639
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Actually, this mod does quite a number of things that are not easily done by just pasting a snippet of code provided by Google into your page.

    Just a few of the items are:

    1) Adwords conversion tracking capability
    2) Ecommerce tracking (with dynamic order values not static)
    3) Ability to customize the tracking code easily from the admin to accommodate additional tracking options.

    etc...

    If you just copy and paste the tracking code Google provides into your page you won't get product level detail 'conversion level ecommerce tracking' nor would you get adwords conversion tracking.
    Looks like I am missing some goodies. Thanks for the clarification!

  10. #1640
    Join Date
    Oct 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hello,

    I am using the Simple Analytics Module, but I have a few questions and concerns.

    1. On the setup page for 'Adwords Conversion Tracking Number' there is XXXXXXXXXXX. When setting up the conversion tracking through adwords, I received a full 19 line code snippet. Should I place that full snipped into the section, or find the number somewhere else?
    The path I followed in adwords was:
    reporting and tools > Conversions > Code

    2. Also, for ecommerce tracking, what snippet should I paste? I guess my concern here is that they need to be dynamically created, and I wasn't sure how that was being generated on the back end for the ecommerce tracking

    3. My last question is about a couple of other modules I am running. Specifically, I am using PayPal checkout and GoogleCheckout option for order processing. Will this effect any of the tracking in this module? If so, is there any fix?

    Thanks to anyone who can help!

 

 

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