Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::ResponseMetaData (v0.4.3)

Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::ResponseMetaData.

Response's metadata carrying additional information about the report content.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#currency_code

defcurrency_code()->::String
Returns
  • (::String) — The currency code used in this report. Intended to be used in formatting currency metrics like purchaseRevenue for visualization. If currency_code was specified in the request, this response parameter will echo the request parameter; otherwise, this response parameter is the property's current currency_code.

    Currency codes are string encodings of currency types from the ISO 4217 standard (https://en.wikipedia.org/wiki/ISO_4217); for example "USD", "EUR", "JPY". To learn more, see https://support.google.com/analytics/answer/9796179.

#currency_code=

defcurrency_code=(value)->::String
Parameter
  • value (::String) — The currency code used in this report. Intended to be used in formatting currency metrics like purchaseRevenue for visualization. If currency_code was specified in the request, this response parameter will echo the request parameter; otherwise, this response parameter is the property's current currency_code.

    Currency codes are string encodings of currency types from the ISO 4217 standard (https://en.wikipedia.org/wiki/ISO_4217); for example "USD", "EUR", "JPY". To learn more, see https://support.google.com/analytics/answer/9796179.

Returns
  • (::String) — The currency code used in this report. Intended to be used in formatting currency metrics like purchaseRevenue for visualization. If currency_code was specified in the request, this response parameter will echo the request parameter; otherwise, this response parameter is the property's current currency_code.

    Currency codes are string encodings of currency types from the ISO 4217 standard (https://en.wikipedia.org/wiki/ISO_4217); for example "USD", "EUR", "JPY". To learn more, see https://support.google.com/analytics/answer/9796179.

#data_loss_from_other_row

defdata_loss_from_other_row()->::Boolean
Returns
  • (::Boolean) — If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

#data_loss_from_other_row=

defdata_loss_from_other_row=(value)->::Boolean
Parameter
  • value (::Boolean) — If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.
Returns
  • (::Boolean) — If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

#empty_reason

defempty_reason()->::String
Returns
  • (::String) — If empty reason is specified, the report is empty for this reason.

#empty_reason=

defempty_reason=(value)->::String
Parameter
  • value (::String) — If empty reason is specified, the report is empty for this reason.
Returns
  • (::String) — If empty reason is specified, the report is empty for this reason.

#schema_restriction_response

defschema_restriction_response()->::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse
Returns

#schema_restriction_response=

defschema_restriction_response=(value)->::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse
Parameter
Returns

#time_zone

deftime_zone()->::String
Returns
  • (::String) — The property's current timezone. Intended to be used to interpret time-based dimensions like hour and minute. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".

#time_zone=

deftime_zone=(value)->::String
Parameter
  • value (::String) — The property's current timezone. Intended to be used to interpret time-based dimensions like hour and minute. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".
Returns
  • (::String) — The property's current timezone. Intended to be used to interpret time-based dimensions like hour and minute. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.