clicky allows this and it will be nice to implement it. Not sure how simple - but hey they provide a whole API.

Comments

rsvelko’s picture

Title: improve on the drupal-clicky API integration - the show clicky stats on your drupal site part » 4. improve on the drupal-clicky API integration - the show clicky stats on your drupal site part

http://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

rsvelko’s picture

Title: 4. improve on the drupal-clicky API integration - the show clicky stats on your drupal site part » 3. improve on the drupal-clicky API integration - the show clicky stats on your drupal site part
rsvelko’s picture

Status: Active » Fixed

The dashboard was added in 1.4.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.