Event Type: login
account[* Object Account]: Account Information
account_id[* String]: Account IDregister_time[* String]: Time of Registration, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00login_time[* String]: Time of Latest Login, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:25:50.521+07:00phone[Object Phone]: Account Phone Number
country_code[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number[* String]: Phone Number, without '+ sign'email[String]: Account Emaillogin_type[String]: Login Typeprofile[Object Profile]: Personal Profile
person[Object Person]: Personal Information
name[Object Name]: Name
first_name[String]: First Namemiddle_name[String]: Middle Namelast_name[String]: Last Namenickname[String]: Nicknamesex[String]: Sex, enumeration
birthdate[String]: Birthdate, format: YYYY-MM-DD ,example: 1998-01-01address[Object Address]: Personal Address
country[* String]: Country, 2-letter country code according to ISO 3166region[* String]: Regioncity[* String]: Citydistrict[String]: Districtdetail[String]: Detailed Addresszip_code[String]: Zip Codeeducation[String]: Education
profession[String]: Professionannual_income[Object Amount]: Annual Income
currency[* String]: Local Currency Type, 3-letter code according to ISO 4217amount_local[* Double]: Amount ( Local Currency )amount_usd[Double]: Amount ( USD ), The USD amount is converted from the original amount by the exchange rate, (required when not access to China Server)amount_cny[Double]: Amount ( CNY ), The CNY amount is converted from the original amount by the exchange rate, (required when access to a China Server){
"account": {
"account_id": "123456789",
"register_time": "2021-10-12T14:20:50.521+07:00",
"login_time": "2021-10-12T14:25:50.521+07:00",
"phone": {
"country_code": 1,
"phone_number": "6165793816"
},
"email": "hello@gmail.com"
},
"profile": {
"person": {
"name": {
"first_name"