@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface BuildHumanReviewPlanInput

    interface BuildHumanReviewPlanInput {
        plan_id: string;
        brand: { domain: string; [k: string]: unknown };
        objectives: string;
        budget: Omit<
            PlanBudget,
            "reallocation_threshold"
            | "reallocation_unlimited",
        > & ReallocationAutonomy;
        flight: { start: string; end: string; [k: string]: unknown };
        policy_categories?: string[];
        policy_ids?: string[];
        data_subject_contestation?: DataSubjectContestation;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    plan_id: string
    brand: { domain: string; [k: string]: unknown }
    objectives: string
    budget: Omit<PlanBudget, "reallocation_threshold" | "reallocation_unlimited"> & ReallocationAutonomy
    flight: { start: string; end: string; [k: string]: unknown }
    policy_categories?: string[]
    policy_ids?: string[]
    data_subject_contestation?: DataSubjectContestation