Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47ab764

Browse files
committedAug 15, 2023
feat(adexperiencereport): update the api
#### adexperiencereport:v1 The following keys were added: - schemas.PlatformSummary.properties.region.deprecated (Total Keys: 1)
1 parent d81bf15 commit 47ab764

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/adexperiencereport.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
}
140140
}
141141
},
142-
"revision": "20230508",
142+
"revision": "20230807",
143143
"rootUrl": "https://adexperiencereport.googleapis.com/",
144144
"schemas": {
145145
"PlatformSummary": {
@@ -154,6 +154,12 @@
154154
"WARNING",
155155
"FAILING"
156156
],
157+
"enumDeprecated": [
158+
false,
159+
false,
160+
true,
161+
false
162+
],
157163
"enumDescriptions": [
158164
"Not reviewed.",
159165
"Passing.",
@@ -191,6 +197,7 @@
191197
"type": "string"
192198
},
193199
"region": {
200+
"deprecated": true,
194201
"description": "The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.",
195202
"items": {
196203
"enum": [

0 commit comments

Comments
 (0)
Please sign in to comment.