Skip to content

Commit

Permalink
(feat): add Google Analytics for Humansignal (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysheridan authored Jun 7, 2024
1 parent 30b27fe commit 80c2af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui/app/src/analytics/CustomerAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const CUSTOMER_ANALYTICS: Record<string, Analytics> = {
id: "GTM-P859DNW4",
},
},
humansignal: {
ga4: {
id: "G-5MGM6QQVFS",
},
},
};

export function CustomerAnalytics({ domain }: { domain: string }): ReactElement | null {
Expand Down

0 comments on commit 80c2af9

Please sign in to comment.