Skip to content

Commit

Permalink
Fix analytics bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbuchman committed Jan 4, 2021
1 parent 811eaef commit 5f11f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Graphic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
this['$ga']['event']({
eventCategory: 'Spotify',
eventAction: 'Download',
eventValue: 'Results Graphic'
eventLabel: 'Results Graphic'
});
}
},
Expand Down

1 comment on commit 5f11f44

@vercel
Copy link

@vercel vercel bot commented on 5f11f44 Jan 4, 2021

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.