Method: accounts.hotelViews.summarize

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

string

The resource name of the account being queried. The format is accounts/{account_id}.

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

string (int64 format)

The number of properties that match Google's manifest.

unmatchedPropertyCount

string (int64 format)

The number of properties that are considered unmatched.

unmatchedPropertyWithErrorsCount

string (int64 format)

The number of unmatched properties that have data-related errors.

overclusteredPropertyCount

string (int64 format)

The number of hotels that are considered overclustered.

overclusteredPropertyWithErrorsCount

string (int64 format)

The number of overclustered properties that have data-related errors.

liveOnGooglePropertyCount

string (int64 format)

The number of properties that are Live on Google.

lastManifestUpdateTime

string (Timestamp format)

Timestamp of the last hotel manifest update.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

lastFeedSubmissionTime

string (Timestamp format)

Timestamp of the last hotel feed submission.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/travelpartner

For more information, see the OAuth 2.0 Overview.