API Key
Required
site_token |
Site Token |
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. |
1 unit.
http://api.gosquared.com/overview?api_key=API_KEY&site_token=GSN-1234567-X
{
"overview": {
"active": 24,
"pages": 63,
"returning": 50,
"visitors": 68,
"weekmax": 144
}
}