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

    Type Alias CompactPublisherPropertySelector

    CompactPublisherPropertySelector:
        | { selection_type: "all"; publisher_domains: string[] }
        | {
            selection_type: "by_tag";
            publisher_domains: string[];
            property_tags: string[];
        }

    Compact form — one selector, N publishers, same predicate. by_id is intentionally excluded (property IDs are publisher-scoped).