update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -159,6 +159,11 @@
"location": "query",
"type": "string"
},
"customerId": {
"description": "Customer ID of a client account in the new Search Ads 360 experience.",
"location": "query",
"type": "string"
},
"endDate": {
"description": "Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.",
"format": "int32",
@@ -209,6 +214,110 @@
"https://www.googleapis.com/auth/doubleclicksearch"
]
},
"getByCustomerId": {
"description": "Retrieves a list of conversions from a DoubleClick Search engine account.",
"flatPath": "doubleclicksearch/v2/customer/{customerId}/conversion",
"httpMethod": "GET",
"id": "doubleclicksearch.conversion.getByCustomerId",
"parameterOrder": [
"customerId",
"endDate",
"rowCount",
"startDate",
"startRow"
],
"parameters": {
"adGroupId": {
"description": "Numeric ID of the ad group.",
"format": "int64",
"location": "query",
"type": "string"
},
"adId": {
"description": "Numeric ID of the ad.",
"format": "int64",
"location": "query",
"type": "string"
},
"advertiserId": {
"description": "Numeric ID of the advertiser.",
"format": "int64",
"location": "query",
"type": "string"
},
"agencyId": {
"description": "Numeric ID of the agency.",
"format": "int64",
"location": "query",
"type": "string"
},
"campaignId": {
"description": "Numeric ID of the campaign.",
"format": "int64",
"location": "query",
"type": "string"
},
"criterionId": {
"description": "Numeric ID of the criterion.",
"format": "int64",
"location": "query",
"type": "string"
},
"customerId": {
"description": "Customer ID of a client account in the new Search Ads 360 experience.",
"location": "path",
"required": true,
"type": "string"
},
"endDate": {
"description": "Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.",
"format": "int32",
"location": "query",
"maximum": "99991231",
"minimum": "20091101",
"required": true,
"type": "integer"
},
"engineAccountId": {
"description": "Numeric ID of the engine account.",
"format": "int64",
"location": "query",
"type": "string"
},
"rowCount": {
"description": "The number of conversions to return per call.",
"format": "int32",
"location": "query",
"maximum": "1000",
"minimum": "1",
"required": true,
"type": "integer"
},
"startDate": {
"description": "First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.",
"format": "int32",
"location": "query",
"maximum": "99991231",
"minimum": "20091101",
"required": true,
"type": "integer"
},
"startRow": {
"description": "The 0-based starting index for retrieving conversions results.",
"format": "uint32",
"location": "query",
"required": true,
"type": "integer"
}
},
"path": "doubleclicksearch/v2/customer/{customerId}/conversion",
"response": {
"$ref": "ConversionList"
},
"scopes": [
"https://www.googleapis.com/auth/doubleclicksearch"
]
},
"insert": {
"description": "Inserts a batch of new conversions into DoubleClick Search.",
"flatPath": "doubleclicksearch/v2/conversion",
@@ -341,6 +450,41 @@
"supportsMediaDownload": true,
"useMediaDownloadService": true
},
"getIdMappingFile": {
"description": "Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacy SA360 and new SA360. The file includes all children entities of the given advertiser(e.g. engine accounts, campaigns, ad groups, etc.) that exist in both legacy SA360 and new SA360.",
"flatPath": "doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/idmapping",
"httpMethod": "GET",
"id": "doubleclicksearch.reports.getIdMappingFile",
"parameterOrder": [
"agencyId",
"advertiserId"
],
"parameters": {
"advertiserId": {
"description": "Legacy SA360 advertiser ID.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"agencyId": {
"description": "Legacy SA360 agency ID.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "doubleclicksearch/v2/agency/{agencyId}/advertiser/{advertiserId}/idmapping",
"response": {
"$ref": "IdMappingFile"
},
"scopes": [
"https://www.googleapis.com/auth/doubleclicksearch"
],
"supportsMediaDownload": true,
"useMediaDownloadService": true
},
"request": {
"description": "Inserts a report request into the reporting system.",
"flatPath": "doubleclicksearch/v2/reports",
@@ -399,7 +543,7 @@
}
}
},
"revision": "20220301",
"revision": "20230118",
"rootUrl": "https://doubleclicksearch.googleapis.com/",
"schemas": {
"Availability": {
@@ -436,6 +580,10 @@
"format": "int64",
"type": "string"
},
"customerId": {
"description": "Customer ID of a client account in the new Search Ads 360 experience.",
"type": "string"
},
"segmentationId": {
"description": "The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).",
"format": "int64",
@@ -549,6 +697,10 @@
},
"type": "array"
},
"customerId": {
"description": "Customer ID of a client account in the new Search Ads 360 experience.",
"type": "string"
},
"deviceType": {
"description": "The type of device on which the conversion occurred.",
"type": "string"
@@ -680,6 +832,12 @@
},
"type": "object"
},
"IdMappingFile": {
"description": "File returned to https://developers.google.com/search-ads/v2/reference/reports/getIdMappingFile.",
"id": "IdMappingFile",
"properties": {},
"type": "object"
},
"Report": {
"description": "A DoubleClick Search report. This object contains the report request, some report metadata such as currency code, and the generated report rows or report files.",
"id": "Report",