OptiView Ads SDK
    Preparing search index...

    Interface DiagnosticReport

    Self-contained, redacted report for a support engineer or the troubleshooting agent.

    interface DiagnosticReport {
        config: ConfigSummary;
        diagnostics: DiagnosticEvent[];
        generatedAt: number;
        sdkVersion: string;
        userAgent: string | null;
    }
    Index

    Redacted configuration summary.

    diagnostics: DiagnosticEvent[]

    Recent diagnostics and SDK-event timeline, oldest first.

    generatedAt: number

    Unix epoch milliseconds when the report was generated.

    sdkVersion: string

    SDK version that produced the report.

    userAgent: string | null

    Browser/runtime user agent, or null when unavailable.