@adcp/sdk API Reference - v14.0.0-beta.6
    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: CanonicalGetProductsResponse;
        list_products: ListProductsResponse;
        request_proposals: RequestProposalsResponse;
        refine_proposals: RefineProposalsResponse;
        decline_proposals: DeclineProposalsResponse;
        buy_products: BuyProductsResponse;
        accept_proposal: AcceptProposalResponse;
        control_media_buy: ControlMediaBuyResponse;
        create_media_buy: CanonicalCreativeResponse<LegacyCreateMediaBuyResponse>;
        update_media_buy: CanonicalCreativeResponse<LegacyUpdateMediaBuyResponse>;
        sync_creatives: CanonicalCreativeResponse<LegacySyncCreativesResponse>;
        list_creatives: CanonicalListCreativesResponse;
        get_media_buys: CanonicalCreativeResponse<LegacyGetMediaBuysResponse>;
        get_media_buy_delivery: CanonicalCreativeResponse<
            LegacyGetMediaBuyDeliveryResponse,
        >;
        get_creative_delivery: CanonicalCreativeResponse<
            LegacyGetCreativeDeliveryResponse,
        >;
        provide_performance_feedback: ProvidePerformanceFeedbackResponse;
        get_signals: GetSignalsResponse;
        activate_signal: ActivateSignalResponse;
        get_adcp_capabilities: GetAdCPCapabilitiesResponse;
        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;
        si_get_offering: SIGetOfferingResponse;
        si_initiate_session: SIInitiateSessionResponse;
        si_send_message: SISendMessageResponse;
        si_terminate_session: SITerminateSessionResponse;
        get_brand_identity: GetBrandIdentityResponse;
        sync_plans: SyncPlansResponse;
        check_governance: CheckGovernanceResponse;
        report_plan_outcome: ReportPlanOutcomeResponse;
        report_plan_adjustment: ReportPlanAdjustmentResponse;
        get_plan_audit_logs: GetPlanAuditLogsResponse;
        context_match: ContextMatchResponse;
        identity_match: IdentityMatchResponseRouterPublisher;
        sync_agent_notification_configs: SyncAgentNotificationConfigsResponse;
    }
    Index

    Properties

    list_products: ListProductsResponse
    request_proposals: RequestProposalsResponse
    refine_proposals: RefineProposalsResponse
    decline_proposals: DeclineProposalsResponse
    buy_products: BuyProductsResponse
    accept_proposal: AcceptProposalResponse
    control_media_buy: ControlMediaBuyResponse
    provide_performance_feedback: ProvidePerformanceFeedbackResponse
    get_signals: GetSignalsResponse
    activate_signal: ActivateSignalResponse
    get_adcp_capabilities: GetAdCPCapabilitiesResponse
    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
    si_get_offering: SIGetOfferingResponse
    si_initiate_session: SIInitiateSessionResponse
    si_send_message: SISendMessageResponse
    si_terminate_session: SITerminateSessionResponse
    get_brand_identity: GetBrandIdentityResponse
    sync_plans: SyncPlansResponse
    check_governance: CheckGovernanceResponse
    report_plan_outcome: ReportPlanOutcomeResponse
    report_plan_adjustment: ReportPlanAdjustmentResponse
    get_plan_audit_logs: GetPlanAuditLogsResponse
    context_match: ContextMatchResponse
    identity_match: IdentityMatchResponseRouterPublisher
    sync_agent_notification_configs: SyncAgentNotificationConfigsResponse