potatocake Posted December 26, 2008 Share Posted December 26, 2008 any1 know if the latest supertracker 3.3 has the agent update? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 6, 2009 Share Posted February 6, 2009 (edited) the last supertrackers DO NOT HAVE the agent update. Since version 3.1 there is no possibility to track Agents by ?rep= Just downgraded yesterday to get them back!! Please for newer version always use the latest online release instead of your own files. this would be much better.... -------------------------- btw: this contrib in version 3.1 is awesome! the salesagent tracking is cute. exactly what is needed to keep track of campaigns running on those several ppc-platforms around there. to get better overview i would prefer to add not only the klick count but also the sales count AND to total of alle refered sales by an agent. would be great if someone can help me with this as i'm not so good in doing new thing ;) Edited February 6, 2009 by Sir.K.O. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2009 Share Posted February 13, 2009 Hello. Someone still developing this contrib at the moment? I just added Agent tracking by Klicks and Agent Tracking by Orders to my version but since its not the actual version i am using i would give some code to someone that is developing actual version. also i am trying to figure out how to count the total of the sales an agent refered tu us. with my try&error coding i managed to get some totals counted but unfortunately not those i needed. maybe someone could please help me here?? Quote Link to comment Share on other sites More sharing options...
Clau123 Posted July 25, 2009 Share Posted July 25, 2009 Is it possible to view the products viewed in a time range, so you can see in a period which products are viewed? Quote Link to comment Share on other sites More sharing options...
limelites Posted September 3, 2009 Share Posted September 3, 2009 I wonder if anyone can help getting Supertracker to display the logs in UK time? I have did the following with no success: 1. In sql replaced NOW() by date_add(now(), INTERVAL ' . TIME_ZONE_OFFSET_SUPERTRACKER . ' HOUR) 2. Replaced $thirty_mins_ago = date('Y-m-d H:i:s', (time() - (30*60))); by $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET_SUPERTRACKER*60*60 - (30*60))); By rights, the alterations I made to supertracker.php should affect the time displayed in the logs but it isn't. Any ideas anyone? I'm trying to make the existing times display +5hrs Quote Link to comment Share on other sites More sharing options...
rock^ Posted December 13, 2009 Share Posted December 13, 2009 A small wish to modification. When watching the last 10 visitors, it would be more easy to watch the last 30-50 visitors instead... Why just not list more visitors to one page? :) Quote Link to comment Share on other sites More sharing options...
rock^ Posted December 13, 2009 Share Posted December 13, 2009 A small wish to modification. When watching the last 10 visitors, it would be more easy to watch the last 30-50 visitors instead... Why just not list more visitors to one page? :) Another wish to customer listing. When viewing them it would be nice have a filter like "viewed products = true". Quote Link to comment Share on other sites More sharing options...
sublok Posted January 18, 2010 Share Posted January 18, 2010 Quick and Dirty simple ppc stats for google adwords that will show. ip address, landing page, exit page, clicks, time entered, time exited (last click), time on site, referrer, and total visits Find this $tracker_query = tep_db_query($tracker_query_raw); Replace with if ($report=='google_exit') { $title = TEXT_TOP_REFERRERS; $headings[]=TEXT_RANKING; $headings[]="IP"; $headings[]="Landing"; $headings[]="Exit Page"; $headings[]="Clicks"; $headings[]="Time Entered"; $headings[]="Time Exited"; $headings[]="Time on Site"; $headings[]=TEXT_REFERRING_URL; $headings[]=TEXT_NUMBER_OF_HITS; $row_data[]='ip_address'; $row_data[]='landing_page'; $row_data[]='exit_page'; $row_data[]='ave_clicks'; $row_data[]='time_arrived'; $row_data[]='last_click'; $row_data[]='ave_time'; $row_data[]='referrer'; $row_data[]='total'; $tracker_query_raw="SELECT *, COUNT(*) as total, AVG(UNIX_TIMESTAMP(last_click) - UNIX_TIMESTAMP(time_arrived))/60 as ave_time, num_clicks as ave_clicks FROM supertracker where landing_page like '%gclid%'and num_clicks <= 1 group by time_arrived order by ip_address DESC"; } $tracker_query = tep_db_query($tracker_query_raw); Find <option value="supertracker.php?special=keywords"><?php echo TEXT_SEARCH_KEYWORDS;?></option> Replace with <option value="supertracker.php?special=keywords"><?php echo TEXT_SEARCH_KEYWORDS;?></option> <option value="supertracker.php?report=google_good">Google PPC Good</option> Optional - if you want to make it so when an ip address shows up you can do a one click look up Find if (strlen($tracker[$r]) > 500) {$tracker[$r] = substr($tracker[$r],0,500); echo '<td class="dataTableContent"' . $style_override . '>' . $tracker[$r] . '</td>'; } replace with if (strlen($tracker[$r]) > 500) {$tracker[$r] = substr($tracker[$r],0,500); } $string = $tracker[$r]; if (preg_match('/^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:[.](?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$/',$string)) { echo '<td class="dataTableContent"' . $style_override . '><a HREF="http://ip-address-lookup-v4.com/lookup.php?ip=' . $tracker[$r] . '" target="_blank">' . $tracker[$r] .' </a></td>'; }else echo '<td class="dataTableContent"' . $style_override . '>' . $tracker[$r] . '</td>'; } Quote Link to comment Share on other sites More sharing options...
Guest Posted January 28, 2010 Share Posted January 28, 2010 Another wish to customer listing. When viewing them it would be nice have a filter like "viewed products = true". And a third wish for logging. I would like the possibility to not log myself. ST allready detects my own IP. When I'm doing alot of work and then testing, the option 'Last ten site visitors' are filled up with my self.. Quote Link to comment Share on other sites More sharing options...
Guest Posted January 30, 2010 Share Posted January 30, 2010 A small wish to modification. When watching the last 10 visitors, it would be more easy to watch the last 30-50 visitors instead... Why just not list more visitors to one page? :) Your wish is my command! ;-) You find a new update with this implemented here now: Supertracker v3.4 update Have fun! Quote Link to comment Share on other sites More sharing options...
Munchies Posted January 31, 2010 Share Posted January 31, 2010 For United States and United Kingdom shop owners, I posted an upgrade to v3.4 to use the GeoCityLite.dat and track visitor region and city based on their IP address. http://addons.oscommerce.com/info/3924 Quote Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2010 Share Posted February 13, 2010 Can someone help me with this error: Error Type: [E_NOTICE] Undefined index: HTTP_REFERER On line 179 File includes/classes/supertracker.php How can I fix this? Quote Link to comment Share on other sites More sharing options...
robweidman Posted February 14, 2010 Share Posted February 14, 2010 Can someone help me with this error: Error Type: [E_NOTICE] Undefined index: HTTP_REFERER On line 179 File includes/classes/supertracker.php How can I fix this? Not sure if this is the cause of your problem, but I just implemented munchies Add-on fix and it worked for many of my site's pages, but not for any dealing with checking out. I received no error messages, but the pages didn't show anything. Fortunately I was able to trace the problem to 2 extra lines left at the end of the supertracker.php file that you mention. If you overwrote that file with his copy, you might want to delete those 2 lines. I'm only a novice php developer, but seem to recall reading somewhere that blanks lines at the end of a PHP file can be problematic. Quote Link to comment Share on other sites More sharing options...
Guest Posted March 19, 2010 Share Posted March 19, 2010 Hello, im having a problem with last ten visitors, it just take to much time for response, at least 10 seconds, and sometimes, more. Does anyone have this same issue? Thank you Quote Link to comment Share on other sites More sharing options...
artur78 Posted January 5, 2011 Share Posted January 5, 2011 (edited) to be deleted Edited January 5, 2011 by artur78 Quote Link to comment Share on other sites More sharing options...
johnnybebad Posted March 2, 2011 Share Posted March 2, 2011 Hi my version of super tracker stopped working today, now according to my files and my security updates nothing has changed. the file itself is reading okay, ie if I manually insert a line in the database the file reads it and display in admin. so the database isnt recording the data anymore. any ideas? Quote Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
AlexMitchell Posted August 28, 2011 Share Posted August 28, 2011 Looks like this isn't really active anymore, but I'm having some issues adding this onto my page...I went through all the install instructions and uploading/edited everything okay, but nothing is showing up in the back store as Supertracker or anything under that I can find. I don't know if I'm just being stupid, but could anybody help me? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.