Kind: Function
Source: atloria-monorepo/templates/site-bootstrap/src/lib/analytics.ts
Track a custom event.
Signature
tsfunction trackEvent(name: string, properties: Record<string, string>)
Parameters
| Name | Type |
|---|---|
name | string |
properties | Record<string, string> |
Was this page helpful?