Authentication Required

API Key

Parameters

Required

site_token Site Token

Returns

JSON ONLY. Object of insightful totals about the sites' current traffic.

Key Type Description
active Integer Total number of active visitors online right now. Active visitors are visitors that have performed actions (pageviews, events etc) in the last 10 minutes.
pages Integer Total number of pages being viewed by visitors right now.
returning Integer Total number of returning visitors online right now.
visitors Integer Total number of visitors online right now.
weekmax Integer The highest number of visitors online at any one time in the past 7 days.

Complexity Cost

1 unit.

Example Request

http://api.gosquared.com/overview?api_key=API_KEY&site_token=GSN-1234567-X

Example Response

{
    "overview": {
        "active": 24,
        "pages": 63,
        "returning": 50,
        "visitors": 68,
        "weekmax": 144
    }
}
Last modified: 3 April 2012 12:14