In Kochava destination docs (https://segment.com/docs/destinations/kochava/#getting-started) it says context.device.type (has value of ‘ios’ or ‘android’), context.device.advertising_id (IDFA on iOS and adID on Android) and context.device.id are required in all calls to Kochava. Then in https://segment.com/docs/spec/common/#context-fields-automatically-collected it says that device.type is populated automatically by iOS library. However looking at the request data sent to Segment, context.device object only has manufacturer, model, id, advertisingId, adTrackingEnabled fields, and looking at the code of the iOS SDK https://github.com/segmentio/analytics-ios/blob/master/Analytics/Classes/Internal/SEGSegmentIntegration.m#L162 the field type doesn’t exist. Is this field still required for Kochava calls or are the docs outdated?
In Kochava destination docs (https://segment.com/docs/destinations/kochava/#getting-started) it says
context.device.type(has value of ‘ios’ or ‘android’),context.device.advertising_id(IDFA on iOS and adID on Android) andcontext.device.idare required in all calls to Kochava. Then in https://segment.com/docs/spec/common/#context-fields-automatically-collected it says thatdevice.typeis populated automatically by iOS library. However looking at the request data sent to Segment, context.device object only hasmanufacturer,model,id,advertisingId,adTrackingEnabledfields, and looking at the code of the iOS SDK https://github.com/segmentio/analytics-ios/blob/master/Analytics/Classes/Internal/SEGSegmentIntegration.m#L162 the field type doesn’t exist. Is this field still required for Kochava calls or are the docs outdated?