@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface InlineCreativeAssignment

    Assignment shape shared with sync_creatives.assignments[], plus placement_refs for callers already authoring the structured placement form accepted by inline CreativeAsset.

    interface InlineCreativeAssignment {
        creative_id: string;
        package_id: string;
        weight?: number;
        placement_ids?: string[];
        placement_refs?: unknown[];
    }
    Index

    Properties

    creative_id: string
    package_id: string
    weight?: number
    placement_ids?: string[]
    placement_refs?: unknown[]