Zeta SDK Android Data Collection

Data Collected By SDK Automatically
property name | Scope | SDK method |
---|---|---|
Device Locale | As part of device data | internal |
Device time zone | As part of device data | internal |
Application id | As part of device data | internal |
Application version name | As part of device data | internal |
Application version code | As part of device data | internal |
SDK Version | As part of device data | internal |
Notification permission status | As part of device data( | internal |
Network type | As part of device data( | internal |
Device model | As part of device data | internal |
Device Manufacturer name | As part of device data | internal |
OS version | As part of device data | internal |
Telephonic carrier name | As part of device data | internal |
Application instance id | As part of device data | internal(Generated by SDK) |
Application first launch | Application life cycle(Auto track) | internal |
Application foreground state | Application life cycle(Auto track) | internal |
Application background state | Application life cycle(Auto track) | internal |
Event creation time | All events | internal |
SDKs will now utilize UID
instead of user_id
to automatically detect and map the appropriate ID field based on the input format. This enhancement ensures seamless user identification, whether the provided input is a user ID or an email ID, improving both accuracy and flexibility.
Data Passed during Initialisation of SDK
Property Name | Scope | SDK method |
---|---|---|
| For all events and properties |
CODE
|
| Configuring notification channel and default values |
CODE
|
Data Passed by Application
property names | Scope | SDK Method |
---|---|---|
appSetId | As part of device data |
|
advertisementId | As part of device data |
|
| User property |
|
Application Screen Name | Application specific |
|
User location | Application specific |
CODE
|
DeviceToken | As part of device data | If the application uses the SDK for push service(ZTPushService), the device token will be automatically captured. |
To strengthen security, SDK API tokens will have write-only access, restricted to updating profiles, tracking events, and logging errors.
Refresh tokens will be scoped to mobile-specific APIs, tied to app-specific metadata, and validated to prevent unauthorized access.
Generic integration tokens will not be accepted, ensuring each app under an account has its own secure refresh token.