@coveo/usage-analytics-event-types
v12.3.1
Published
Typescript types for Coveo Usage Analytics Events
Downloads
427
Readme
Coveo Usage Analytics Event Types
This package contains automatically generated TypeScript types for Coveo Usage Analytics Events, and is intended to be used in combination with coveo.analytics.js or other integrations which communicate with the usage analytics service.
Installation
Install using npm install @coveo/usage-analytics-event-types
Usage
Import desired event type, e.g. for an UsageAnalyticsCustom
event:
import {UsageAnalyticsCustom} from '@coveo/usage-analytics-event-types';
const myCustomEvent:UsageAnalyticsCustom = {
eventType: 'clickButton',
eventValue: 'back',
clientId: '2ce196c1-5859-42da-b051-63e77ae2b406',
language: 'en-us'
}