Page 58 of 217 FirstFirst ... 848565758596068108158 ... LastLast
Results 571 to 580 of 2161
  1. #571
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    Hello,

    Anybody other than me not seeing all transactions that they would expect to see?

    There are many authorizenet_aim transactions that I think should definitely be on the analytics report? I guess Paypal might not show up if users don't come back to the checkout_success page.

    Shrimp-Gumbo

    Econcepts....

    Do you have any tricks in your Analytics book that might help me? I am seeing only a speck of where my orders are coming from and I want to see more... I cannot see Paypal, Google orders and most credit card orders.

  2. #572
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    Econcepts....

    Do you have any tricks in your Analytics book that might help me? I am seeing only a speck of where my orders are coming from and I want to see more... I cannot see Paypal, Google orders and most credit card orders.
    Maybe it might be helpful to make the checkout confirmation page the "checkout_sucess" page... then only Google Checkout would not be showing up in the reports... I might show more conversions but that is better than only showing 5% of conversions (other transactions show but with no money). Is there an easy way to move the code so that the "confirmation" page collects conversions?

    Thanks

    Shrimp-Gumbo

  3. #573
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Just a little more information about my issue:

    The many transactions that are missing revenue amounts when clicked on do show the revenue amounts for the individual items. I am running 1.3.7

    I have looked over the google_analytics.php file and don't see any issues with the google_analytics['ot_total'] ... not that it means an awful lot.

  4. #574
    Join Date
    Apr 2007
    Posts
    55
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I just installed this mod and everything seems to be working O.K. except I'm getting warnings when going to secure pages. Can someone please give me direction on how to solve this problem?

    Thanks so much,

    Lisa

  5. #575
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    help question Re: Simple Google Analytics - Support

    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net

  6. #576
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net

    Hello Jaap,

    If you installed the full version it should already be on the checkout_success page. You can do a test order and check the source on the checkout_success page to confirm.

    Shrimp

  7. #577
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by brikat View Post
    I just installed this mod and everything seems to be working O.K. except I'm getting warnings when going to secure pages. Can someone please give me direction on how to solve this problem?

    Thanks so much,

    Lisa

    Lisa,

    Can you give us the source code (bottom google analystics portion) from a page that is giving this error? If you installed the whole version I don't think you should be having any SSL issues. Was that the only change that you made?

    Shrimp-Gumbo

  8. #578
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    help question Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...
    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?
    Thanks, Jaap
    www.canopyxchange.za.net
    Hello Shrimp,

    Conversion tracking for "create_account_success" page

    Maybe I confused the issue by mentioning that (I think) the mod ONLY installs conversion tracking for "checkout_success" page. I may be underestimating the mod here ...

    BUT I actually want to know how to track "create_account_success" page conversions (SGA setting I missed? Or else where to find </body> tag?). My store sells high-value items, the prices of which are only displayed to "logged-in" users. It is the number of user registrations that I want to track. I hope this clarifies.

    Thanks, Jaap
    canopyxchange.za.net

  9. #579
    Join Date
    Apr 2007
    Posts
    55
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thanks Shrimp,

    Here's the bottom section from the source of the Log in page:


    <script type="text/javascript">
    <!--
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    //-->
    </script>
    <script type="text/javascript">
    <!--
    var pageTracker = _gat._getTracker('UA-3523887-1');
    pageTracker._initData();
    pageTracker._trackPageview('Login');
    //-->
    </script>


    ##############################____

    I didn't make any other changes. Does this help at all?

    Lisa

  10. #580
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Hello Shrimp,

    Conversion tracking for "create_account_success" page

    Maybe I confused the issue by mentioning that (I think) the mod ONLY installs conversion tracking for "checkout_success" page. I may be underestimating the mod here ...

    BUT I actually want to know how to track "create_account_success" page conversions (SGA setting I missed? Or else where to find </body> tag?). My store sells high-value items, the prices of which are only displayed to "logged-in" users. It is the number of user registrations that I want to track. I hope this clarifies.

    Thanks, Jaap
    canopyxchange.za.net

    Jaap,

    econcepts can answer best but it places a code on all pages.... checkout_success would show as an ecommerce transaction.... I think in order to determine where the users are coming from that register you would have to include an additional code that you can find in the analytics documentation... I would suggest modifying the google_analytics.php file in the templates by adding another if statement after the:

    if($page_directory == 'includes/modules/pages/checkout_success')
    {
    $order_query = "select orders_id, " . GOOGLE_ANALYTICS_TARGET . "_city as city, " . GOOGLE_ANALYTICS_TARGET . "_state as state, " . GOOGLE_ANALYTICS_TARGET . "_country as country from " . TABLE_ORDERS . " where customers_id = :customersID order by date_purchased desc limit 1";
    $order_query = $db->bindVars($order_query, ':customersID', $_SESSION['customer_id'], 'integer');
    $order = $db->Execute($order_query);
    $google_analytics = array();
    $totals = $db->Execute("select value, class from " . TABLE_ORDERS_TOTAL . " where orders_id = '" . (int)$order->fields['orders_id'] . "' and (class = 'ot_total' or class = 'ot_tax' or class = 'ot_shipping')");
    while (!$totals->EOF) {
    $google_analytics[$totals->fields['class']] = number_format($totals->fields['value'], 2, '.', '');
    $totals->MoveNext();
    }

    to check to see if the customer is on the page you desire then modify the above if statement to spit out the required code to track that page.

    Good Luck!

    Shrimp

 

 

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