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 ...
1
vote
2answers
120 views
Is there a simple way to query the top URLs in Google Analytics?
I'm looking for an easy way to query GA programmatically in order to display the most popular pages on my site.
GA has a Data Export API, but it seems kind of complex to work with for what I want to ...