Skip to content

Commit c293e02

Browse files
committed
revert ad_impression and screen_view changes
1 parent efcaf90 commit c293e02

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/ga4/EventBuilder/ValidateEvent/handlers/formatCheckLib.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ import {eventDefinitions} from "../schemas/eventTypes/eventDefinitions"
55
import {InstanceId} from "../../types"
66

77
const RESERVED_EVENT_NAMES = [
8-
"ad_activeview", "ad_click", "ad_exposure", "ad_query",
8+
"ad_activeview", "ad_click", "ad_exposure", "ad_impression", "ad_query",
99
"adunit_exposure", "app_clear_data", "app_install", "app_update",
1010
"app_remove", "error", "first_open", "first_visit", "in_app_purchase",
1111
"notification_dismiss", "notification_foreground", "notification_open",
12-
"notification_receive", "os_update", "session_start", "user_engagement"
12+
"notification_receive", "os_update", "screen_view", "session_start",
13+
"user_engagement"
1314
]
1415
const RESERVED_USER_PROPERTY_NAMES = [
1516
"first_open_time", "first_visit_time", "last_deep_link_referrer", "user_id",

0 commit comments

Comments
 (0)