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

    Type Alias TaskResponseTypeMap

    Type mapping for task names to their response types Enables type-safe generic executeTask() calls

    type TaskResponseTypeMap = {
        get_products: GetProductsResponse;
        list_creative_formats: ListCreativeFormatsResponse;
        create_media_buy: CreateMediaBuyResponse;
        update_media_buy: UpdateMediaBuyResponse;
        sync_creatives: SyncCreativesResponse;
        list_creatives: ListCreativesResponse;
        get_media_buys: GetMediaBuysResponse;
        get_media_buy_delivery: GetMediaBuyDeliveryResponse;
        provide_performance_feedback: ProvidePerformanceFeedbackResponse;
        get_signals: GetSignalsResponse;
        activate_signal: ActivateSignalResponse;
        get_adcp_capabilities: GetAdCPCapabilitiesResponse;
        preview_creative: PreviewCreativeResponse;
        build_creative: BuildCreativeResponse;
        list_accounts: ListAccountsResponse;
        sync_accounts: SyncAccountsResponse;
        sync_audiences: SyncAudiencesResponse;
        create_property_list: CreatePropertyListResponse;
        get_property_list: GetPropertyListResponse;
        update_property_list: UpdatePropertyListResponse;
        list_property_lists: ListPropertyListsResponse;
        delete_property_list: DeletePropertyListResponse;
        list_content_standards: ListContentStandardsResponse;
        get_content_standards: GetContentStandardsResponse;
        calibrate_content: CalibrateContentResponse;
        validate_content_delivery: ValidateContentDeliveryResponse;
        si_get_offering: SIGetOfferingResponse;
        si_initiate_session: SIInitiateSessionResponse;
        si_send_message: SISendMessageResponse;
        si_terminate_session: SITerminateSessionResponse;
    }
    Index

    Properties

    get_products: GetProductsResponse
    list_creative_formats: ListCreativeFormatsResponse
    create_media_buy: CreateMediaBuyResponse
    update_media_buy: UpdateMediaBuyResponse
    sync_creatives: SyncCreativesResponse
    list_creatives: ListCreativesResponse
    get_media_buys: GetMediaBuysResponse
    get_media_buy_delivery: GetMediaBuyDeliveryResponse
    provide_performance_feedback: ProvidePerformanceFeedbackResponse
    get_signals: GetSignalsResponse
    activate_signal: ActivateSignalResponse
    get_adcp_capabilities: GetAdCPCapabilitiesResponse
    preview_creative: PreviewCreativeResponse
    build_creative: BuildCreativeResponse
    list_accounts: ListAccountsResponse
    sync_accounts: SyncAccountsResponse
    sync_audiences: SyncAudiencesResponse
    create_property_list: CreatePropertyListResponse
    get_property_list: GetPropertyListResponse
    update_property_list: UpdatePropertyListResponse
    list_property_lists: ListPropertyListsResponse
    delete_property_list: DeletePropertyListResponse
    list_content_standards: ListContentStandardsResponse
    get_content_standards: GetContentStandardsResponse
    calibrate_content: CalibrateContentResponse
    validate_content_delivery: ValidateContentDeliveryResponse
    si_get_offering: SIGetOfferingResponse
    si_initiate_session: SIInitiateSessionResponse
    si_send_message: SISendMessageResponse
    si_terminate_session: SITerminateSessionResponse