Skip to content

Commit 931468a

Browse files
committed
fix(analytics): allow manual tracking of ad_impression
Fixes #6307 Supercedes, thus closes #6312
1 parent ee740f8 commit 931468a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const ReservedEventNames = [
4040
'ad_activeview',
4141
'ad_click',
4242
'ad_exposure',
43-
'ad_impression',
43+
// 'ad_impression', // manual ad_impression logging is allowed, See #6307
4444
'ad_query',
4545
'ad_reward',
4646
'adunit_exposure',

0 commit comments

Comments
 (0)