Response's metadata carrying additional information about the report content.
JSON representation |
---|
{
"dataLossFromOtherRow": boolean,
"schemaRestrictionResponse": {
object ( |
Fields | |
---|---|
dataLossFromOtherRow |
If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports. |
schemaRestrictionResponse |
Describes the schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management. |
currencyCode |
The currency code used in this report. Intended to be used in formatting currency metrics like 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. |
timeZone |
The property's current timezone. Intended to be used to interpret time-based dimensions like |
emptyReason |
If empty reason is specified, the report is empty for this reason. |
subjectToThresholding |
If |
SchemaRestrictionResponse
The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
JSON representation |
---|
{
"activeMetricRestrictions": [
{
object ( |
Fields | |
---|---|
activeMetricRestrictions[] |
All restrictions actively enforced in creating the report. For example, |
ActiveMetricRestriction
A metric actively restricted in creating the report.
JSON representation |
---|
{
"restrictedMetricTypes": [
enum ( |
Fields | |
---|---|
restrictedMetricTypes[] |
The reason for this metric's restriction. |
metricName |
The name of the restricted metric. |
RestrictedMetricType
Categories of data that you may be restricted from viewing on certain GA4 properties.
Enums | |
---|---|
RESTRICTED_METRIC_TYPE_UNSPECIFIED |
Unspecified type. |
COST_DATA |
Cost metrics such as adCost . |
REVENUE_DATA |
Revenue metrics such as purchaseRevenue . |