@adcp/client API Reference - v4.19.0
    Preparing search index...

    Type Alias Destination

    Destination:
        | { type: "platform"; platform: string; account?: string }
        | { type: "agent"; agent_url: string; account?: string }

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

    Type Declaration

    • { type: "platform"; platform: string; account?: string }
      • type: "platform"

        Discriminator indicating this is a platform-based deployment

      • platform: string

        Platform identifier for DSPs (e.g., 'the-trade-desk', 'amazon-dsp')

      • Optionalaccount?: string

        Optional account identifier on the platform

    • { type: "agent"; agent_url: string; account?: string }
      • type: "agent"

        Discriminator indicating this is an agent URL-based deployment

      • agent_url: string

        URL identifying the deployment agent (for sales agents, etc.)

      • Optionalaccount?: string

        Optional account identifier on the agent