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 5f4fa49

Browse files
committedApr 4, 2023
feat(searchads360): update the api
#### searchads360:v0 The following keys were added: - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.visits (Total Keys: 2) - schemas.GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo (Total Keys: 5) - schemas.GoogleAdsSearchads360V0Common__TargetRestriction (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Common__TargetingSetting (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Common__TextLabel (Total Keys: 3) - schemas.GoogleAdsSearchads360V0Common__UserListInfo (Total Keys: 3) - schemas.GoogleAdsSearchads360V0Resources__Ad (Total Keys: 74) - schemas.GoogleAdsSearchads360V0Resources__AgeRangeView (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.creationTime (Total Keys: 2) - schemas.GoogleAdsSearchads360V0Resources__CampaignAudienceView (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.ageRange.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.gender.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.keyword.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.lastModifiedTime (Total Keys: 2) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.status.type (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.userList.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.webpage.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__CampaignLabel (Total Keys: 5) - schemas.GoogleAdsSearchads360V0Resources__Customer.properties.creationTime (Total Keys: 2) - schemas.GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView (Total Keys: 6) - schemas.GoogleAdsSearchads360V0Resources__GenderView (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Resources__Label (Total Keys: 10) - schemas.GoogleAdsSearchads360V0Resources__LocationView (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Resources__UserList (Total Keys: 9) - schemas.GoogleAdsSearchads360V0Resources__WebpageView (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.adGroupAd (Total Keys: 2) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.adGroupAudienceView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.adGroupCriterionLabel.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.adGroupLabel.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.ageRangeView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.campaignAudienceView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.campaignLabel.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.dynamicSearchAdsSearchTermView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.genderView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.label.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.locationView.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.userList.$ref (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.webpageView.$ref (Total Keys: 1)
1 parent 4da7292 commit 5f4fa49

File tree

2 files changed

+1431
-26
lines changed

2 files changed

+1431
-26
lines changed
 

‎docs/dyn/searchads360_v0.customers.searchAds360.html

+604-8
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/searchads360.v0.json

