@@ -109,16 +109,19 @@ The Analytics package works out of the box, however a number of events are autom
109
109
These event names are called as 'Reserved Events'. Attempting to send any custom event using the ` logEvent ` method
110
110
with any of the following event names will throw an error.
111
111
112
- | Reserved Events Names | | |
113
- | ---------------------- | ------------------------- | ------------------- |
114
- | ` app_clear_data ` | ` app_uninstall ` | ` app_update ` |
115
- | ` error ` | ` first_open ` | ` first_visit ` |
116
- | ` first_open_time ` | ` first_visit_time ` | ` in_app_purchase ` |
117
- | ` notification_dismiss ` | ` notification_foreground ` | ` notification_open ` |
118
- | ` notification_receive ` | ` os_update ` | ` session_start ` |
119
- | ` screen_view ` | ` user_engagement ` | ` ad_impression ` |
120
- | ` ad_click ` | ` ad_query ` | ` ad_exposure ` |
121
- | ` adunit_exposure ` | ` ad_activeiew ` |
112
+ | Reserved Events Names | | |
113
+ | -------------------------------- | ------------------------------ | ------------------------------- |
114
+ | ` ad_activeview ` | ` ad_click ` | ` ad_exposure ` |
115
+ | ` ad_impression ` | ` ad_query ` | ` ad_reward ` |
116
+ | ` adunit_exposure ` | ` app_background ` | ` app_clear_data ` |
117
+ | ` app_remove ` | ` app_store_refund ` | ` app_store_subscription_cancel ` |
118
+ | ` app_store_subscription_convert ` | ` app_store_subscription_renew ` | ` app_update ` |
119
+ | ` app_upgrade ` | ` dynamic_link_app_open ` | ` dynamic_link_app_update ` |
120
+ | ` dynamic_link_first_open ` | ` error ` | ` first_open ` |
121
+ | ` first_visit ` | ` in_app_purchase ` | ` notification_dismiss ` |
122
+ | ` notification_foreground ` | ` notification_open ` | ` notification_receive ` |
123
+ | ` os_update ` | ` session_start ` | ` session_start_with_rollout ` |
124
+ | ` user_engagement ` |
122
125
123
126
## App instance id
124
127
0 commit comments