CYS: fix survey tracking (#50354)

* CYS: fix survey tracking

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Luigi Teschio 2024-08-08 17:27:18 +02:00 committed by GitHub
parent a5dba829c9
commit f095fc5696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -98,12 +98,12 @@ export const SurveyForm = ( {
} else {
trackEvent( 'ces_feedback', {
action: 'customize_your_store_on_core_transitional_survey_complete',
rating,
score: rating,
choose_design_my_own_theme: isStreamlineChecked,
choose_dislike_themes: isDislikeThemesChecked,
choose_themes_not_match: isThemeNoMatchChecked,
choose_other: isOtherChecked,
feedback: feedbackText,
comments: feedbackText,
spill_beans: spillBeansText,
} );
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
CYS: Improve tracking survey