Skip to content

Commit

Permalink
fix(analytics): allow manual tracking of ad_impression
Browse files Browse the repository at this point in the history
Fixes #6307
Supercedes, thus closes #6312
  • Loading branch information
mikehardy committed Jun 17, 2022
1 parent ee740f8 commit 931468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ReservedEventNames = [
'ad_activeview',
'ad_click',
'ad_exposure',
'ad_impression',
// 'ad_impression', // manual ad_impression logging is allowed, See #6307
'ad_query',
'ad_reward',
'adunit_exposure',
Expand Down

1 comment on commit 931468a

@vercel
Copy link

@vercel vercel bot commented on 931468a Jun 17, 2022

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.