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

    Interface CreativePolicy

    Creative requirements and restrictions for a product

    interface CreativePolicy {
        co_branding: CoBrandingRequirement;
        landing_page: LandingPageRequirement;
        templates_available: boolean;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    co_branding: CoBrandingRequirement
    landing_page: LandingPageRequirement
    templates_available: boolean

    Whether creative templates are provided