CYS: Add Tracking for Fiverr Logo Maker CTA (#49783)
* Add tracking for new event. * Correct the naming convention for tracking event. * 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
1ba24e1937
commit
bbdb289c84
|
@ -49,6 +49,7 @@ import {
|
|||
MAX_LOGO_WIDTH,
|
||||
ALLOWED_MEDIA_TYPES,
|
||||
} from './constants';
|
||||
import { trackEvent } from '~/customize-store/tracking';
|
||||
|
||||
const useLogoEdit = ( {
|
||||
shouldSyncIcon,
|
||||
|
@ -545,6 +546,11 @@ export const SidebarNavigationScreenLogo = ( {
|
|||
target="_blank"
|
||||
type="external"
|
||||
rel="noreferrer"
|
||||
onClick={ () => {
|
||||
trackEvent(
|
||||
'customize_your_store_fiverr_logo_maker_cta_click'
|
||||
);
|
||||
} }
|
||||
/>
|
||||
),
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
CYS: Add Tracking for Fiverr Logo Maker CTA
|
Loading…
Reference in New Issue