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

    Interface CreativeAssignment

    v3 creative assignment with optional weight and placement targeting

    interface CreativeAssignment {
        creative_id: string;
        weight?: number;
        placement_ids?: string[];
    }
    Index

    Properties

    creative_id: string

    Unique identifier for the creative

    weight?: number

    Delivery weight (0-100) for rotation

    placement_ids?: string[]

    Optional placement IDs to restrict where this creative runs