@adcp/client API Reference - v3.11.2
    Preparing search index...

    Class AIProposalManager

    Example of an AI-powered proposal manager (stub). Shows how publishers might extend the base class.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Refine an existing proposal based on new instructions. Stub implementation returns null.

      Publishers should override this to implement:

      • Parse refinement instructions (e.g., "more mobile", "increase German reach")
      • Adjust allocations based on instructions
      • Re-validate and return updated proposal

      Parameters

      Returns Promise<null | Proposal>