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

    Interface MediaBuyFeatures

    Media buy features available on the agent

    interface MediaBuyFeatures {
        inlineCreativeManagement?: boolean;
        propertyListFiltering?: boolean;
        contentStandards?: boolean;
        conversionTracking?: boolean;
        audienceTargeting?: boolean;
    }
    Index

    Properties

    inlineCreativeManagement?: boolean

    Agent accepts package-scoped inline creative uploads in create_media_buy/update_media_buy via packages[].creatives.

    This is distinct from creative-library support. Use supportsSyncCreatives(caps) when deciding whether to call the library-scoped sync_creatives tool.

    propertyListFiltering?: boolean

    Agent supports property_list filtering in get_products

    contentStandards?: boolean

    Agent supports content standards validation

    conversionTracking?: boolean

    Agent supports conversion event tracking (sync_event_sources, log_event)

    audienceTargeting?: boolean

    Agent supports first-party CRM audience management (sync_audiences)