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

def currency_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=

def currency_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

def data_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=

def data_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

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

#empty_reason=

def empty_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

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

#schema_restriction_response=

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

#time_zone

def time_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=

def time_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".