Thread: Supertracker

Page 11 of 33 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 324
  1. #101
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by a_berezin View Post
    Replace
    Code:
    $db->Execute("UPDATE " . TABLE_SUPERTRACKER . " SET last_click = NOW(), exit_page='" . zen_db_input(zen_db_prepare_input(urldecode($_SERVER['REQUEST_URI']))) . "', exit_page_name='" . $page_title . "', num_clicks=num_clicks+1, added_cart='" . $tracking_data->fields['added_cart'] . "', categories_viewed='" . $categories_viewed . "', products_viewed='" . $tracking_data->fields['products_viewed'] . "', customer_id='" . $customer_id . "', completed_purchase='" . $completed_purchase . "', cart_contents='" . $cart_contents . "', cart_total = '" . $cart_total . "', order_id = '" . $order_id . "' WHERE tracking_id='" . $tracking_data->fields['tracking_id'] . "'");
    by
    Code:
          $db->Execute("UPDATE " . TABLE_SUPERTRACKER . "
                        SET last_click = NOW(),
                            exit_page='" . zen_db_input(zen_db_prepare_input(urldecode($_SERVER['REQUEST_URI']))) . "',
                            exit_page_name='" . $page_title . "',
                            num_clicks=num_clicks+1,
                            added_cart='" . zen_db_input($tracking_data->fields['added_cart']) . "',
                            categories_viewed='" . zen_db_input($categories_viewed) . "',
                            products_viewed='" . zen_db_input($tracking_data->fields['products_viewed']) . "',
                            customer_id='" . (int)$customer_id . "',
                            completed_purchase='" . zen_db_input($completed_purchase) . "',
                            cart_contents='" . zen_db_input($cart_contents) . "',
                            cart_total = '" . zen_db_input($cart_total) . "',
                            order_id = '" . (int)$order_id . "'
                        WHERE tracking_id='" . (int)$tracking_data->fields['tracking_id'] . "'");
    Where is the file location where this patch needs to be applied?

  2. #102
    Join Date
    Mar 2004
    Posts
    883
    Plugin Contributions
    1

    Default Re: Supertracker

    Quote Originally Posted by BlessIsaacola View Post
    Where is the file location where this patch needs to be applied?
    Sorry about that;
    /includes/classes/supertracker.php
    about line 171

    Juxi

  3. #103
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by JuxiZoza View Post
    Sorry about that;
    /includes/classes/supertracker.php
    about line 171

    Juxi
    Thank you so much!!!

  4. #104
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Supertracker

    I just started up Adwords and now see that I have two clicks. I look at supertracker and there is not a referrer from Adwords.

    I called Google and they say I should use Google Analytic., but I do and there is not a click there either but their info is 24hrs delayed. So now I have to wait before I can complain to Adwords that I had bad clicks.

    My question is has anyone had issues with Google and if I get a click coming from Google ads what the referrer should look like. I do like the super tracker over the Google Analytic.

    RJ

  5. #105
    Join Date
    Apr 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Supertracker

    I have a problem on our site www.zepto-expert.nl with Supertracker downloaded from the zen-cart download site, combined with Zencart latest version 1.3.8. Installation is all fine.
    When running reports none of the search keywords seem to work, while showing last 10 visitors for example is fine.

    Thanks in advance,

    wjansen

  6. #106
    Join Date
    Apr 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Supertracker

    I have an issue with Supertracker latest version downloaded from zen-cart downloads and zen-cart latest 1.3.8 version. Mod install fines, runs visistors smoothly but doesn;t show any of the keyword searches. The shop is running on www.zepto-expert.nl

    Thanks very much,

    wjansen

  7. #107
    Join Date
    Dec 2007
    Posts
    16
    Plugin Contributions
    0

    Default Supertracker - does it use cookies?

    Does anyone know how supertracker actually follows users through the site? Does it use browser cookies or some other means to track people through your site?

    Thanks in advance.

  8. #108
    Join Date
    May 2008
    Location
    Sydney
    Posts
    17
    Plugin Contributions
    0

    Default Re: Supertracker

    This is a great mod thankyou andrew.

    I have only 1 small thing that is not showing correctly.
    My visitor country stats does not show a country, shows 100% on one line and each time I look the line is a different colour.

    Paul

  9. #109
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by wjansen View Post
    I have an issue with Supertracker latest version downloaded from zen-cart downloads and zen-cart latest 1.3.8 version. Mod install fines, runs visistors smoothly but doesn;t show any of the keyword searches. The shop is running on www.zepto-expert.nl

    Thanks very much,

    wjansen

    Same here. Is there a solution?
    b.t.w. a great mod!!!
    grmx

  10. #110
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Supertracker

    Hi

    I have supertracker installed for the zencart, but Zen-Cart is installed in mysite.com/shopping. So my question is - is there a way of cofiguring supertracker to keep stats on my main site i.e. mysite.com as well as the Zen-Cart part of the site?

    Thanks,

    Phil

 

 
Page 11 of 33 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. Supertracker
    By enquirer66 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Mar 2011, 08:37 PM
  2. SuperTracker
    By ma.r.a in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Feb 2011, 08:19 PM
  3. Supertracker referrals?
    By mlbacher in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Aug 2009, 07:53 PM
  4. supertracker mod
    By confused_aswell in forum General Questions
    Replies: 2
    Last Post: 1 Aug 2008, 12:55 PM
  5. Supertracker Add-on
    By bcmartinez in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 May 2006, 01:24 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