Skip to content

Commit a7ec8ab

Browse files
feat(searchads360): update the API
#### searchads360:v0 The following keys were added: - schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetPostalCode.description - schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetPostalCode.type The following keys were changed: - schemas.GoogleAdsSearchads360V0Resources__AdGroupBidModifier.properties.bidModifier.description
1 parent 6a6a57a commit a7ec8ab

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

discovery/searchads360-v0.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
}
261261
}
262262
},
263-
"revision": "20251116",
263+
"revision": "20251204",
264264
"rootUrl": "https://searchads360.googleapis.com/",
265265
"schemas": {
266266
"GoogleAdsSearchads360V0Common__AdScheduleInfo": {
@@ -1879,6 +1879,10 @@
18791879
"description": "Resource name of the geo target constant that represents a metro.",
18801880
"type": "string"
18811881
},
1882+
"geoTargetPostalCode": {
1883+
"description": "Resource name of the geo target constant that represents a postal code.",
1884+
"type": "string"
1885+
},
18821886
"geoTargetRegion": {
18831887
"description": "Resource name of the geo target constant that represents a region.",
18841888
"type": "string"
@@ -4625,7 +4629,7 @@
46254629
"id": "GoogleAdsSearchads360V0Resources__AdGroupBidModifier",
46264630
"properties": {
46274631
"bidModifier": {
4628-
"description": "The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.",
4632+
"description": "The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Use 0 to opt out of a Device type.",
46294633
"format": "double",
46304634
"type": "number"
46314635
},

src/apis/searchads360/v0.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,10 @@ export namespace searchads360_v0 {
10451045
* Resource name of the geo target constant that represents a metro.
10461046
*/
10471047
geoTargetMetro?: string | null;
1048+
/**
1049+
* Resource name of the geo target constant that represents a postal code.
1050+
*/
1051+
geoTargetPostalCode?: string | null;
10481052
/**
10491053
* Resource name of the geo target constant that represents a region.
10501054
*/
@@ -2412,7 +2416,7 @@ export namespace searchads360_v0 {
24122416
*/
24132417
export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupBidModifier {
24142418
/**
2415-
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.
2419+
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
24162420
*/
24172421
bidModifier?: number | null;
24182422
/**

0 commit comments

Comments
 (0)