We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cbf43 commit ba7f057Copy full SHA for ba7f057
components/BrevoEmailSubscribe/BrevoEmailSubscribe.tsx
@@ -61,6 +61,13 @@ export const BrevoEmailSubscribe = (props: BrevoEmailSubscribeProps) => {
61
62
const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
63
posthog.capture('brevo_email_subscribe_submitted');
64
+
65
+ // Google Search-1 campaign conversion tracking
66
+ window.gtag('event', 'conversion', {
67
+ send_to: 'AW-16839610676/zqbPCJr38pUaELSi4N0-',
68
+ value: 1.0,
69
+ currency: 'USD',
70
+ });
71
};
72
73
return (
0 commit comments