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

    Interface CampaignGovernanceConfig

    Campaign governance agent configuration. The campaign governance agent handles check_governance, sync_plans, report_plan_outcome, and get_plan_audit_logs.

    interface CampaignGovernanceConfig {
        agent: AgentConfig;
        planId: string;
        callerUrl?: string;
        maxConditionsIterations?: number;
        governanceContext?: string;
    }
    Index

    Properties

    The governance agent to call

    planId: string

    Plan ID for this advertiser's campaign

    callerUrl?: string

    Caller URL for the check_governance request

    maxConditionsIterations?: number

    Max re-check iterations after auto-applying conditions. Default: 0 (return conditions to caller without re-checking). The initial governance check always fires.

    governanceContext?: string

    Opaque governance context string from a prior check_governance response. The middleware passes this through on subsequent checks and outcome reports.