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

    Interface ValidateAdAgentsOptions

    interface ValidateAdAgentsOptions {
        timeoutMs?: number;
        userAgent?: string;
        logLevel?: LogLevel;
        urlForDomain?: (domain: string, path: string) => string;
    }
    Index

    Properties

    timeoutMs?: number

    Per-request timeout in ms (default 10_000).

    userAgent?: string

    Optional User-Agent suffix (validated via validateUserAgent).

    logLevel?: LogLevel

    Logger level (default 'warn').

    urlForDomain?: (domain: string, path: string) => string

    Build the URL for a domain + well-known path pair. Defaults to https://{domain}{path}. Provide a custom builder to point the validator at a loopback test server (http://...), an internal mirror, or a CDN-rewriting host.