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

    Class PropertyCrawler

    Index

    Constructors

    Methods

    • Fetch adagents.json from multiple publisher domains

      Parameters

      • domains: string[]

      Returns Promise<
          {
              properties: Record<string, Property[]>;
              adAgents: Record<string, AdAgentsJson>;
              warnings: { domain: string; message: string }[];
          },
      >