Write the reason you're deleting this FAQ
A lot of people are trying to migrate from Google analytics to another service in order to track all of their traffic, but they aren't sure exactly which to choose. Now, it can be pretty tricky picking a certain system over another, because there are hundreds out there claiming they're the best, so I've decided to put some Google Analytics alternatives in this discussion for you to check out.
I'm not going to write a big long review for each service, because you can simply check out the website and figure it out for yourself lol. But I have done plenty of research on the services below and deemed them to be the top 8 alternatives to Google Analytics
You may have a different idea of what would be the best alternative, but here are the 8 I've chosen to be the best (in no particular order)
- Clicky
- Mamoto (formerly Piwik)
- StatCounter
- Gauges Analytics
- MixPanel
- FoxMetrics
- KISSmetrics
- Woopra
- Adobe Analytics
As you can see, there are plenty of big companies above that you've likely heard of. From the eight above I would say I liked Clicky the most, but your choice could be based on price or features, which is why I say it's best for you to make your own decision and not let me guide you towards a specific service. Clicky does have dozens of features that can do much more than Google Analytics, and it will track up to 1,000,000 page views each month, but it does come at a $9.99 per month or $79.99 per year price tag. It comes with heatmapping and keyword searching so you're aware of where people are on your website and what keywords you're actually ranking for that are sending in traffic. These two features alone are worth the price of clicky but you also get dozens more as a sort of cherry on top of this service lol. Clicky does offer a free version, which is slightly more limited compared to the premium, but it's still a viable option if you're looking for a Google Analytics alternative 
If you aren't using any sort of analytics for your website, you're likely wasting money on PPC campaigns, and you could be wasting your time targeting the wrong keywords that don't bring in traffic. I would suggest starting out with Google Analytics and upgrading later on down the road if you really need to. Most of the above services are premium (paid) services, and some have free versions with optional upgrades.
Remember, these are alternatives to Google Analytics, and they are not necessarily better than the system Google allows you to use for free. These are simply alternatives that you can use if you want 
Are you not sure of what to choose? Here are some things to think of before picking and implementing the analytics service to your website.
- What sort of technical requirements are required?
- What kind of metrics are you looking for?
- What sort of additional add on or premium features do you need for your analytics?
- Does your system need to be user-friendly, or are you tech savvy?
- Are you looking for a free service or can you afford to pay a monthly charge?
If you still aren't sure what analytics service to use after answering all of those questions, then I suggest you ask for a demo of each of them if they don't offer a free option, and see what their back end admin dashboard looks like and tracks. If everything is perfect for you, is the right price, and you can easily track everything you need, then it looks like you've found a winner! You might find that a couple of these Google analytics alternatives have pretty much the same features so you may want to start by sorting the free ones from the paid ones and start from there.
Thanks for reading 
- Tommy Carey
https://www.seoclerks.com/user/TommyCarey
Well, look at that lol.
I always knew of Piwik but forgot to check on them because I didn't think they would change. I edited the above to show Mamoto (formerly Piwik). I've also added StatCounter because I completely forgot about them!
Thanks for the update :)
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='28711' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='28711' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='43' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='43' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=28711 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=28711
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='28711' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='28711' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=187467 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=187467
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=187474 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=187474
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='28711' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='28711' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='28711' AND status='1' AND (question like '%Google Analytics Alternatives change%' OR question like '%Google%' OR question like '%Analytics%' OR question like '%Alternatives%' OR question like '%change%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='28711' AND status='1'
AND (question like '%Google Analytics Alternatives change%' OR question like '%Google%' OR question like '%Analytics%' OR question like '%Alternatives%' OR question like '%change%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1323' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1323' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1129' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='498' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='498' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=28711%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=28711%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='303598.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='303598.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
blezzium
Are you sure you want to delete this post?