+827-18
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}
272272
}
273273
},
274-
"revision": "20221208",
274+
"revision": "20230402",
275275
"rootUrl": "https://searchads360.googleapis.com/",
276276
"schemas": {
277277
"GoogleAdsSearchads360V0Common__AgeRangeInfo": {
@@ -963,6 +963,11 @@
963963
"description": "Biddable conversions value by conversion date divided by biddable conversions by conversion date. Shows how much, on average, each of the biddable conversions is worth (by conversion date). When this column is selected with date, the values in date column means the conversion date.",
964964
"format": "double",
965965
"type": "number"
966+
},
967+
"visits": {
968+
"description": "Clicks that Search Ads 360 has successfully recorded and forwarded to an advertiser's landing page.",
969+
"format": "double",
970+
"type": "number"
966971
}
967972
},
968973
"type": "object"
@@ -994,6 +999,38 @@
994999
},
9951000
"type": "object"
9961001
},
1002+
"GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo": {
1003+
"description": "A Search Ads 360 text ad.",
1004+
"id": "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo",
1005+
"properties": {
1006+
"adTrackId": {
1007+
"description": "The tracking id of the ad.",
1008+
"format": "int64",
1009+
"type": "string"
1010+
},
1011+
"description1": {
1012+
"description": "The first line of the ad's description.",
1013+
"type": "string"
1014+
},
1015+
"description2": {
1016+
"description": "The second line of the ad's description.",
1017+
"type": "string"
1018+
},
1019+
"displayMobileUrl": {
1020+
"description": "The displayed mobile URL of the ad.",
1021+
"type": "string"
1022+
},
1023+
"displayUrl": {
1024+
"description": "The displayed URL of the ad.",
1025+
"type": "string"
1026+
},
1027+
"headline": {
1028+
"description": "The headline of the ad.",
1029+
"type": "string"
1030+
}
1031+
},
1032+
"type": "object"
1033+
},
9971034
"GoogleAdsSearchads360V0Common__Segments": {
9981035
"description": "Segment only fields.",
9991036
"id": "GoogleAdsSearchads360V0Common__Segments",
@@ -1209,6 +1246,45 @@
12091246
},
12101247
"type": "object"
12111248
},
1249+
"GoogleAdsSearchads360V0Common__TargetRestriction": {
1250+
"description": "The list of per-targeting-dimension targeting settings.",
1251+
"id": "GoogleAdsSearchads360V0Common__TargetRestriction",
1252+
"properties": {
1253+
"bidOnly": {
1254+
"description": "Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.",
1255+
"type": "boolean"
1256+
},
1257+
"targetingDimension": {
1258+
"description": "The targeting dimension that these settings apply to.",
1259+
"enum": [
1260+
"UNSPECIFIED",
1261+
"UNKNOWN",
1262+
"KEYWORD",
1263+
"AUDIENCE",
1264+
"TOPIC",
1265+
"GENDER",
1266+
"AGE_RANGE",
1267+
"PLACEMENT",
1268+
"PARENTAL_STATUS",
1269+
"INCOME_RANGE"
1270+
],
1271+
"enumDescriptions": [
1272+
"Not specified.",
1273+
"Used for return value only. Represents value unknown in this version.",
1274+
"Keyword criteria, for example, 'mars cruise'. KEYWORD may be used as a custom bid dimension. Keywords are always a targeting dimension, so may not be set as a target \"ALL\" dimension with TargetRestriction.",
1275+
"Audience criteria, which include user list, user interest, custom affinity, and custom in market.",
1276+
"Topic criteria for targeting categories of content, for example, 'category::Animals>Pets' Used for Display and Video targeting.",
1277+
"Criteria for targeting gender.",
1278+
"Criteria for targeting age ranges.",
1279+
"Placement criteria, which include websites like 'www.flowers4sale.com', as well as mobile applications, mobile app categories, YouTube videos, and YouTube channels.",
1280+
"Criteria for parental status targeting.",
1281+
"Criteria for income range targeting."
1282+
],
1283+
"type": "string"
1284+
}
1285+
},
1286+
"type": "object"
1287+
},
12121288
"GoogleAdsSearchads360V0Common__TargetRoas": {
12131289
"description": "An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).",
12141290
"id": "GoogleAdsSearchads360V0Common__TargetRoas",
@@ -1248,6 +1324,46 @@
12481324
},
12491325
"type": "object"
12501326
},
1327+
"GoogleAdsSearchads360V0Common__TargetingSetting": {
1328+
"description": "Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594",
1329+
"id": "GoogleAdsSearchads360V0Common__TargetingSetting",
1330+
"properties": {
1331+
"targetRestrictions": {
1332+
"description": "The per-targeting-dimension setting to restrict the reach of your campaign or ad group.",
1333+
"items": {
1334+
"$ref": "GoogleAdsSearchads360V0Common__TargetRestriction"
1335+
},
1336+
"type": "array"
1337+
}
1338+
},
1339+
"type": "object"
1340+
},
1341+
"GoogleAdsSearchads360V0Common__TextLabel": {
1342+
"description": "A type of label displaying text on a colored background.",
1343+
"id": "GoogleAdsSearchads360V0Common__TextLabel",
1344+
"properties": {
1345+
"backgroundColor": {
1346+
"description": "Background color of the label in RGB format. This string must match the regular expression '^\\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts.",
1347+
"type": "string"
1348+
},
1349+
"description": {
1350+
"description": "A short description of the label. The length must be no more than 200 characters.",
1351+
"type": "string"
1352+
}
1353+
},
1354+
"type": "object"
1355+
},
1356+
"GoogleAdsSearchads360V0Common__UserListInfo": {
1357+
"description": "A User List criterion. Represents a user list that is defined by the advertiser to be targeted.",
1358+
"id": "GoogleAdsSearchads360V0Common__UserListInfo",
1359+
"properties": {
1360+
"userList": {
1361+
"description": "The User List resource name.",
1362+
"type": "string"
1363+
}
1364+
},
1365+
"type": "object"
1366+
},
12511367
"GoogleAdsSearchads360V0Common__Value": {
12521368
"description": "A generic data container.",
12531369
"id": "GoogleAdsSearchads360V0Common__Value",
@@ -1686,14 +1802,12 @@
16861802
"UNSPECIFIED",
16871803
"UNKNOWN",
16881804
"RESOURCE_EXHAUSTED",
1689-
"ACCESS_PROHIBITED",
16901805
"RESOURCE_TEMPORARILY_EXHAUSTED"
16911806
],
16921807
"enumDescriptions": [
16931808
"Enum unspecified.",
16941809
"The received error code is not known in this version.",
16951810
"Too many requests.",
1696-
"Access is prohibited.",
16971811
"Too many requests in a short amount of time."
16981812
],
16991813
"type": "string"
@@ -2165,6 +2279,117 @@
21652279
},
21662280
"type": "object"
21672281
},
2282+
"GoogleAdsSearchads360V0Resources__Ad": {
2283+
"description": "An ad.",
2284+
"id": "GoogleAdsSearchads360V0Resources__Ad",
2285+
"properties": {
2286+
"displayUrl": {
2287+
"description": "The URL that appears in the ad description for some ad formats.",
2288+
"type": "string"
2289+
},
2290+
"finalUrls": {
2291+
"description": "The list of possible final URLs after all cross-domain redirects for the ad.",
2292+
"items": {
2293+
"type": "string"
2294+
},
2295+
"type": "array"
2296+
},
2297+
"id": {
2298+
"description": "Output only. The ID of the ad.",
2299+
"format": "int64",
2300+
"readOnly": true,
2301+
"type": "string"
2302+
},
2303+
"name": {
2304+
"description": "Immutable. The name of the ad. This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad. The name field is currently only supported for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.",
2305+
"type": "string"
2306+
},
2307+
"resourceName": {
2308+
"description": "Immutable. The resource name of the ad. Ad resource names have the form: `customers/{customer_id}/ads/{ad_id}`",
2309+
"type": "string"
2310+
},
2311+
"textAd": {
2312+
"$ref": "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo",
2313+
"description": "Immutable. Details pertaining to a text ad."
2314+
},
2315+
"type": {
2316+
"description": "Output only. The type of ad.",
2317+
"enum": [
2318+
"UNSPECIFIED",
2319+
"UNKNOWN",
2320+
"TEXT_AD",
2321+
"EXPANDED_TEXT_AD",
2322+
"CALL_ONLY_AD",
2323+
"EXPANDED_DYNAMIC_SEARCH_AD",
2324+
"HOTEL_AD",
2325+
"SHOPPING_SMART_AD",
2326+
"SHOPPING_PRODUCT_AD",
2327+
"VIDEO_AD",
2328+
"GMAIL_AD",
2329+
"IMAGE_AD",
2330+
"RESPONSIVE_SEARCH_AD",
2331+
"LEGACY_RESPONSIVE_DISPLAY_AD",
2332+
"APP_AD",
2333+
"LEGACY_APP_INSTALL_AD",
2334+
"RESPONSIVE_DISPLAY_AD",
2335+
"LOCAL_AD",
2336+
"HTML5_UPLOAD_AD",
2337+
"DYNAMIC_HTML5_AD",
2338+
"APP_ENGAGEMENT_AD",
2339+
"SHOPPING_COMPARISON_LISTING_AD",
2340+
"VIDEO_BUMPER_AD",
2341+
"VIDEO_NON_SKIPPABLE_IN_STREAM_AD",
2342+
"VIDEO_OUTSTREAM_AD",
2343+
"VIDEO_TRUEVIEW_DISCOVERY_AD",
2344+
"VIDEO_TRUEVIEW_IN_STREAM_AD",
2345+
"VIDEO_RESPONSIVE_AD",
2346+
"SMART_CAMPAIGN_AD",
2347+
"APP_PRE_REGISTRATION_AD",
2348+
"DISCOVERY_MULTI_ASSET_AD",
2349+
"DISCOVERY_CAROUSEL_AD",
2350+
"TRAVEL_AD"
2351+
],
2352+
"enumDescriptions": [
2353+
"No value has been specified.",
2354+
"The received value is not known in this version. This is a response-only value.",
2355+
"The ad is a text ad.",
2356+
"The ad is an expanded text ad.",
2357+
"The ad is a call only ad.",
2358+
"The ad is an expanded dynamic search ad.",
2359+
"The ad is a hotel ad.",
2360+
"The ad is a Smart Shopping ad.",
2361+
"The ad is a standard Shopping ad.",
2362+
"The ad is a video ad.",
2363+
"This ad is a Gmail ad.",
2364+
"This ad is an Image ad.",
2365+
"The ad is a responsive search ad.",
2366+
"The ad is a legacy responsive display ad.",
2367+
"The ad is an app ad.",
2368+
"The ad is a legacy app install ad.",
2369+
"The ad is a responsive display ad.",
2370+
"The ad is a local ad.",
2371+
"The ad is a display upload ad with the HTML5_UPLOAD_AD product type.",
2372+
"The ad is a display upload ad with one of the DYNAMIC_HTML5_* product types.",
2373+
"The ad is an app engagement ad.",
2374+
"The ad is a Shopping Comparison Listing ad.",
2375+
"Video bumper ad.",
2376+
"Video non-skippable in-stream ad.",
2377+
"Video outstream ad.",
2378+
"Video TrueView in-display ad.",
2379+
"Video TrueView in-stream ad.",
2380+
"Video responsive ad.",
2381+
"Smart campaign ad.",
2382+
"Universal app pre-registration ad.",
2383+
"Discovery multi asset ad.",
2384+
"Discovery carousel ad.",
2385+
"Travel ad."
2386+
],
2387+
"readOnly": true,
2388+
"type": "string"
2389+
}
2390+
},
2391+
"type": "object"
2392+
},
21682393
"GoogleAdsSearchads360V0Resources__AdGroup": {
21692394
"description": "An ad group.",
21702395
"id": "GoogleAdsSearchads360V0Resources__AdGroup",
@@ -2190,12 +2415,76 @@
21902415
"format": "int64",
21912416
"type": "string"
21922417
},
2418+
"creationTime": {
2419+
"description": "Output only. The timestamp when this ad_group was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
2420+
"readOnly": true,
2421+
"type": "string"
2422+
},
2423+
"endDate": {
2424+
"description": "Output only. Date when the ad group ends serving ads. By default, the ad group ends on the ad group's end date. If this field is set, then the ad group ends at the end of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14",
2425+
"readOnly": true,
2426+
"type": "string"
2427+
},
2428+
"engineId": {
2429+
"description": "Output only. ID of the ad group in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use \"ad_group.id\" instead.",
2430+
"readOnly": true,
2431+
"type": "string"
2432+
},
2433+
"engineStatus": {
2434+
"description": "Output only. The Engine Status for ad group.",
2435+
"enum": [
2436+
"UNSPECIFIED",
2437+
"UNKNOWN",
2438+
"AD_GROUP_ELIGIBLE",
2439+
"AD_GROUP_EXPIRED",
2440+
"AD_GROUP_REMOVED",
2441+
"AD_GROUP_DRAFT",
2442+
"AD_GROUP_PAUSED",
2443+
"AD_GROUP_SERVING",
2444+
"AD_GROUP_SUBMITTED",
2445+
"CAMPAIGN_PAUSED",
2446+
"ACCOUNT_PAUSED"
2447+
],
2448+
"enumDescriptions": [
2449+
"Not specified.",
2450+
"Used for return value only. Represents value unknown in this version.",
2451+
"Deprecated. Do not use.",
2452+
"No ads are running for this ad group, because the ad group's end date has passed.",
2453+
"The ad group has been deleted.",
2454+
"No ads are running for this ad group because the associated ad group is still in draft form.",
2455+
"The ad group has been paused.",
2456+
"The ad group is active and currently serving ads.",
2457+
"The ad group has been submitted (Microsoft Bing Ads legacy status).",
2458+
"No ads are running for this ad group, because the campaign has been paused.",
2459+
"No ads are running for this ad group, because the account has been paused."
2460+
],
2461+
"readOnly": true,
2462+
"type": "string"
2463+
},
21932464
"id": {
21942465
"description": "Output only. The ID of the ad group.",
21952466
"format": "int64",
21962467
"readOnly": true,
21972468
"type": "string"
21982469
},
2470+
"labels": {
2471+
"description": "Output only. The resource names of labels attached to this ad group.",
2472+
"items": {
2473+
"type": "string"
2474+
},
2475+
"readOnly": true,
2476+
"type": "array"
2477+
},
2478+
"languageCode": {
2479+
"description": "Output only. The language of the ads and keywords in an ad group. This field is only available for Microsoft Advertising accounts. More details: https://docs.microsoft.com/en-us/advertising/guides/ad-languages?view=bingads-13#adlanguage",
2480+
"readOnly": true,
2481+
"type": "string"
2482+
},
2483+
"lastModifiedTime": {
2484+
"description": "Output only. The datetime when this ad group was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
2485+
"readOnly": true,
2486+
"type": "string"
2487+
},
21992488
"name": {
22002489
"description": "The name of the ad group. This field is required and should not be empty when creating new ad groups. It must contain fewer than 255 UTF-8 full-width characters. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.",
22012490
"type": "string"
@@ -2204,6 +2493,11 @@
22042493
"description": "Immutable. The resource name of the ad group. Ad group resource names have the form: `customers/{customer_id}/adGroups/{ad_group_id}`",
22052494
"type": "string"
22062495
},
2496+
"startDate": {
2497+
"description": "Output only. Date when this ad group starts serving ads. By default, the ad group starts now or the ad group's start date, whichever is later. If this field is set, then the ad group starts at the beginning of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14",
2498+
"readOnly": true,
2499+
"type": "string"
2500+
},
22072501
"status": {
22082502
"description": "The status of the ad group.",
22092503
"enum": [
@@ -2222,6 +2516,10 @@
22222516
],
22232517
"type": "string"
22242518
},
2519+
"targetingSetting": {
2520+
"$ref": "GoogleAdsSearchads360V0Common__TargetingSetting",
2521+
"description": "Setting for targeting related features."
2522+
},
22252523
"type": {
22262524
"description": "Immutable. The type of the ad group.",
22272525
"enum": [
@@ -2243,7 +2541,8 @@
22432541
"PROMOTED_HOTEL_ADS",
22442542
"VIDEO_RESPONSIVE",
22452543
"VIDEO_EFFICIENT_REACH",
2246-
"SMART_CAMPAIGN_ADS"
2544+
"SMART_CAMPAIGN_ADS",
2545+
"TRAVEL_ADS"
22472546
],
22482547
"enumDescriptions": [
22492548
"The type has not been specified.",
@@ -2264,13 +2563,148 @@
22642563
"The ad group type for Promoted Hotel ad groups.",
22652564
"Video responsive ad groups.",
22662565
"Video efficient reach ad groups.",
2267-
"Ad group type for Smart campaigns."
2566+
"Ad group type for Smart campaigns.",
2567+
"Ad group type for Travel campaigns."
2568+
],
2569+
"type": "string"
2570+
}
2571+
},
2572+
"type": "object"
2573+
},
2574+
"GoogleAdsSearchads360V0Resources__AdGroupAd": {
2575+
"description": "An ad group ad.",
2576+
"id": "GoogleAdsSearchads360V0Resources__AdGroupAd",
2577+
"properties": {
2578+
"ad": {
2579+
"$ref": "GoogleAdsSearchads360V0Resources__Ad",
2580+
"description": "Immutable. The ad."
2581+
},
2582+
"creationTime": {
2583+
"description": "Output only. The timestamp when this ad_group_ad was created. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
2584+
"readOnly": true,
2585+
"type": "string"
2586+
},
2587+
"engineId": {
2588+
"description": "Output only. ID of the ad in the external engine account. This field is for SearchAds 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc. For non-SearchAds 360 entity, use \"ad_group_ad.ad.id\" instead.",
2589+
"readOnly": true,
2590+
"type": "string"
2591+
},
2592+
"engineStatus": {
2593+
"description": "Output only. Additional status of the ad in the external engine account. Possible statuses (depending on the type of external account) include active, eligible, pending review, etc.",
2594+
"enum": [
2595+
"UNSPECIFIED",
2596+
"UNKNOWN",
2597+
"AD_GROUP_AD_ELIGIBLE",
2598+
"AD_GROUP_AD_INAPPROPRIATE_FOR_CAMPAIGN",
2599+
"AD_GROUP_AD_MOBILE_URL_UNDER_REVIEW",
2600+
"AD_GROUP_AD_PARTIALLY_INVALID",
2601+
"AD_GROUP_AD_TO_BE_ACTIVATED",
2602+
"AD_GROUP_AD_NOT_REVIEWED",
2603+
"AD_GROUP_AD_ON_HOLD",
2604+
"AD_GROUP_AD_PAUSED",
2605+
"AD_GROUP_AD_REMOVED",
2606+
"AD_GROUP_AD_PENDING_REVIEW",
2607+
"AD_GROUP_AD_UNDER_REVIEW",
2608+
"AD_GROUP_AD_APPROVED",
2609+
"AD_GROUP_AD_DISAPPROVED",
2610+
"AD_GROUP_AD_SERVING",
2611+
"AD_GROUP_AD_ACCOUNT_PAUSED",
2612+
"AD_GROUP_AD_CAMPAIGN_PAUSED",
2613+
"AD_GROUP_AD_AD_GROUP_PAUSED"
2614+
],
2615+
"enumDescriptions": [
2616+
"No value has been specified.",
2617+
"Used for return value only. Represents value unknown in this version.",
2618+
"Deprecated. Do not use.",
2619+
"Baidu: Creative was not approved.",
2620+
"Baidu: Mobile URL in process to be reviewed.",
2621+
"Baidu: Creative is invalid on mobile device but valid on desktop.",
2622+
"Baidu: Creative is ready for activation.",
2623+
"Baidu: Creative not reviewed.",
2624+
"Deprecated. Do not use. Previously used by Gemini",
2625+
"Creative has been paused.",
2626+
"Creative has been removed.",
2627+
"Creative is pending review.",
2628+
"Creative is under review.",
2629+
"Creative has been approved.",
2630+
"Creative has been disapproved.",
2631+
"Creative is serving.",
2632+
"Creative has been paused because the account is paused.",
2633+
"Creative has been paused because the campaign is paused.",
2634+
"Creative has been paused because the ad group is paused."
2635+
],
2636+
"readOnly": true,
2637+
"type": "string"
2638+
},
2639+
"labels": {
2640+
"description": "Output only. The resource names of labels attached to this ad group ad.",
2641+
"items": {
2642+
"type": "string"
2643+
},
2644+
"readOnly": true,
2645+
"type": "array"
2646+
},
2647+
"lastModifiedTime": {
2648+
"description": "Output only. The datetime when this ad group ad was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
2649+
"readOnly": true,
2650+
"type": "string"
2651+
},
2652+
"resourceName": {
2653+
"description": "Immutable. The resource name of the ad. Ad group ad resource names have the form: `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`",
2654+
"type": "string"
2655+
},
2656+
"status": {
2657+
"description": "The status of the ad.",
2658+
"enum": [
2659+
"UNSPECIFIED",
2660+
"UNKNOWN",
2661+
"ENABLED",
2662+
"PAUSED",
2663+
"REMOVED"
2664+
],
2665+
"enumDescriptions": [
2666+
"No value has been specified.",
2667+
"The received value is not known in this version. This is a response-only value.",
2668+
"The ad group ad is enabled.",
2669+
"The ad group ad is paused.",
2670+
"The ad group ad is removed."
22682671
],
22692672
"type": "string"
22702673
}
22712674
},
22722675
"type": "object"
22732676
},
2677+
"GoogleAdsSearchads360V0Resources__AdGroupAdLabel": {
2678+
"description": "A relationship between an ad group ad and a label.",
2679+
"id": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
2680+
"properties": {
2681+
"adGroupAd": {
2682+
"description": "Immutable. The ad group ad to which the label is attached.",
2683+
"type": "string"
2684+
},
2685+
"label": {
2686+
"description": "Immutable. The label assigned to the ad group ad.",
2687+
"type": "string"
2688+
},
2689+
"resourceName": {
2690+
"description": "Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`",
2691+
"type": "string"
2692+
}
2693+
},
2694+
"type": "object"
2695+
},
2696+
"GoogleAdsSearchads360V0Resources__AdGroupAudienceView": {
2697+
"description": "An ad group audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated at the audience level.",
2698+
"id": "GoogleAdsSearchads360V0Resources__AdGroupAudienceView",
2699+
"properties": {
2700+
"resourceName": {
2701+
"description": "Output only. The resource name of the ad group audience view. Ad group audience view resource names have the form: `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}~{criterion_id}`",
2702+
"readOnly": true,
2703+
"type": "string"
2704+
}
2705+
},
2706+
"type": "object"
2707+
},
22742708
"GoogleAdsSearchads360V0Resources__AdGroupBidModifier": {
22752709
"description": "Represents an ad group bid modifier.",
22762710
"id": "GoogleAdsSearchads360V0Resources__AdGroupBidModifier",
@@ -2280,6 +2714,10 @@
22802714
"format": "double",
22812715
"type": "number"
22822716
},
2717+
"device": {
2718+
"$ref": "GoogleAdsSearchads360V0Common__DeviceInfo",
2719+
"description": "Immutable. A device criterion."
2720+
},
22832721
"resourceName": {
22842722
"description": "Immutable. The resource name of the ad group bid modifier. Ad group bid modifier resource names have the form: `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}`",
22852723
"type": "string"
@@ -2309,6 +2747,11 @@
23092747
"format": "int64",
23102748
"type": "string"
23112749
},
2750+
"creationTime": {
2751+
"description": "Output only. The timestamp when this ad group criterion was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
2752+
"readOnly": true,
2753+
"type": "string"
2754+
},
23122755
"criterionId": {
23132756
"description": "Output only. The ID of the criterion.",
23142757
"format": "int64",
@@ -2321,6 +2764,11 @@
23212764
"readOnly": true,
23222765
"type": "string"
23232766
},
2767+
"engineId": {
2768+
"description": "Output only. ID of the ad group criterion in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use \"ad_group_criterion.criterion_id\" instead.",
2769+
"readOnly": true,
2770+
"type": "string"
2771+
},
23242772
"engineStatus": {
23252773
"description": "Output only. The Engine Status for ad group criterion.",
23262774
"enum": [
@@ -2391,6 +2839,14 @@
23912839
"$ref": "GoogleAdsSearchads360V0Common__KeywordInfo",
23922840
"description": "Immutable. Keyword."
23932841
},
2842+
"labels": {
2843+
"description": "Output only. The resource names of labels attached to this ad group criterion.",
2844+
"items": {
2845+
"type": "string"
2846+
},
2847+
"readOnly": true,
2848+
"type": "array"
2849+
},
23942850
"lastModifiedTime": {
23952851
"description": "Output only. The datetime when this ad group criterion was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
23962852
"readOnly": true,
@@ -2400,6 +2856,14 @@
24002856
"$ref": "GoogleAdsSearchads360V0Common__ListingGroupInfo",
24012857
"description": "Immutable. Listing group."
24022858
},
2859+
"location": {
2860+
"$ref": "GoogleAdsSearchads360V0Common__LocationInfo",
2861+
"description": "Immutable. Location."
2862+
},
2863+
"negative": {
2864+
"description": "Immutable. Whether to target (`false`) or exclude (`true`) the criterion. This field is immutable. To switch a criterion from positive to negative, remove then re-add it.",
2865+
"type": "boolean"
2866+
},
24032867
"qualityInfo": {
24042868
"$ref": "GoogleAdsSearchads360V0Resources_AdGroupCriterion_QualityInfo",
24052869
"description": "Output only. Information regarding the quality of the criterion.",
@@ -2509,18 +2973,72 @@
25092973
"Combined audience",
25102974
"Smart Campaign keyword theme",
25112975
"Audience",
2512-
"Google Local Services (GLS) Service ID."
2976+
"Local Services Ads Service ID."
25132977
],
25142978
"readOnly": true,
25152979
"type": "string"
25162980
},
2981+
"userList": {
2982+
"$ref": "GoogleAdsSearchads360V0Common__UserListInfo",
2983+
"description": "Immutable. User List. The Similar Audiences sunset starts May 2023. Refer to https://ads-developers.googleblog.com/2022/11/announcing-deprecation-and-sunset-of.html for other options."
2984+
},
25172985
"webpage": {
25182986
"$ref": "GoogleAdsSearchads360V0Common__WebpageInfo",
25192987
"description": "Immutable. Webpage"
25202988
}
25212989
},
25222990
"type": "object"
25232991
},
2992+
"GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel": {
2993+
"description": "A relationship between an ad group criterion and a label.",
2994+
"id": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
2995+
"properties": {
2996+
"adGroupCriterion": {
2997+
"description": "Immutable. The ad group criterion to which the label is attached.",
2998+
"type": "string"
2999+
},
3000+
"label": {
3001+
"description": "Immutable. The label assigned to the ad group criterion.",
3002+
"type": "string"
3003+
},
3004+
"resourceName": {
3005+
"description": "Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have the form: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`",
3006+
"type": "string"
3007+
}
3008+
},
3009+
"type": "object"
3010+
},
3011+
"GoogleAdsSearchads360V0Resources__AdGroupLabel": {
3012+
"description": "A relationship between an ad group and a label.",
3013+
"id": "GoogleAdsSearchads360V0Resources__AdGroupLabel",
3014+
"properties": {
3015+
"adGroup": {
3016+
"description": "Immutable. The ad group to which the label is attached.",
3017+
"type": "string"
3018+
},
3019+
"label": {
3020+
"description": "Immutable. The label assigned to the ad group.",
3021+
"type": "string"
3022+
},
3023+
"resourceName": {
3024+
"description": "Immutable. The resource name of the ad group label. Ad group label resource names have the form: `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`",
3025+
"type": "string"
3026+
}
3027+
},
3028+
"type": "object"
3029+
},
3030+
"GoogleAdsSearchads360V0Resources__AgeRangeView": {
3031+
"description": "An age range view.",
3032+
"id": "GoogleAdsSearchads360V0Resources__AgeRangeView",
3033+
"properties": {
3034+
"resourceName": {
3035+
"description": "Output only. The resource name of the age range view. Age range view resource names have the form: `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`",
3036+
"readOnly": true,
3037+
"type": "string"
3038+
}
3039+
},
3040+
"type": "object"
3041+
},
25243042
"GoogleAdsSearchads360V0Resources__BiddingStrategy": {
25253043
"description": "A bidding strategy.",
25263044
"id": "GoogleAdsSearchads360V0Resources__BiddingStrategy",
@@ -2707,7 +3225,8 @@
27073225
"SMART_CAMPAIGN",
27083226
"VIDEO_SEQUENCE",
27093227
"APP_CAMPAIGN_FOR_PRE_REGISTRATION",
2710-
"VIDEO_REACH_TARGET_FREQUENCY"
3228+
"VIDEO_REACH_TARGET_FREQUENCY",
3229+
"TRAVEL_ACTIVITIES"
27113230
],
27123231
"enumDescriptions": [
27133232
"Not specified.",
@@ -2718,7 +3237,7 @@
27183237
"AdWords Express campaigns for display.",
27193238
"Smart Shopping campaigns.",
27203239
"Gmail Ad campaigns.",
2721-
"Smart display campaigns.",
3240+
"Smart display campaigns. New campaigns of this sub type cannot be created.",
27223241
"Video Outstream campaigns.",
27233242
"Video TrueView for Action campaigns.",
27243243
"Video campaigns with non-skippable video ads.",
@@ -2729,7 +3248,8 @@
27293248
"Standard Smart campaigns.",
27303249
"Video campaigns with sequence video ads.",
27313250
"App Campaign for pre registration, specialized for advertising mobile app pre-registration, that targets multiple advertising channels across Google Play, YouTube and Display Network.",
2732-
"Video reach campaign with Target Frequency bidding strategy."
3251+
"Video reach campaign with Target Frequency bidding strategy.",
3252+
"Travel Activities campaigns."
27333253
],
27343254
"type": "string"
27353255
},
@@ -2748,7 +3268,8 @@
27483268
"SMART",
27493269
"PERFORMANCE_MAX",
27503270
"LOCAL_SERVICES",
2751-
"DISCOVERY"
3271+
"DISCOVERY",
3272+
"TRAVEL"
27523273
],
27533274
"enumDescriptions": [
27543275
"Not specified.",
@@ -2763,7 +3284,8 @@
27633284
"Smart campaigns.",
27643285
"Performance Max campaigns.",
27653286
"Local services campaigns.",
2766-
"Discovery campaigns."
3287+
"Discovery campaigns.",
3288+
"Travel campaigns."
27673289
],
27683290
"type": "string"
27693291
},
@@ -2886,7 +3408,12 @@
28863408
"type": "string"
28873409
},
28883410
"createTime": {
2889-
"description": "Output only. Timestamp of the campaign's creation time, formatted in ISO 8601.",
3411+
"description": "Output only. The timestamp when this campaign was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format. create_time will be deprecated in v1. Use creation_time instead.",
3412+
"readOnly": true,
3413+
"type": "string"
3414+
},
3415+
"creationTime": {
3416+
"description": "Output only. The timestamp when this campaign was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
28903417
"readOnly": true,
28913418
"type": "string"
28923419
},
@@ -2933,7 +3460,9 @@
29333460
"LANDSCAPE_LOGO",
29343461
"VIDEO",
29353462
"CALL_TO_ACTION_SELECTION",
2936-
"AD_IMAGE"
3463+
"AD_IMAGE",
3464+
"BUSINESS_LOGO",
3465+
"HOTEL_PROPERTY"
29373466
],
29383467
"enumDescriptions": [
29393468
"Not specified.",
@@ -2962,7 +3491,9 @@
29623491
"The asset is linked for use as a landscape logo.",
29633492
"The asset is linked for use as a non YouTube logo.",
29643493
"The asset is linked for use to select a call-to-action.",
2965-
"The asset is linked for use to select an ad image."
3494+
"The asset is linked for use to select an ad image.",
3495+
"The asset is linked for use as a business logo.",
3496+
"The asset is linked for use as a hotel property in a Performance Max for travel goals campaign."
29663497
],
29673498
"type": "string"
29683499
},
@@ -3142,6 +3673,18 @@
31423673
},
31433674
"type": "object"
31443675
},
3676+
"GoogleAdsSearchads360V0Resources__CampaignAudienceView": {
3677+
"description": "A campaign audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated by campaign and audience criterion. This view only includes audiences attached at the campaign level.",
3678+
"id": "GoogleAdsSearchads360V0Resources__CampaignAudienceView",
3679+
"properties": {
3680+
"resourceName": {
3681+
"description": "Output only. The resource name of the campaign audience view. Campaign audience view resource names have the form: `customers/{customer_id}/campaignAudienceViews/{campaign_id}~{criterion_id}`",
3682+
"readOnly": true,
3683+
"type": "string"
3684+
}
3685+
},
3686+
"type": "object"
3687+
},
31453688
"GoogleAdsSearchads360V0Resources__CampaignBudget": {
31463689
"description": "A campaign budget.",
31473690
"id": "GoogleAdsSearchads360V0Resources__CampaignBudget",
@@ -3196,6 +3739,10 @@
31963739
"description": "A campaign criterion.",
31973740
"id": "GoogleAdsSearchads360V0Resources__CampaignCriterion",
31983741
"properties": {
3742+
"ageRange": {
3743+
"$ref": "GoogleAdsSearchads360V0Common__AgeRangeInfo",
3744+
"description": "Immutable. Age range."
3745+
},
31993746
"bidModifier": {
32003747
"description": "The modifier for the bids when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Most targetable criteria types support modifiers. Use 0 to opt out of a Device type.",
32013748
"format": "float",
@@ -3216,10 +3763,23 @@
32163763
"readOnly": true,
32173764
"type": "string"
32183765
},
3766+
"gender": {
3767+
"$ref": "GoogleAdsSearchads360V0Common__GenderInfo",
3768+
"description": "Immutable. Gender."
3769+
},
3770+
"keyword": {
3771+
"$ref": "GoogleAdsSearchads360V0Common__KeywordInfo",
3772+
"description": "Immutable. Keyword."
3773+
},
32193774
"language": {
32203775
"$ref": "GoogleAdsSearchads360V0Common__LanguageInfo",
32213776
"description": "Immutable. Language."
32223777
},
3778+
"lastModifiedTime": {
3779+
"description": "Output only. The datetime when this campaign criterion was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
3780+
"readOnly": true,
3781+
"type": "string"
3782+
},
32233783
"location": {
32243784
"$ref": "GoogleAdsSearchads360V0Common__LocationInfo",
32253785
"description": "Immutable. Location."
@@ -3236,6 +3796,24 @@
32363796
"description": "Immutable. The resource name of the campaign criterion. Campaign criterion resource names have the form: `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}`",
32373797
"type": "string"
32383798
},
3799+
"status": {
3800+
"description": "The status of the criterion.",
3801+
"enum": [
3802+
"UNSPECIFIED",
3803+
"UNKNOWN",
3804+
"ENABLED",
3805+
"PAUSED",
3806+
"REMOVED"
3807+
],
3808+
"enumDescriptions": [
3809+
"No value has been specified.",
3810+
"The received value is not known in this version. This is a response-only value.",
3811+
"The campaign criterion is enabled.",
3812+
"The campaign criterion is paused.",
3813+
"The campaign criterion is removed."
3814+
],
3815+
"type": "string"
3816+
},
32393817
"type": {
32403818
"description": "Output only. The type of the criterion.",
32413819
"enum": [
@@ -3314,10 +3892,37 @@
33143892
"Combined audience",
33153893
"Smart Campaign keyword theme",
33163894
"Audience",
3317-
"Google Local Services (GLS) Service ID."
3895+
"Local Services Ads Service ID."
33183896
],
33193897
"readOnly": true,
33203898
"type": "string"
3899+
},
3900+
"userList": {
3901+
"$ref": "GoogleAdsSearchads360V0Common__UserListInfo",
3902+
"description": "Immutable. User List. The Similar Audiences sunset starts May 2023. Refer to https://ads-developers.googleblog.com/2022/11/announcing-deprecation-and-sunset-of.html for other options."
3903+
},
3904+
"webpage": {
3905+
"$ref": "GoogleAdsSearchads360V0Common__WebpageInfo",
3906+
"description": "Immutable. Webpage."
3907+
}
3908+
},
3909+
"type": "object"
3910+
},
3911+
"GoogleAdsSearchads360V0Resources__CampaignLabel": {
3912+
"description": "Represents a relationship between a campaign and a label.",
3913+
"id": "GoogleAdsSearchads360V0Resources__CampaignLabel",
3914+
"properties": {
3915+
"campaign": {
3916+
"description": "Immutable. The campaign to which the label is attached.",
3917+
"type": "string"
3918+
},
3919+
"label": {
3920+
"description": "Immutable. The label assigned to the campaign.",
3921+
"type": "string"
3922+
},
3923+
"resourceName": {
3924+
"description": "Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`",
3925+
"type": "string"
33213926
}
33223927
},
33233928
"type": "object"
@@ -3494,7 +4099,8 @@
34944099
"SMART_CAMPAIGN_MAP_CLICKS_TO_CALL",
34954100
"SMART_CAMPAIGN_MAP_DIRECTIONS",
34964101
"SMART_CAMPAIGN_TRACKED_CALLS",
3497-
"STORE_VISITS"
4102+
"STORE_VISITS",
4103+
"WEBPAGE_CODELESS"
34984104
],
34994105
"enumDescriptions": [
35004106
"Not specified.",
@@ -3533,7 +4139,8 @@
35334139
"The user clicks on a call element within Google Maps. Smart campaign only. Read only.",
35344140
"The user requests directions to a business location within Google Maps. Smart campaign only. Read only.",
35354141
"Call conversions that occur on Smart campaign Ads with call tracking setup, using Smart campaign custom criteria. Read only.",
3536-
"Conversions that occur when a user visits an advertiser's retail store. Read only."
4142+
"Conversions that occur when a user visits an advertiser's retail store. Read only.",
4143+
"Conversions created from website events (such as form submissions or page loads), that don't use individually coded event snippets."
35374144
],
35384145
"type": "string"
35394146
},
@@ -3741,6 +4348,11 @@
37414348
"description": "Output only. Conversion tracking setting for a customer.",
37424349
"readOnly": true
37434350
},
4351+
"creationTime": {
4352+
"description": "Output only. The timestamp when this customer was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
4353+
"readOnly": true,
4354+
"type": "string"
4355+
},
37444356
"currencyCode": {
37454357
"description": "Immutable. The currency in which the account operates. A subset of the currency codes from the ISO 4217 standard is supported.",
37464358
"type": "string"
@@ -3760,7 +4372,7 @@
37604372
"type": "string"
37614373
},
37624374
"finalUrlSuffix": {
3763-
"description": "The URL template for appending params to the final URL",
4375+
"description": "The URL template for appending params to the final URL.",
37644376
"type": "string"
37654377
},
37664378
"id": {
@@ -3971,6 +4583,35 @@
39714583
},
39724584
"type": "object"
39734585
},
4586+
"GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView": {
4587+
"description": "A dynamic search ads search term view.",
4588+
"id": "GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView",
4589+
"properties": {
4590+
"landingPage": {
4591+
"description": "Output only. The dynamically selected landing page URL of the impression. This field is read-only.",
4592+
"readOnly": true,
4593+
"type": "string"
4594+
},
4595+
"resourceName": {
4596+
"description": "Output only. The resource name of the dynamic search ads search term view. Dynamic search ads search term view resource names have the form: `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`",
4597+
"readOnly": true,
4598+
"type": "string"
4599+
}
4600+
},
4601+
"type": "object"
4602+
},
4603+
"GoogleAdsSearchads360V0Resources__GenderView": {
4604+
"description": "A gender view.",
4605+
"id": "GoogleAdsSearchads360V0Resources__GenderView",
4606+
"properties": {
4607+
"resourceName": {
4608+
"description": "Output only. The resource name of the gender view. Gender view resource names have the form: `customers/{customer_id}/genderViews/{ad_group_id}~{criterion_id}`",
4609+
"readOnly": true,
4610+
"type": "string"
4611+
}
4612+
},
4613+
"type": "object"
4614+
},
39744615
"GoogleAdsSearchads360V0Resources__KeywordView": {
39754616
"description": "A keyword view.",
39764617
"id": "GoogleAdsSearchads360V0Resources__KeywordView",
@@ -3983,6 +4624,60 @@
39834624
},
39844625
"type": "object"
39854626
},
4627+
"GoogleAdsSearchads360V0Resources__Label": {
4628+
"description": "A label.",
4629+
"id": "GoogleAdsSearchads360V0Resources__Label",
4630+
"properties": {
4631+
"id": {
4632+
"description": "Output only. ID of the label. Read only.",
4633+
"format": "int64",
4634+
"readOnly": true,
4635+
"type": "string"
4636+
},
4637+
"name": {
4638+
"description": "The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive.",
4639+
"type": "string"
4640+
},
4641+
"resourceName": {
4642+
"description": "Immutable. Name of the resource. Label resource names have the form: `customers/{customer_id}/labels/{label_id}`",
4643+
"type": "string"
4644+
},
4645+
"status": {
4646+
"description": "Output only. Status of the label. Read only.",
4647+
"enum": [
4648+
"UNSPECIFIED",
4649+
"UNKNOWN",
4650+
"ENABLED",
4651+
"REMOVED"
4652+
],
4653+
"enumDescriptions": [
4654+
"Not specified.",
4655+
"Used for return value only. Represents value unknown in this version.",
4656+
"Label is enabled.",
4657+
"Label is removed."
4658+
],
4659+
"readOnly": true,
4660+
"type": "string"
4661+
},
4662+
"textLabel": {
4663+
"$ref": "GoogleAdsSearchads360V0Common__TextLabel",
4664+
"description": "A type of label displaying text on a colored background."
4665+
}
4666+
},
4667+
"type": "object"
4668+
},
4669+
"GoogleAdsSearchads360V0Resources__LocationView": {
4670+
"description": "A location view summarizes the performance of campaigns by Location criteria.",
4671+
"id": "GoogleAdsSearchads360V0Resources__LocationView",
4672+
"properties": {
4673+
"resourceName": {
4674+
"description": "Output only. The resource name of the location view. Location view resource names have the form: `customers/{customer_id}/locationViews/{campaign_id}~{criterion_id}`",
4675+
"readOnly": true,
4676+
"type": "string"
4677+
}
4678+
},
4679+
"type": "object"
4680+
},
39864681
"GoogleAdsSearchads360V0Resources__ProductGroupView": {
39874682
"description": "A product group view.",
39884683
"id": "GoogleAdsSearchads360V0Resources__ProductGroupView",
@@ -4133,6 +4828,64 @@
41334828
},
41344829
"type": "object"
41354830
},
4831+
"GoogleAdsSearchads360V0Resources__UserList": {
4832+
"description": "A user list. This is a list of users a customer may target.",
4833+
"id": "GoogleAdsSearchads360V0Resources__UserList",
4834+
"properties": {
4835+
"id": {
4836+
"description": "Output only. Id of the user list.",
4837+
"format": "int64",
4838+
"readOnly": true,
4839+
"type": "string"
4840+
},
4841+
"name": {
4842+
"description": "Name of this user list. Depending on its access_reason, the user list name may not be unique (for example, if access_reason=SHARED)",
4843+
"type": "string"
4844+
},
4845+
"resourceName": {
4846+
"description": "Immutable. The resource name of the user list. User list resource names have the form: `customers/{customer_id}/userLists/{user_list_id}`",
4847+
"type": "string"
4848+
},
4849+
"type": {
4850+
"description": "Output only. Type of this list. This field is read-only.",
4851+
"enum": [
4852+
"UNSPECIFIED",
4853+
"UNKNOWN",
4854+
"REMARKETING",
4855+
"LOGICAL",
4856+
"EXTERNAL_REMARKETING",
4857+
"RULE_BASED",
4858+
"SIMILAR",
4859+
"CRM_BASED"
4860+
],
4861+
"enumDescriptions": [
4862+
"Not specified.",
4863+
"Used for return value only. Represents value unknown in this version.",
4864+
"UserList represented as a collection of conversion types.",
4865+
"UserList represented as a combination of other user lists/interests.",
4866+
"UserList created in the Google Ad Manager platform.",
4867+
"UserList associated with a rule.",
4868+
"UserList with users similar to users of another UserList.",
4869+
"UserList of first-party CRM data provided by advertiser in the form of emails or other formats."
4870+
],
4871+
"readOnly": true,
4872+
"type": "string"
4873+
}
4874+
},
4875+
"type": "object"
4876+
},
4877+
"GoogleAdsSearchads360V0Resources__WebpageView": {
4878+
"description": "A webpage view.",
4879+
"id": "GoogleAdsSearchads360V0Resources__WebpageView",
4880+
"properties": {
4881+
"resourceName": {
4882+
"description": "Output only. The resource name of the webpage view. Webpage view resource names have the form: `customers/{customer_id}/webpageViews/{ad_group_id}~{criterion_id}`",
4883+
"readOnly": true,
4884+
"type": "string"
4885+
}
4886+
},
4887+
"type": "object"
4888+
},
41364889
"GoogleAdsSearchads360V0Services__CustomColumnHeader": {
41374890
"description": "Message for custom column header.",
41384891
"id": "GoogleAdsSearchads360V0Services__CustomColumnHeader",
@@ -4175,6 +4928,18 @@
41754928
"$ref": "GoogleAdsSearchads360V0Resources__AdGroup",
41764929
"description": "The ad group referenced in the query."
41774930
},
4931+
"adGroupAd": {
4932+
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupAd",
4933+
"description": "The ad referenced in the query."
4934+
},
4935+
"adGroupAdLabel": {
4936+
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
4937+
"description": "The ad group ad label referenced in the query."
4938+
},
4939+
"adGroupAudienceView": {
4940+
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupAudienceView",
4941+
"description": "The ad group audience view referenced in the query."
4942+
},
41784943
"adGroupBidModifier": {
41794944
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupBidModifier",
41804945
"description": "The bid modifier referenced in the query."
@@ -4183,6 +4948,18 @@
41834948
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterion",
41844949
"description": "The criterion referenced in the query."
41854950
},
4951+
"adGroupCriterionLabel": {
4952+
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
4953+
"description": "The ad group criterion label referenced in the query."
4954+
},
4955+
"adGroupLabel": {
4956+
"$ref": "GoogleAdsSearchads360V0Resources__AdGroupLabel",
4957+
"description": "The ad group label referenced in the query."
4958+
},
4959+
"ageRangeView": {
4960+
"$ref": "GoogleAdsSearchads360V0Resources__AgeRangeView",
4961+
"description": "The age range view referenced in the query."
4962+
},
41864963
"biddingStrategy": {
41874964
"$ref": "GoogleAdsSearchads360V0Resources__BiddingStrategy",
41884965
"description": "The bidding strategy referenced in the query."
@@ -4191,6 +4968,10 @@
41914968
"$ref": "GoogleAdsSearchads360V0Resources__Campaign",
41924969
"description": "The campaign referenced in the query."
41934970
},
4971+
"campaignAudienceView": {
4972+
"$ref": "GoogleAdsSearchads360V0Resources__CampaignAudienceView",
4973+
"description": "The campaign audience view referenced in the query."
4974+
},
41944975
"campaignBudget": {
41954976
"$ref": "GoogleAdsSearchads360V0Resources__CampaignBudget",
41964977
"description": "The campaign budget referenced in the query."
@@ -4199,6 +4980,10 @@
41994980
"$ref": "GoogleAdsSearchads360V0Resources__CampaignCriterion",
42004981
"description": "The campaign criterion referenced in the query."
42014982
},
4983+
"campaignLabel": {
4984+
"$ref": "GoogleAdsSearchads360V0Resources__CampaignLabel",
4985+
"description": "The campaign label referenced in the query."
4986+
},
42024987
"conversionAction": {
42034988
"$ref": "GoogleAdsSearchads360V0Resources__ConversionAction",
42044989
"description": "The conversion action referenced in the query."
@@ -4222,10 +5007,26 @@
42225007
"$ref": "GoogleAdsSearchads360V0Resources__CustomerManagerLink",
42235008
"description": "The CustomerManagerLink referenced in the query."
42245009
},
5010+
"dynamicSearchAdsSearchTermView": {
5011+
"$ref": "GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView",
5012+
"description": "The dynamic search ads search term view referenced in the query."
5013+
},
5014+
"genderView": {
5015+
"$ref": "GoogleAdsSearchads360V0Resources__GenderView",
5016+
"description": "The gender view referenced in the query."
5017+
},
42255018
"keywordView": {
42265019
"$ref": "GoogleAdsSearchads360V0Resources__KeywordView",
42275020
"description": "The keyword view referenced in the query."
42285021
},
5022+
"label": {
5023+
"$ref": "GoogleAdsSearchads360V0Resources__Label",
5024+
"description": "The label referenced in the query."
5025+
},
5026+
"locationView": {
5027+
"$ref": "GoogleAdsSearchads360V0Resources__LocationView",
5028+
"description": "The location view referenced in the query."
5029+
},
42295030
"metrics": {
42305031
"$ref": "GoogleAdsSearchads360V0Common__Metrics",
42315032
"description": "The metrics."
@@ -4237,6 +5038,14 @@
42375038
"segments": {
42385039
"$ref": "GoogleAdsSearchads360V0Common__Segments",
42395040
"description": "The segments."
5041+
},
5042+
"userList": {
5043+
"$ref": "GoogleAdsSearchads360V0Resources__UserList",
5044+
"description": "The user list referenced in the query."
5045+
},
5046+
"webpageView": {
5047+
"$ref": "GoogleAdsSearchads360V0Resources__WebpageView",
5048+
"description": "The webpage view referenced in the query."
42405049
}
42415050
},
42425051
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.