Skip to content

Commit

Permalink
Update GA Click Data
Browse files Browse the repository at this point in the history
Update GA Click Data
  • Loading branch information
Paul-Hume authored Feb 14, 2023
2 parents 68fcfb0 + 7d4b749 commit 8a1535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/useAnalytics/useAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useAnalytics = () => {
const buttonClick = ({ button, value }: ButtonClickProps) => {
ReactGA.event({
category: 'button',
action: 'click',
action: button,
label: button,
value: value || 1,
});
Expand Down

1 comment on commit 8a1535a

@vercel
Copy link

@vercel vercel bot commented on 8a1535a Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.