Google SEO MCP Server API - v1.13.5
    Preparing search index...

    Result of a traffic drop attribution analysis.

    interface DropAttribution {
        date: string;
        deviceImpact: { desktop: number; mobile: number; tablet: number };
        metric: string;
        possibleAlgorithmUpdate?: string;
        primaryCause: string;
        totalDrop: number;
    }
    Index

    Properties

    date: string

    The date when the drop occurred.

    deviceImpact: { desktop: number; mobile: number; tablet: number }

    Estimated loss in absolute clicks/impressions per device type.

    metric: string

    The metric analyzed (e.g., 'clicks').

    possibleAlgorithmUpdate?: string

    If the drop correlates with a known Google Algorithm Update, its name is included here.

    primaryCause: string

    A human-readable summary of the most likely cause based on device data.

    totalDrop: number

    The total difference between actual and expected value.