Sign inGet started

Survey

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

Example

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

Methods

csat()

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

SurveyCsatProperties

PropertyType
conversation_id?String
event_name?String
rating?Number