Zeta SDK iOS 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 |
App Bundle Identifier | As part of device data | internal |
Application version (CFBundleShortVersionString) | As part of device data | internal |
Build version (CFBundleVersion) | 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 |
OS Version | As part of device data | internal |
Application instance id | As part of device data | internal (Generated by ZetaSDK) |
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 |
Application Terminate state | Application life cycle(Auto track) | internal |
Event creation time | All Events | internal |
As indicated in our Apple Privacy Manifest, the Zeta iOS SDK does not currently support third-party tracking.
To assist ZMP users in respecting this preference, a user property is automatically created on all profiles generated by the iOS SDK called
z_att_status_authorized
and is always set toFALSE
. This property should be used to filter out users in any Audience or Experience that is being used for targeted advertising or advertising measurement purposes.
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 |
| Events and User properties |
CODE
|
Application Group Id (Optional) | Tracking notification delivered via notification extension |
CODE
|
Data Passed by Application
property name | Scope | SDK method |
IDFV | As part of device data |
CODE
|
IDFA | As part of device data |
CODE
|
| User property |
CODE
|
Application Screen Name | Application specific |
CODE
|
User location | Application specific |
CODE
|
Device token | As part of device data |
CODE
|