Skip to content

Commit

Permalink
adding the right code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Oct 2, 2023
1 parent 1d24fe1 commit 6324f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing/services/analytics.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare global {
}
}

export const GA_TRACKING_ID = 'UA-77033033-12';
export const GA_TRACKING_ID = 'G-4W4Q68ZFMX';

// Function to track page views
export const pageview = (url: string) => {
Expand Down

0 comments on commit 6324f05

Please sign in to comment.