Skip to content

Commit ec6bf30

Browse files
feat(analyticsreporting): update the api
#### analyticsreporting:v4 The following keys were added: - schemas.ReportData.properties.emptyReason.type (Total Keys: 1)
1 parent a362e49 commit ec6bf30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/analyticsreporting_v4.reports.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ <h3>Method Details</h3>
404404
},
405405
&quot;data&quot;: { # The data part of the report. # Response data.
406406
&quot;dataLastRefreshed&quot;: &quot;A String&quot;, # The last time the data in the report was refreshed. All the hits received before this timestamp are included in the calculation of the report.
407+
&quot;emptyReason&quot;: &quot;A String&quot;, # If empty reason is specified, the report is empty for this reason.
407408
&quot;isDataGolden&quot;: True or False, # Indicates if response to this request is golden or not. Data is golden when the exact same request will not produce any new results if asked at a later point in time.
408409
&quot;maximums&quot;: [ # Minimum and maximum values seen over all matching rows. These are both empty when `hideValueRanges` in the request is false, or when rowCount is zero.
409410
{ # Used to return a list of metrics for a single DateRange / dimension combination

googleapiclient/discovery_cache/documents/analyticsreporting.v4.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156
}
157157
},
158-
"revision": "20210909",
158+
"revision": "20211021",
159159
"rootUrl": "https://analyticsreporting.googleapis.com/",
160160
"schemas": {
161161
"Activity": {
@@ -1039,6 +1039,10 @@
10391039
"format": "google-datetime",
10401040
"type": "string"
10411041
},
1042+
"emptyReason": {
1043+
"description": "If empty reason is specified, the report is empty for this reason.",
1044+
"type": "string"
1045+
},
10421046
"isDataGolden": {
10431047
"description": "Indicates if response to this request is golden or not. Data is golden when the exact same request will not produce any new results if asked at a later point in time.",
10441048
"type": "boolean"

0 commit comments

Comments
 (0)