| array | twitter | various Twitter related stats| int | tweets | Total number of tweets seen | | string | first_tweet | date and time of the first tweet seen | | string | last_tweet | date and time of the last tweet seen | | int | retweets | Total number of retweets seen | | string | first_retweet | date and time of the first retweet seen | | string | last_retweet | date and time of the last retweet seen | | array | statuses | an array of statuses recorded inclduing the status, screen_name, status_id, and datetime fields plus an is_retweet flag |
| array | clicks | stats related to click-throughs on the eepurl| int | clicks | Total number of clicks seen | | string | first_click | date and time of the first click seen | | string | last_click | date and time of the first click seen | | array | locations | an array of geographic locations including country, region, and total clicks |
| array | referrers | an array of arrays, each containing| string | referrer | the referrer, truncated to 100 characters | | int | clicks | Total number of clicks seen from this referrer | | string | first_click | date and time of the first click seen from this referrer | | string | last_click | date and time of the first click seen from this referrer |
|