Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Search statistics

Asked Modified Viewed 537 times
M
Manuel1986
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions
asked
Member

Visitor Data Records including IP, Referring Site, Browser, Search Engine, OS, Country and City
Stunning Graphs and Visual Statistics
Visitor’s Country Recognition
Visitor’s City Recognition
The number of Visitors coming from each Search Engine
The number of Referrals from each Referring Site
Top 10 common browsers; Top 10 countries with most visitors; Top 10 most-visited pages; Top 10 referring sites
Hits Time-Based Filtering
Statistics on Contents based on Categories, Tags, and Writers
for showing Statistics
Data Export in TSV, XML, and CSV formats
Statistical Reporting Emails
Real-time stats
More Advanced reporting
And much more information represented in graphs & charts along with data filtering
0 replies

5 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

So you basically want us to create a complete analytics tool.. Use Google Analytics or similar. If you want self-hosted tool, use Matomo Analytics.

Literally copied entire description of the plugin that is for wp.
0 replies
M
Manuel1986
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions
answered
Member

Look for that as an infusion That can
Yes, I got the description from somewhere else because I'm not that good In Englisch
Edited by Manuel1986 on 01-03-2021 02:17,
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

There is no point in doing this. You may have to pay someone to program it for you.

Or as I wrote, use well known solutions like Google Analytics or self-hosted Matomo.
0 replies
M
Manuel1986
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions
answered
Member

JavaScript tracking code
Make sure this code is on every page of your website. We give it to position directly before the closing </ head> tag.


<!-- Matomo -->
<script type="text/javascript">
 var _paq = window._paq = window._paq || [];
 /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
 _paq.push(['trackPageView']);
 _paq.push(['enableLinkTracking']);
 (function() {
 var u="//test/";
 _paq.push(['setTrackerUrl', u+'matomo.php']);
 _paq.push(['setSiteId', '1']);
 var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
 })();
</script>
<!-- End Matomo Code -->



how can i get javascript tracking code
position in head> tag
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

There are many threads with this question

https://www.php-fusion.co.uk/infusions/forum/viewthread.php?thread_id=40178#post_208615
0 replies

Labels

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
M
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet