Tagged Visitors
Retrieve tagged visitors
GETaccount/taggedVisitors
Retrieves the list of tagged visitors.
Query String Parameters
presenter | StringDefault Value: Accepted values: Modifies the response data structure
|
limit | StringDefault Value: The maximum number of results e.g. |
Example Request
require_once('gosquared-php-sdk/main.php');
$GS = new GoSquared(array(
'site_token' => 'GSN-106863-S',
'api_key' => 'demo'
));
$result = $GS->account->taggedVisitors();
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Please fill in the required fields in the Query Builder
Add a tagged visitor
POSTaccount/taggedVisitors/{visitorID}
Adds a tag to an identified visitor.
Path Parameters
visitorID | StringRequired The ID of the visitor |
POST Body
tag | String or number The tag to attach to the visitor. |
Example Request
The PHP library does not support this function at this time
Live Responseundefined undefined
Your API Key is not authorised for this endpoint
Remove a tagged visitor
DELaccount/taggedVisitors/{visitorID}
Removes the given visitorID's tag.
Path Parameters
visitorID | StringRequired The ID of the visitor |
Example Request
The PHP library does not support this function at this time
Live Responseundefined undefined
Your API Key is not authorised for this endpoint