Automatic data collection
Native data
Description
Default collection status
Installation based data model
Profile based data model
Last updated
BatchSDK.updateAutomaticDataCollection { config in
// Enable GeoIP resolution on server side
config.setGeoIPEnabled(true)
// Enable automatic collection of the device model information
config.setDeviceModelEnabled(true)
}[BatchSDK updateAutomaticDataCollection:^(BatchDataCollectionConfig * _Nonnull config) {
// Enable GeoIP resolution on server side
[config setGeoIPEnabled:true];
// Enable automatic collection of the device model information
[config setDeviceModelEnabled:true];
}];