Skip to content

Commit 93c325a

Browse files
committed
allow screen_view and ad_impression events
1 parent 5af3693 commit 93c325a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ 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_impression", "ad_query",
8+
"ad_activeview", "ad_click", "ad_exposure", "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", "screen_view", "session_start",
13-
"user_engagement"
12+
"notification_receive", "os_update", "session_start", "user_engagement"
1413
]
1514
const RESERVED_USER_PROPERTY_NAMES = [
1615
"first_open_time", "first_visit_time", "last_deep_link_referrer", "user_id",

0 commit comments

Comments
 (0)