Event

Retrieve historical event data

GETtrends/event

Retrieves the number of times that an event has been triggered over a given time period.

The data property passed when tracking events is not included and can instead be found in the Feed API.

Query String Parameters

from

String

The start date-time for the query

to

String

The end date-time for the query

dateFormat

String

The format that any date parameters will be returned in. This takes any value permitted by Moment.

format

StringDefault Value: json

Accepted values: json, csv

The response format required (overrides header)

limit

StringDefault Value: 0,20

The maximum number of results e.g. 10 to return with an optional offset e.g. 5,10

Definition

GET https://api.gosquared.com/trends/v2/event

Example Request

require_once('gosquared-php-sdk/main.php');

$GS = new GoSquared(array(
  'site_token' => 'GSN-106863-S',
  'api_key' => 'demo'
));

$result = $GS->trends->event();

Live Responseundefined undefined

Your API Key is not authorised for this endpoint

Please fill in the required fields in the Query Builder