GoogleApi.AnalyticsData.V1beta.Model.ResponseMetaData (google_api_analytics_data v0.13.0) View Source
Response's metadata carrying additional information about the report content.
Attributes
-
currencyCode
(type:String.t
, default:nil
) - The currency code used in this report. Intended to be used in formatting currency metrics likepurchaseRevenue
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. -
dataLossFromOtherRow
(type:boolean()
, default:nil
) - If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports. -
emptyReason
(type:String.t
, default:nil
) - If empty reason is specified, the report is empty for this reason. -
schemaRestrictionResponse
(type:GoogleApi.AnalyticsData.V1beta.Model.SchemaRestrictionResponse.t
, default:nil
) - Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management. -
subjectToThresholding
(type:boolean()
, default:nil
) - IfsubjectToThresholding
is true, this report is subject to thresholding and only returns data that meets the minimum aggregation thresholds. It is possible for a request to be subject to thresholding thresholding and no data is absent from the report, and this happens when all data is above the thresholds. To learn more, see Data thresholds and About Demographics and Interests. -
timeZone
(type:String.t
, default:nil
) - The property's current timezone. Intended to be used to interpret time-based dimensions likehour
andminute
. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1beta.Model.ResponseMetaData{ currencyCode: String.t() | nil, dataLossFromOtherRow: boolean() | nil, emptyReason: String.t() | nil, schemaRestrictionResponse: GoogleApi.AnalyticsData.V1beta.Model.SchemaRestrictionResponse.t() | nil, subjectToThresholding: boolean() | nil, timeZone: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.