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.
Install using npm install @coveo/usage-analytics-event-types
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'
}