ABCDE
1
SourceEventEvent KeyDescriptionDescription (KR)
2
APPInstall (App)app_install{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": ["9161"]
}
Install occurred within the set date range
3
APPAttributed Reactivated Open (App)app_attributed_reactivated_open{
"type": "and",
"filters": [
{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9160"
]
},
{
"type": "in",
"fieldName": "DATA__EVENTDATA__ISREACTIVATED",
"values": [
"true"
]
},
{
"type": "not",
"filter": {
"type": "in",
"fieldName": "DATA__ATTRIBUTIONRESULT__ATTRIBUTEDCHANNEL__ALIAS",
"values": [
"unattributed"
]
}
}
]
}
Attributed Reactivated Open occurred within the set date range
4
APPAttributed Deeplink Open (App)app_attributed_deeplink_open{
"type": "and",
"filters": [
{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9162"
]
},
{
"type": "not",
"filter": {
"type": "in",
"fieldName": "DATA__ATTRIBUTIONRESULT__ATTRIBUTEDCHANNEL__ALIAS",
"values": [
"unattributed"
]
}
}
]
}
Attributed Deeplink Open occurred within the set date range
5
APPDeeplink Open (App)app_deeplink_open{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": ["9162"]
}
Deeplink Open occurred within the set date range
6
APPDeeplink Pageview (App)app_deeplink_pageview{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": ["9164"]
}
Deeplink Pageview occurred within the set date range
7
APPSign-up (App)app_sign_up{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.user.signup"
]
}
Sign-up events that occurred within the set date range
8
APPSign-in (App)app_sign_in{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.user.signin"
]
}
Sign-in events that occurred within the set date range
9
APPInitiate Checkout (App)app_initiate_checkout{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.initiateCheckout"
]
}
The number of Initiate Checkout (App) events
10
APP{event_category} (App)app_custom_{event_category}{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": ["9360$${event_category}"]
}
{event_category} occurred within the set date range
11
APPFirst Order Complete (App)app_first_order_complete{
"type": "and",
"filters": [
{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.ecommerce.order.completed"
]
},
{
"type": "in",
"fieldName": "DATA__EVENTDATA__ISFIRSTPERDEVICE",
"values": [
"true"
]
}
]
}
First Order Complete (App) event performed by users who performed the start event within the set date range
12
APPOrder Complete (App)app_order_complete{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": ["9360$$airbridge.ecommerce.order.completed"]
}
Order Complete (App) event performed by users who performed the start event within the set date range
13
APPAd Impression (App)app_ad_impression{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.adImpression"
]
}
Ad Impression (App) event performed by users who performed the start event within the set date range
14
APPAd Click (App)app_ad_click{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.adClick"
]
}
Ad Click (App) event performed by users who performed the start event within the set date range
15
APPSubscribe (App)app_subscribe{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.subscribe"
]
}
Subscribe (App) event performed by users who performed the start event within the set date range
16
APPSpend Credits (App)app_spend_credit{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$$airbridge.spendCredits"
]
}
Spend Credits (App) event performed by users who performed the start event within the set date range
17
APP{custom_goal_category} (App)app_custom_{custom_goal_category}{
"type": "in",
"fieldName": "DATA__EVENTDATA__CATEGORY",
"values": [
"9360$${custom_goal_category}"
]
}
{custom_goal_category} (App) event performed by users who performed the start event within the set date range
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100