Survey

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

Example

val properties = SurveyCsatProperties(
    conversationId = conversationId
)
bird.tracker.survey.csat(properties)

Methods

csat()

val properties = SurveyCsatProperties(
    conversationId = conversationId
)
bird.tracker.survey.csat(properties)

SurveyCsatProperties

PropertyType

conversation_id?

String

event_name?

String

rating?

Number

Last updated