Show / Hide Table of Contents

Namespace Google.Apis.SearchConsole.v1.Data

Classes

ApiDataRow

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.

ApiDimensionFilterGroup

A set of dimension value filters to test against each row. Only rows that pass all filter groups will be returned. All results within a filter group are either AND'ed or OR'ed together, depending on the group type selected. All filter groups are AND'ed together.

BlockedResource

Blocked resource.

Image

Describe image data.

MobileFriendlyIssue

Mobile-friendly issue.

ResourceIssue

Information about a resource with issue.

RunMobileFriendlyTestRequest

Mobile-friendly test request.

RunMobileFriendlyTestResponse

Mobile-friendly test response, including mobile-friendly issues and resource issues.

SearchAnalyticsQueryRequest

SearchAnalyticsQueryResponse

A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.

SitemapsListResponse

List of sitemaps.

SitesListResponse

List of sites with access level information.

TestStatus

Final state of the test, including error details if necessary.

WmxSite

Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.

WmxSitemap

Contains detailed information about a specific URL submitted as a sitemap.

WmxSitemapContent

Information about the various content types in the sitemap.

Back to top