SKAdNetwork Configuration For Ad Network

    SKAdNetwork (SKAN), a privacy-centric framework designed for the iOS ecosystem, facilitates the evaluation of app installation campaign efficacy devoid of user or device specifics.

    To begin tracking a SKAN campaign, an initialization of an in-app event and a conversion value is required. Following this setup, any in-app event triggered subsequent to an app installation, which has an associated Conversion Value, prompts SKAN to adjust the Conversion Value to mirror the latest in-app event.

    The SKAdNetwork Configuration API serves ad networks by supplying mapping data, enabling a correlation between conversion values and attribution data. Ad networks can use for decoding postback data.

    The API response is delivered in a nested JSON format.


    Get SKAN 3 CV Schema

    GET

    https://api.airbridge.io/skadnetwork/conversion-bit-config/v4

    Get SKAN 3.0 Conversion Value Schema.

    Request

    Query Params

    itunes_app_id
    Requiredstring

    Itunes App ID (ex. 1370724782)

    response_format
    Requiredstring

    Channel Name (ex. tiktok, facebook.business, criteo)

    api_key
    Requiredstring

    Pre-shared API Key on Ad Network.

    Response

    200 SUCCESS

    Field

    Descrption

    Required

    default_currency

    Default currency

    False (when value set ranges are used)

    last_update_time

    Last updated datetime (epoch/unix timestamp in seconds)

    True

    conversion_bits_rules

    List of conversion value rules

    True

    conversion_bits_rules.$.conversion_value

    Conversion value of this rule

    True

    conversion_bits_rules.$.events

    List of the corresponding events of the rule

    True

    conversion_bits_rules.$.events.$.event_name

    Event name

    True

    conversion_bits_rules.$.events.$.values

    The object containing event value range for the event

    False (when value set ranges are used)

    conversion_bits_rules.$.events.$.values.amount

    The starting amount of the value range (equal to or greater than)

    False (when value set ranges are used)

    conversion_bits_rules.$.events.$.values.max_amount

    The max amount of the value range (less than)

    False (when value set ranges are used)

    Was this page helpful?

    Have any questions or suggestions?