We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8c6ad2 + 8f9ee05 commit a776343Copy full SHA for a776343
src/events/components/events.ts
@@ -120,6 +120,7 @@ type SendEventProps = {
120
survey_comment?: string
121
survey_email?: string
122
survey_visit_duration?: number
123
+ survey_rating?: number
124
}
125
126
src/events/lib/schema.js
@@ -395,6 +395,11 @@ const survey = {
395
description:
396
'The duration of survey submission - page.timestamp, in seconds. Used to filter out bot-generated survey resopnses.',
397
},
398
+ survey_rating: {
399
+ type: 'number',
400
+ description:
401
+ 'The compute rating of the quality of the survey comment. Used for spam filtering and quality control.',
402
+ },
403
404
405
0 commit comments