Skip to content

Commit

Permalink
remove s in impressions
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenwang committed Oct 18, 2024
1 parent 196ec3f commit de59f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/event-type-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const AnalyticsEventToGoogleAnalyticsEvent: {
),
[AnalyticsEvent.IMPRESSION_BYO_CTA]: createGoogleAnalyticsEvent(
'',
'custom cta modal impressions',
'custom cta modal impression',
'',
true
),
Expand Down

0 comments on commit de59f31

Please sign in to comment.