Closed (fixed)
Project:
Clicky - Web Analytics in Real Time
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 22:36 UTC
Updated:
17 Dec 2009 at 02:40 UTC
clicky allows this and it will be nice to implement it. Not sure how simple - but hey they provide a whole API.
Comments
Comment #1
rsvelko commentedhttp://getclicky.com/help/api
Examples
Some example requests are shown below, and provide a good starting point for discovering what you can do with the API. The results are from our demo traffic data, and completely real. Note that the PHP output you see below is "unserialized", so that you can see how the array is structured. Simply remove the the "&unserialize" from the URL to see how it would actually be sent to your application. Run the returned string through unserialize() to copy it to an array within PHP.
Today's visitors, actions, average actions, average time, and bounce rate
XML JSON PHP
The last 30 visitors today
XML JSON PHP
The last 30 visitors today who live in the US and arrived via a search
XML JSON PHP
Last weeks's top pages, links, and searches
XML JSON PHP
Last weeks's top pages, links, and searches, by day
XML JSON PHP
Yesterday's popular searches that do NOT have the word "Clicky" in them
XML JSON PHP
Comment #2
rsvelko commentedComment #3
rsvelko commentedThe dashboard was added in 1.4.