Events
Logging events in SaaSInsights.ai
You can send events through the JavaScript SDK. The SDK can be loaded from www.saasinsights.io/saasinsights.js or locally from your Docker image from YOURDOMAIN.com/js/saasinsights.js.
SaaSInsights.init({baseUrl: MY_DOMAIN, saasInsightsAccountId: SAASINSIGHTS_ACCOUNT_ID, accountId: ACCOUNT_ID, userId: USER_ID).
.track(event_string, properties)Last updated
Was this helpful?