Google Search Console API
  1. Schemas
Google Search Console API
  • urlInspection
    • /v1/urlInspection/index:inspect
  • urlTestingTools
    • /v1/urlTestingTools/mobileFriendlyTest:run
  • sites
    • /webmasters/v3/sites
    • /sites
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
  • searchanalytics
    • /webmasters/v3/sites/{siteUrl}/searchAnalytics/query
    • /sites/{siteUrl}/searchAnalytics/query
  • sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps
    • /sites/{siteUrl}/sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
  • Schemas
    • Schemas
      • AmpInspectionResult
      • AmpIssue
      • ApiDataRow
      • ApiDimensionFilter
      • ApiDimensionFilterGroup
      • BlockedResource
      • DetectedItems
      • Image
      • IndexStatusInspectionResult
      • InspectUrlIndexRequest
      • InspectUrlIndexResponse
      • Item
      • MobileFriendlyIssue
      • MobileUsabilityInspectionResult
      • MobileUsabilityIssue
      • ResourceIssue
      • RichResultsInspectionResult
      • RichResultsIssue
      • RunMobileFriendlyTestRequest
      • RunMobileFriendlyTestResponse
      • SearchAnalyticsQueryRequest
      • SearchAnalyticsQueryResponse
      • SitemapsListResponse
      • SitesListResponse
      • TestStatus
      • UrlInspectionResult
      • WmxSite
      • WmxSitemap
      • WmxSitemapContent
  1. Schemas

ApiDimensionFilter

A filter test to be applied to each row in the data set, where a match can return the row. Filters are string comparisons, and values and dimension names are not case-sensitive. Individual filters are either AND'ed or OR'ed within their parent filter group, according to the group's group type. You do not need to group by a specified dimension to filter against it.

{
    "dimension": "QUERY",
    "expression": "string",
    "operator": "EQUALS"
}
Built with