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
def currency_code() -> ::String
-
(::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
-
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.
-
(::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
- (::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
- value (::Boolean) — If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.
- (::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
- (::String) — If empty reason is specified, the report is empty for this reason.
#empty_reason=
def empty_reason=(value) -> ::String
- value (::String) — If empty reason is specified, the report is empty for this reason.
- (::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
- (::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse) — Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
#schema_restriction_response=
def schema_restriction_response=(value) -> ::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse
- value (::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse) — Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
- (::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse) — Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
#time_zone
def time_zone() -> ::String
-
(::String) — The property's current timezone. Intended to be used to interpret
time-based dimensions like
hour
andminute
. 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
-
value (::String) — The property's current timezone. Intended to be used to interpret
time-based dimensions like
hour
andminute
. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".
-
(::String) — The property's current timezone. Intended to be used to interpret
time-based dimensions like
hour
andminute
. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".