@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias ActivationKey

    ActivationKey:
        | { type: "segment_id"; segment_id: string }
        | { type: "key_value"; key: string; value: string }

    Destination-specific activation key returned by get_signals or activate_signal. Usually omitted for seller-offered signals selected directly through the same seller; include only when the selected signal was separately activated and the seller requires the activation key to correlate the package selection.

    Type Declaration

    • { type: "segment_id"; segment_id: string }
      • type: "segment_id"

        Segment ID based targeting

      • segment_id: string

        The platform-specific segment identifier to use in campaign targeting

    • { type: "key_value"; key: string; value: string }
      • type: "key_value"

        Key-value pair based targeting

      • key: string

        The targeting parameter key

      • value: string

        The targeting parameter value