Tagged Questions
1
vote
0answers
126 views
GAPI output doesn't match Google Analytics website
I have to get the main info about my Google Analytics Goals.
I'm using GAPI lib, with this code:
<?php
require_once 'conf.inc';
require_once 'gapi.class.php';
$ga = new ...
3
votes
1answer
3k views
Google Analytics API - Super simple? [closed]
Google Analytics API - Too complicated?
I've read about Google Analytics API but heard of others that it is a bit complicated to make it work. I use PHP.
Copy / paste example
My question is if ...
0
votes
3answers
205 views
What is easy to integrate statistics script?
I develop a website on that people can create their own subpages with some tools i provide. And i would like to add the ability for users to see statistics without setting them on their own (like with ...
1
vote
2answers
514 views
How to correctly count pageviews?
I've been using a free 3rd party sitestats counter for years, and I would like to get rid of the external party.
For this simple thing I'm only interested in pageviews (other stats I use google ...
0
votes
1answer
64 views
Retrieving Monthly Hits From Google Analytics
What I want to do is grab the last 5 months including the current months hits for that month.
I have only just copied the tracking code and plugged it into my site but after that I'm not sure what to ...
2
votes
1answer
44 views
Google Analytic's and Universal PHP Footers
If I have a universal Footer, include('footer.php'); on my page - will the google analytic's script I just put there be able to track my page views?