Skip to content

Commit

Permalink
Merge pull request #6096 from UNC-Libraries/ga4-param-name
Browse files Browse the repository at this point in the history
Update GA4 param name
  • Loading branch information
dlpierce authored Jun 26, 2023
2 parents 18f9108 + 830c949 commit 5b7cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/hyrax/analytics_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GA4TagTracker {
trackEvent(category, action, name) {
gtag('event', action, {
'category': category,
'name': name
'label': name
});
}

Expand Down

0 comments on commit 5b7cff6

Please sign in to comment.