Skip to content

context.device.type is not collected and it's required for Kochava according to docs #38

@caroaguilar

Description

@caroaguilar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions