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

    Interface BrandVsNonBrandMetrics

    Performance metrics segmented by brand vs. non-brand search queries.

    interface BrandVsNonBrandMetrics {
        clicks: number;
        ctr: number;
        impressions: number;
        position: number;
        queryCount: number;
        segment: "Brand" | "Non-Brand";
    }
    Index

    Properties

    clicks: number

    Total clicks for the segment.

    ctr: number

    Average CTR for the segment.

    impressions: number

    Total impressions for the segment.

    position: number

    Average position for the segment.

    queryCount: number

    Unique number of queries in this segment.

    segment: "Brand" | "Non-Brand"

    The segment type.