Returns summarized information about hotels.
HTTP request
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/hotelViews:summarize
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the account being queried. The format is |
Request body
The request body must be empty.
Response body
Response message for HotelViewService.SummarizeHotelViews
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "matchedPropertyCount": string, "unmatchedPropertyCount": string, "unmatchedPropertyWithErrorsCount": string, "overclusteredPropertyCount": string, "overclusteredPropertyWithErrorsCount": string, "liveOnGooglePropertyCount": string, "lastManifestUpdateTime": string, "lastFeedSubmissionTime": string } |
Fields | |
---|---|
matchedPropertyCount |
The number of properties that match Google's manifest. |
unmatchedPropertyCount |
The number of properties that are considered unmatched. |
unmatchedPropertyWithErrorsCount |
The number of unmatched properties that have data-related errors. |
overclusteredPropertyCount |
The number of hotels that are considered overclustered. |
overclusteredPropertyWithErrorsCount |
The number of overclustered properties that have data-related errors. |
liveOnGooglePropertyCount |
The number of properties that are Live on Google. |
lastManifestUpdateTime |
Timestamp of the last hotel manifest update. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
lastFeedSubmissionTime |
Timestamp of the last hotel feed submission. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.