@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface ActivateSignalRequest

    A deployment target where signals can be activated (DSP, sales agent, etc.)

    interface ActivateSignalRequest {
        signal_agent_segment_id: string;
        deployments: Destination[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    signal_agent_segment_id: string

    The universal identifier for the signal to activate

    deployments: Destination[]

    Target deployment(s) for activation. If the authenticated caller matches one of these deployment targets, activation keys will be included in the response.

    context?: ContextObject
    ext?: ExtensionObject