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.
1 parent 03b82e0 commit 6ff3705Copy full SHA for 6ff3705
projects/packages/forms/src/dashboard/components/empty-responses/index.tsx
@@ -107,6 +107,10 @@ const useInstallAkismet = (): UseInstallAkismetReturn => {
107
pluginPath: akismetPluginFile,
108
isInstalled,
109
onSuccess: refreshIntegrations,
110
+ trackEventName: 'jetpack_forms_upsell_akismet_click',
111
+ trackEventProps: {
112
+ screen: 'dashboard',
113
+ },
114
successNotices: {
115
install: {
116
message: __( 'Akismet installed and activated.', 'jetpack-forms' ),
0 commit comments