@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface PreviewAuthorityResolution<TSeller, TProvider, TPresentation, TReference, TManifest>

    interface PreviewAuthorityResolution<
        TSeller,
        TProvider,
        TPresentation,
        TReference,
        TManifest,
    > {
        selected: SelectedPreviewAuthority<
            TSeller,
            TProvider,
            TPresentation,
            TReference,
            TManifest,
        >;
        representativeSellerPreview?: TSeller;
        ignoredPlacementCandidates: (
            "publisher_preview_provider"
            | "publisher_presentation"
        )[];
    }

    Type Parameters

    • TSeller
    • TProvider
    • TPresentation
    • TReference
    • TManifest
    Index

    Properties

    selected: SelectedPreviewAuthority<
        TSeller,
        TProvider,
        TPresentation,
        TReference,
        TManifest,
    >
    representativeSellerPreview?: TSeller

    Representative seller output remains available for a clearly labeled secondary view but never displaces publisher-scoped authority.

    ignoredPlacementCandidates: (
        "publisher_preview_provider"
        | "publisher_presentation"
    )[]

    Placement-scoped inputs ignored because they did not match the target.