Developers can use this interface to access preset event properties information.
Code example:
const presetProperties = solarengine.getPresetProperties();Returned fields:
| Field Name | Description |
|---|---|
| _appkey | The AppKey assigned by SolarEngine (SE) |
| _distinct_id | Device ID generated by SE (IDFV) |
| _account_id | The account ID passed in by the developer through the login interface |
| _visitor_id | The visitor ID passed in by the developer through the setVisitorID interface |
| _session_id | The session ID generated within SE for each cold start |
| _idfa | Device IDFA |
| _idfv | Device IDFV |
| _ua | Device UA |
| _language | The language of the device's system settings |
| _time_zone | Device time zone |
| _manufacturer | Device manufacturer |
| _platform | SDK platform (Default 2) |
| _os_version | Device system version |
| _screen_height | Screen height |
| _screen_width | Screen width |
| _device_model | Device model |
| _device_type | Device type, 3: iphone, 4: ipad, 0: other |
| _app_version | Application version number |
| _app_version_code | Application build number |
| _package_name | Application package name |
| _app_name | Application name |
| _channel | (Default AppStore) |
| _lib | (Default 2) |
| _lib_version | SDK version number |