LI PASS Events
The LI PASS events consists of authentication events and compliance events. This data is automatically collected and reported once LI PASS is integrated.
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 | Filter | 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 pop-up for AutoLogin , it is usually triggered by Login events instead |
Compliance events
Compliance-related data is reported to the insight_1000_funnel
table.
l1_event_name | l2_event_name | Description | Notes |
---|---|---|---|
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. LI PASS events, for example, are reported to the following data tables.
insight_1000_funnel
Funnel analysis primarily refers to game funnel events, including default reported events and business-custom reported events. The main data source table is insight_1000_funnel
.
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 business) |
insight_200_li_monitor
Account analysis primarily refers to LI PASS funnel events, source table: insight_200_li_monitor
.
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 |