Skip to content

Commit

Permalink
Merge pull request #3584 from kristenwang/dev
Browse files Browse the repository at this point in the history
Add GA event for BYO CTA
  • Loading branch information
kristenwang authored Oct 18, 2024
2 parents e266617 + de59f31 commit 6a9e0b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/runtime/event-type-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,18 @@ export const AnalyticsEventToGoogleAnalyticsEvent: {
'',
false
),
[AnalyticsEvent.IMPRESSION_BYO_CTA]: createGoogleAnalyticsEvent(
'',
'custom cta modal impression',
'',
true
),
[AnalyticsEvent.ACTION_BYO_CTA_BUTTON_CLICK]: createGoogleAnalyticsEvent(
'',
'custom cta click',
'',
false
),
};

export const SubscriptionSpecificAnalyticsEventToGoogleAnalyticsEvent: {
Expand Down

0 comments on commit 6a9e0b4

Please sign in to comment.