@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface CatalogMacroVector

    Canonical vector shape — matches the JSON fixture at static/test-vectors/catalog-macro-substitution.json in the AdCP repo.

    interface CatalogMacroVector {
        name: string;
        description: string;
        macro: string;
        value: string;
        template: string;
        expected: string;
    }
    Index

    Properties

    name: string
    description: string
    macro: string
    value: string
    template: string
    expected: string