npm.io
20.2.2 • Published 4d ago

@coveo/usage-analytics-event-types

Licence
Apache-2.0
Version
20.2.2
Deps
0
Size
34 kB
Vulns
0
Weekly
430

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'
}

Keywords