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:
parent
a5dba829c9
commit
f095fc5696
|
@ -98,12 +98,12 @@ export const SurveyForm = ( {
|
||||||
} else {
|
} else {
|
||||||
trackEvent( 'ces_feedback', {
|
trackEvent( 'ces_feedback', {
|
||||||
action: 'customize_your_store_on_core_transitional_survey_complete',
|
action: 'customize_your_store_on_core_transitional_survey_complete',
|
||||||
rating,
|
score: rating,
|
||||||
choose_design_my_own_theme: isStreamlineChecked,
|
choose_design_my_own_theme: isStreamlineChecked,
|
||||||
choose_dislike_themes: isDislikeThemesChecked,
|
choose_dislike_themes: isDislikeThemesChecked,
|
||||||
choose_themes_not_match: isThemeNoMatchChecked,
|
choose_themes_not_match: isThemeNoMatchChecked,
|
||||||
choose_other: isOtherChecked,
|
choose_other: isOtherChecked,
|
||||||
feedback: feedbackText,
|
comments: feedbackText,
|
||||||
spill_beans: spillBeansText,
|
spill_beans: spillBeansText,
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
CYS: Improve tracking survey
|
Loading…
Reference in New Issue