Skip to content

Commit

Permalink
Change event
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriibudko committed Jun 19, 2023
1 parent f957e26 commit 7ccf606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/analytics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const logEvent = ({
if (!isGAInitialized) return

ReactGA.event({
category: category ?? 'Reader category',
action: action ?? 'Reader action',
category: `Reader. ${category}` ?? 'Category',
action: `Reader. ${action}` ?? 'Action',
label: 'Reader',
value: value ?? 99,
nonInteraction: nonInteraction ?? true,
Expand Down

0 comments on commit 7ccf606

Please sign in to comment.