Campaigns

Retrieve realtime campaigns

GETnow/campaigns

Retrieves a list of currently running campaigns, displaying how many visitors online right now have been referred by campaigns.

Definition

GET https://api.gosquared.com/now/v3/campaigns

Example Request

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

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

$result = $GS->now->campaigns();

Live Responseundefined undefined

Your API Key is not authorised for this endpoint

Please fill in the required fields in the Query Builder