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

    Class ProposalManager

    Stub implementation of ProposalManager. Uses in-memory storage and doesn't generate proposals.

    Publishers should extend this class or provide their own implementation that integrates with their media planning systems or AI.

    Hierarchy (View Summary)

    Implements

    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>