← Tools Reference

GoSquared

GoSquared integration (Data, Marketing). Imported from open-connector.

API key4 toolshttps://api.gosquared.com
GET
gosquared_get_token_info
Fetch scope and authorization information for the connected GoSquared API key.

/auth/v1/tokeninfo

GET
gosquared_get_now_overview
Retrieve a realtime GoSquared Now overview for the configured project.

/now/v3/overview

4 parameters
ParamTypeRequiredDescription
siteTokenstringoptionalGoSquared site_token for the project to query. Omit this to use the siteToken s…
fromstringoptionalThe start date-time for the GoSquared query.
tostringoptionalThe end date-time for the GoSquared query.
dateFormatstringoptionalMoment.js date format that GoSquared should use for returned date parameters.
GET
gosquared_get_now_time_series
Retrieve GoSquared Now visitor counts over time for the configured project.

/now/v3/timeSeries

5 parameters
ParamTypeRequiredDescription
siteTokenstringoptionalGoSquared site_token for the project to query. Omit this to use the siteToken s…
fromstringoptionalThe start date-time for the GoSquared query.
tostringoptionalThe end date-time for the GoSquared query.
intervalstringoptionalDiscrete time interval between Now Time Series points, such as 5min.
dateFormatstringoptionalMoment.js date format that GoSquared should use for returned date parameters.
GET
gosquared_get_trends_aggregate
Retrieve GoSquared Trends aggregate metrics for a project over a time period.

/trends/v2/aggregate

6 parameters
ParamTypeRequiredDescription
siteTokenstringoptionalGoSquared site_token for the project to query. Omit this to use the siteToken s…
fromstringoptionalThe start date-time for the GoSquared query.
tostringoptionalThe end date-time for the GoSquared query.
dateFormatstringoptionalMoment.js date format that GoSquared should use for returned date parameters.
limitstringoptionalMaximum number of results to return, either as a count such as 10 or offset,cou…
intervalstringoptionalInterval used to split GoSquared Trends Aggregate datapoints.