@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias ActivationKey

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

    The key to use for targeting. Only present if is_live=true AND requester has access to this deployment.

    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