We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af3693 commit 93c325aCopy full SHA for 93c325a
1 file changed
src/components/ga4/EventBuilder/ValidateEvent/handlers/formatCheckLib.ts
@@ -5,12 +5,11 @@ import {eventDefinitions} from "../schemas/eventTypes/eventDefinitions"
5
import {InstanceId} from "../../types"
6
7
const RESERVED_EVENT_NAMES = [
8
- "ad_activeview", "ad_click", "ad_exposure", "ad_impression", "ad_query",
+ "ad_activeview", "ad_click", "ad_exposure", "ad_query",
9
"adunit_exposure", "app_clear_data", "app_install", "app_update",
10
"app_remove", "error", "first_open", "first_visit", "in_app_purchase",
11
"notification_dismiss", "notification_foreground", "notification_open",
12
- "notification_receive", "os_update", "screen_view", "session_start",
13
- "user_engagement"
+ "notification_receive", "os_update", "session_start", "user_engagement"
14
]
15
const RESERVED_USER_PROPERTY_NAMES = [
16
"first_open_time", "first_visit_time", "last_deep_link_referrer", "user_id",
0 commit comments