LI PASS Events
LI PASS events include login authentication events and compliance events. After integrating LI PASS, these data will be automatically collected and reported.
Authentication events
Authentication-related data is reported to the insight_200_li_monitor table, and the funnel analysis will retrieve the corresponding Open login page event from this data source table.
| Event | Field Filter Conditions | Description |
|---|---|---|
| Open login page | method_id = 10502 | Login page popup |
| Auto login callback | method_id = 10505 and ret_code = 0 | The login page will not popup for AutoLogin, it is usually triggered by Login events instead |
Compliance events
Compliance-related data is reported to the insight_1000_funnel table.
| Level 1 Event Name l1_event_name | Level 2 Event Name l2_event_name | Description | Remark |
|---|---|---|---|
| policy | query_complicance | Query compliance information | |
| policy | select_region_and_age | Player set region and age | |
| policy | agree_privacy_policy | User agrees to the Privacy Policy | |
| policy | privacy_auth_sucess | Compliance authentication successful | For adult users, reporting is done directly after the previous step is completed.For minors, reporting will only occur after successful self/parental/credit card verification. |
Data tables
As each event is reported to different tables, the attributes of each event align with the structure of the data table to which they are reported.SDK events, for example, are reported to the following data tables.
insight_1000_funnel
This data table mainly reports game funnel events, including auto-report events and custom events.
| Name | Type | Description |
|---|---|---|
| intl_common_info | intl_comm_info | Common fields |
| l1_event_name | string | Level 1 event |
| l2_event_name | string | Level 2 event |
| stage_time | bigint | Stage duration |
| error_code | bigint | Stage error code (as defined by the game) |
insight_200_li_monitor
This data table mainly reports account-related events.
| Name | Type | Description |
|---|---|---|
| intl_common_info | intl_comm_info | Common fields |
| user_email | string | User email |
| source | bigint | Reporting source (deprecated) |
| report_tag | string | Reporting process identifier |
| method_id | bigint | Event ID |
| method_name | string | Event name |
| ret_code | bigint | Event result code |
| ret_msg | string | Event result information |
| third_code | bigint | Event third-party result code |
| third_msg | string | Event third-party result information |
| reserved_1 | string | Reserved field |
| reserved_2 | string | Reserved field |
| reserved_3 | string | Reserved field |
| extra_json | string | Reserved field |
| reserved_4 | string | Reserved field |
| reserved_5 | string | Reserved field |
| reserved_6 | string | Reserved field |
| reserved_7 | string | Reserved field |
| reserved_8 | string | Reserved field |
| reserved_9 | string | Reserved field |
| reserved_10 | string | Reserved field |
| source_stack | string | Reporting source |