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

    Interface GetProductsRequest

    Request parameters for discovering available advertising products

    interface GetProductsRequest {
        brief?: string;
        proposal_id?: string;
        brand_manifest?: BrandManifestReference;
        account_id?: string;
        filters?: ProductFilters;
        property_list?: PropertyListReference;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    brief?: string

    Natural language description of campaign requirements. When refining a proposal, can include instructions like 'focus more on German speakers' or 'increase mobile allocation'.

    proposal_id?: string

    Optional proposal ID to refine. When provided with a brief, the publisher will use the brief as refinement instructions for the specified proposal and return an updated version.

    brand_manifest?: BrandManifestReference
    account_id?: string

    Account context for product lookup. When provided, returns products with pricing specific to this account's rate card. Optional if the agent has a single account.

    filters?: ProductFilters
    property_list?: PropertyListReference
    context?: ContextObject
    ext?: ExtensionObject