FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: google.d.ts
/** * Track an event with Google Analytics or Google Tag Manager * * @param googleEventName The name of the event to track * @param eventData The data to send with the event * * @returns void */ export declare const trackEvent: (googleEventName: string, eventData: any | null) => void;
Save
Back