se non ho capito male per per poter usufruire ed attivare le statistiche dovrei usare la key api.
Getting StartedYou can submit a sample request right now! All requests must include three pieces of information:
DOMAIN: The name of the domain you are requesting data on (e.g. facebook.com)
METRIC: The code of the metric you are requesting (eg. Unique Visitors)
APIKEY: Your API key (available in your control panel)
(There are other variables that can be used to specify format, date ranges, and other preferences. These are covered in the full documentation.)
Requests are submitted via http and have this format:
http://apps.compete.com/sites/DOMAIN/trended/METRIC/?apikey=APIKEY
Example RequestThis example request returns a list of the Unique Visitors to facebook.com for the last year:
Example Request http://apps.compete.com/sites/facebook.com/trended/uv/?apikey=62ad0ad20bc92737089cd7e9ed9629f4
Returned Data{ "status": "OK", "data": { "trends": { "uv": [ {"date": "200906", "value": 90714948}, {"date": "200907", "value": 98292793}, {"date": "200908", "value": 103509116}, ... ] }, "trends_low_sample": false, "query_cost": 13, "trends_frequency": "monthly" } }
il link completo delle istruzioni è
qui