Survey

SurveyTracker

Defines the tracker class for the survey semantic package

Example

To track an event using the survey package, you can use the corresponding method on the tracker instance:

Bird.tracker.survey.csat(event_props, event_opts);

Extends

  • Tracker

Methods

csat()

csat(props?: SurveyCsatProperties, opts?: BirdEventTrackingOptions): void

Parameters

props?: SurveyCsatProperties

opts?: BirdEventTrackingOptions

Returns

void


SurveyCsatProperties

Properties for survey/csat event

Indexable

[k: string]: unknown

Properties

PropertyType

conversation_id?

string

event_name?

string

Last updated