GoSquared offers a powerful analytics platform which, when integrated via its API, enables a deep dive into website traffic, user behavior, and real-time analytics. The API can be used to track events, fetch analytics data, manage contacts, and trigger communications based on user actions. With Pipedream, you can harness this API to create custom workflows that react to data from GoSquared, automate tasks, and connect with countless other apps for a seamless data pipeline.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
gosquared: {
type: "app",
app: "gosquared",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.gosquared.com/account/v1/sites`,
params: {
api_key: `${this.gosquared.$auth.api_key}`,
},
})
},
})
Real-time User Activity Alerts: Send custom notifications via Slack or email when a high-value user performs a specific action on your site. For example, receive an alert when a user who has previously made a purchase visits your pricing page.
Dynamic Audience Segmentation: Automatically segment users in your CRM like Salesforce or HubSpot based on their activity tracked by GoSquared. This could involve tagging users who spend over a certain amount of time on your site or complete a specific action, allowing for targeted follow-up campaigns.
Automated Customer Support: Trigger a support workflow in Zendesk or Intercom when GoSquared detects a user is struggling on a help page or has visited the support section multiple times without resolution, enabling proactive customer support engagement.
Emit new event when a new live chat message is received in GoSquared.
Emit new event when a traffic spike is detected in GoSquared.
Emit new event when a user exits a smart group in GoSquared.
Create or update a user profile in GoSquared People CRM. See the documentation
Track an event in GoSquared. Events are a versatile way of tracking anything that is happening on your site or app. See the documentation
GoSquared uses API keys for authentication. When you connect your GoSquared account, Pipedream securely stores the keys so you can easily authenticate to GoSquared APIs in both code and no-code steps.
You can manage your API keys under the API Access section of your account settings