update API descriptions

This commit is contained in:
Sebastian Thiel
2020-07-10 09:11:32 +08:00
parent b6ee34dcff
commit 69fb05c4e1
271 changed files with 82506 additions and 23249 deletions

View File

@@ -20,7 +20,7 @@
"description": "Manages your DoubleClick Campaign Manager ad campaigns and reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/hEFj7FeiMMK3lgT1AeWxVHm69KU\"",
"etag": "\"-2NioU2H8y8siEzrBOV_qzRI6kQ/JPGRJEtt4qfB_MWZ27vHQxfqqCY\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
@@ -7968,14 +7968,14 @@
"type": "string"
},
"profileId": {
"description": "The DFA user profile ID.",
"description": "The DFA profile ID.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"reportId": {
"description": "The ID of the report.",
"description": "The ID of the parent report.",
"format": "int64",
"location": "path",
"required": true,
@@ -9395,7 +9395,7 @@
}
}
},
"revision": "20200326",
"revision": "20200514",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
@@ -13288,7 +13288,7 @@
"properties": {
"annotateClickEvent": {
"$ref": "CustomEventClickAnnotation",
"description": "Annotate an impression. This field is mutually exclusive with insertEvent and annotateImpressionEvent. This or insertEvent and annotateImpressionEvent is a required field."
"description": "Annotate a click event. This field is mutually exclusive with insertEvent and annotateImpressionEvent. This or insertEvent and annotateImpressionEvent is a required field."
},
"annotateImpressionEvent": {
"$ref": "CustomEventImpressionAnnotation",
@@ -13322,7 +13322,7 @@
},
"insertEvent": {
"$ref": "CustomEventInsert",
"description": "Annotate an impression. This field is mutually exclusive with annotateClickEvent and annotateImpressionEvent. This or annotateClickEvent and annotateImpressionEvent is a required field."
"description": "Insert custom event. This field is mutually exclusive with annotateClickEvent and annotateImpressionEvent. This or annotateClickEvent and annotateImpressionEvent is a required field."
},
"kind": {
"default": "dfareporting#customEvent",
@@ -14639,7 +14639,8 @@
"id": "File",
"properties": {
"dateRange": {
"$ref": "DateRange"
"$ref": "DateRange",
"description": "The date range for which the file has report data. The date range will always be the absolute date range for which the report is run."
},
"etag": {
"description": "Etag of this resource.",
@@ -14651,6 +14652,14 @@
},
"format": {
"description": "The output format of the report. Only available once the file is available.",
"enum": [
"CSV",
"EXCEL"
],
"enumDescriptions": [
"",
""
],
"type": "string"
},
"id": {
@@ -14675,6 +14684,18 @@
},
"status": {
"description": "The status of the report file.",
"enum": [
"CANCELLED",
"FAILED",
"PROCESSING",
"REPORT_AVAILABLE"
],
"enumDescriptions": [
"",
"",
"",
""
],
"type": "string"
},
"urls": {
@@ -14695,6 +14716,7 @@
"type": "object"
},
"FileList": {
"description": "List of files for a report.",
"id": "FileList",
"properties": {
"etag": {
@@ -14702,6 +14724,7 @@
"type": "string"
},
"items": {
"description": "The files returned in this response.",
"items": {
"$ref": "File"
},