@googleapis/searchads360 6.0.0 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v6.2.0...searchads360-v6.3.0) (2025-02-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * **searchads360:** update the API ([340ca02](https://github.com/googleapis/google-api-nodejs-client/commit/340ca02817f5ac4ea62e8bd127f77cd7227e28c3))
9
+ * **searchads360:** update the API ([5d3283e](https://github.com/googleapis/google-api-nodejs-client/commit/5d3283e785c592c97d49eb49b268d5b2a22d31eb))
10
+ * **searchads360:** update the API ([44d0e72](https://github.com/googleapis/google-api-nodejs-client/commit/44d0e72d60589a4640760f4025c479af340d57a2))
11
+
12
+ ## [6.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v6.1.0...searchads360-v6.2.0) (2024-10-30)
13
+
14
+
15
+ ### Features
16
+
17
+ * **searchads360:** update the API ([5d3283e](https://github.com/googleapis/google-api-nodejs-client/commit/5d3283e785c592c97d49eb49b268d5b2a22d31eb))
18
+
19
+ ## [6.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v6.0.0...searchads360-v6.1.0) (2024-08-27)
20
+
21
+
22
+ ### Features
23
+
24
+ * **searchads360:** update the API ([44d0e72](https://github.com/googleapis/google-api-nodejs-client/commit/44d0e72d60589a4640760f4025c479af340d57a2))
25
+
3
26
  ## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v5.1.0...searchads360-v6.0.0) (2024-05-02)
4
27
 
5
28
 
package/build/v0.d.ts CHANGED
@@ -97,6 +97,15 @@ export declare namespace searchads360_v0 {
97
97
  */
98
98
  startMinute?: string | null;
99
99
  }
100
+ /**
101
+ * A text asset used inside an ad.
102
+ */
103
+ export interface Schema$GoogleAdsSearchads360V0Common__AdTextAsset {
104
+ /**
105
+ * Asset text.
106
+ */
107
+ text?: string | null;
108
+ }
100
109
  /**
101
110
  * An age range criterion.
102
111
  */
@@ -445,6 +454,10 @@ export declare namespace searchads360_v0 {
445
454
  * Average cost-per-thousand impressions (CPM). This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
446
455
  */
447
456
  averageCpm?: number | null;
457
+ /**
458
+ * The average quality score.
459
+ */
460
+ averageQualityScore?: number | null;
448
461
  /**
449
462
  * The number of clicks.
450
463
  */
@@ -557,10 +570,18 @@ export declare namespace searchads360_v0 {
557
570
  * Conversions from when a customer clicks on an ad on one device, then converts on a different device or browser. Cross-device conversions are already included in all_conversions.
558
571
  */
559
572
  crossDeviceConversions?: number | null;
573
+ /**
574
+ * The number of cross-device conversions by conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.
575
+ */
576
+ crossDeviceConversionsByConversionDate?: number | null;
560
577
  /**
561
578
  * The sum of the value of cross-device conversions.
562
579
  */
563
580
  crossDeviceConversionsValue?: number | null;
581
+ /**
582
+ * The sum of cross-device conversions value by conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.
583
+ */
584
+ crossDeviceConversionsValueByConversionDate?: number | null;
564
585
  /**
565
586
  * Cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
566
587
  */
@@ -581,6 +602,14 @@ export declare namespace searchads360_v0 {
581
602
  * The number of clicks your ad receives (Clicks) divided by the number of times your ad is shown (Impressions).
582
603
  */
583
604
  ctr?: number | null;
605
+ /**
606
+ * The percentage of clicks that have been filtered out of your total number of clicks (filtered + non-filtered clicks) due to being general invalid clicks. These are clicks Google considers illegitimate that are detected through routine means of filtration (that is, known invalid data-center traffic, bots and spiders or other crawlers, irregular patterns, etc). You're not charged for them, and they don't affect your account statistics. See the help page at https://support.google.com/campaignmanager/answer/6076504 for details.
607
+ */
608
+ generalInvalidClickRate?: number | null;
609
+ /**
610
+ * Number of general invalid clicks. These are a subset of your invalid clicks that are detected through routine means of filtration (such as known invalid data-center traffic, bots and spiders or other crawlers, irregular patterns, etc.). You're not charged for them, and they don't affect your account statistics. See the help page at https://support.google.com/campaignmanager/answer/6076504 for details.
611
+ */
612
+ generalInvalidClicks?: string | null;
584
613
  /**
585
614
  * The creative historical quality score.
586
615
  */
@@ -816,6 +845,14 @@ export declare namespace searchads360_v0 {
816
845
  * The tracking id of the ad.
817
846
  */
818
847
  adTrackingId?: string | null;
848
+ /**
849
+ * List of text assets for descriptions. When the ad serves the descriptions will be selected from this list.
850
+ */
851
+ descriptions?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
852
+ /**
853
+ * List of text assets for headlines. When the ad serves the headlines will be selected from this list.
854
+ */
855
+ headlines?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
819
856
  /**
820
857
  * Text appended to the auto-generated visible URL with a delimiter.
821
858
  */
@@ -894,6 +931,26 @@ export declare namespace searchads360_v0 {
894
931
  * Device to which metrics apply.
895
932
  */
896
933
  device?: string | null;
934
+ /**
935
+ * Resource name of the geo target constant that represents a city.
936
+ */
937
+ geoTargetCity?: string | null;
938
+ /**
939
+ * Resource name of the geo target constant that represents a country.
940
+ */
941
+ geoTargetCountry?: string | null;
942
+ /**
943
+ * Resource name of the geo target constant that represents a metro.
944
+ */
945
+ geoTargetMetro?: string | null;
946
+ /**
947
+ * Resource name of the geo target constant that represents a region.
948
+ */
949
+ geoTargetRegion?: string | null;
950
+ /**
951
+ * Hour of day as a number between 0 and 23, inclusive.
952
+ */
953
+ hour?: number | null;
897
954
  /**
898
955
  * Keyword criterion.
899
956
  */
@@ -1187,7 +1244,7 @@ export declare namespace searchads360_v0 {
1187
1244
  */
1188
1245
  cpcBidCeilingMicros?: string | null;
1189
1246
  /**
1190
- * The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
1247
+ * Deprecated: The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
1191
1248
  */
1192
1249
  targetSpendMicros?: string | null;
1193
1250
  }
@@ -1205,7 +1262,7 @@ export declare namespace searchads360_v0 {
1205
1262
  */
1206
1263
  export interface Schema$GoogleAdsSearchads360V0Common__TextLabel {
1207
1264
  /**
1208
- * 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.
1265
+ * Background color of the label in HEX 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.
1209
1266
  */
1210
1267
  backgroundColor?: string | null;
1211
1268
  /**
@@ -1545,7 +1602,7 @@ export declare namespace searchads360_v0 {
1545
1602
  retryDelay?: string | null;
1546
1603
  }
1547
1604
  /**
1548
- * SearchAds360-specific error.
1605
+ * Search Ads 360-specific error.
1549
1606
  */
1550
1607
  export interface Schema$GoogleAdsSearchads360V0Errors__SearchAds360Error {
1551
1608
  /**
@@ -1735,7 +1792,7 @@ export declare namespace searchads360_v0 {
1735
1792
  */
1736
1793
  export interface Schema$GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization {
1737
1794
  /**
1738
- * The selected set of conversion actions for optimizing this campaign.
1795
+ * The selected set of resource names for conversion actions for optimizing this campaign.
1739
1796
  */
1740
1797
  conversionActions?: string[] | null;
1741
1798
  }
@@ -2030,6 +2087,10 @@ export declare namespace searchads360_v0 {
2030
2087
  * 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.
2031
2088
  */
2032
2089
  creationTime?: string | null;
2090
+ /**
2091
+ * Output only. The resource names of effective labels attached to this ad group. An effective label is a label inherited or directly assigned to this ad group.
2092
+ */
2093
+ effectiveLabels?: string[] | null;
2033
2094
  /**
2034
2095
  * 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
2035
2096
  */
@@ -2096,7 +2157,11 @@ export declare namespace searchads360_v0 {
2096
2157
  */
2097
2158
  creationTime?: string | null;
2098
2159
  /**
2099
- * 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.
2160
+ * Output only. The resource names of effective labels attached to this ad. An effective label is a label inherited or directly assigned to this ad.
2161
+ */
2162
+ effectiveLabels?: string[] | null;
2163
+ /**
2164
+ * Output only. ID of the ad in the external engine account. This field is for Search Ads 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc. For non-Search Ads 360 entity, use "ad_group_ad.ad.id" instead.
2100
2165
  */
2101
2166
  engineId?: string | null;
2102
2167
  /**
@@ -2120,6 +2185,27 @@ export declare namespace searchads360_v0 {
2120
2185
  */
2121
2186
  status?: string | null;
2122
2187
  }
2188
+ /**
2189
+ * A relationship between an ad group ad and an effective label. An effective label is a label inherited or directly assigned to this ad group ad.
2190
+ */
2191
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel {
2192
+ /**
2193
+ * Immutable. The ad group ad to which the effective label is attached.
2194
+ */
2195
+ adGroupAd?: string | null;
2196
+ /**
2197
+ * Immutable. The effective label assigned to the ad group ad.
2198
+ */
2199
+ label?: string | null;
2200
+ /**
2201
+ * Output only. The ID of the Customer which owns the effective label.
2202
+ */
2203
+ ownerCustomerId?: string | null;
2204
+ /**
2205
+ * Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names have the form: `customers/{customer_id\}/adGroupAdEffectiveLabels/{ad_group_id\}~{ad_id\}~{label_id\}`
2206
+ */
2207
+ resourceName?: string | null;
2208
+ }
2123
2209
  /**
2124
2210
  * A relationship between an ad group ad and a label.
2125
2211
  */
@@ -2132,6 +2218,10 @@ export declare namespace searchads360_v0 {
2132
2218
  * Immutable. The label assigned to the ad group ad.
2133
2219
  */
2134
2220
  label?: string | null;
2221
+ /**
2222
+ * Output only. The ID of the Customer which owns the label.
2223
+ */
2224
+ ownerCustomerId?: string | null;
2135
2225
  /**
2136
2226
  * 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\}`
2137
2227
  */
@@ -2237,6 +2327,10 @@ export declare namespace searchads360_v0 {
2237
2327
  * Output only. The effective CPC (cost-per-click) bid.
2238
2328
  */
2239
2329
  effectiveCpcBidMicros?: string | null;
2330
+ /**
2331
+ * Output only. The resource names of effective labels attached to this ad group criterion. An effective label is a label inherited or directly assigned to this ad group criterion.
2332
+ */
2333
+ effectiveLabels?: string[] | null;
2240
2334
  /**
2241
2335
  * 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.
2242
2336
  */
@@ -2314,6 +2408,27 @@ export declare namespace searchads360_v0 {
2314
2408
  */
2315
2409
  webpage?: Schema$GoogleAdsSearchads360V0Common__WebpageInfo;
2316
2410
  }
2411
+ /**
2412
+ * A relationship between an ad group criterion and an effective label. An effective label is a label inherited or directly assigned to this ad group criterion.
2413
+ */
2414
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel {
2415
+ /**
2416
+ * Immutable. The ad group criterion to which the effective label is attached.
2417
+ */
2418
+ adGroupCriterion?: string | null;
2419
+ /**
2420
+ * Immutable. The effective label assigned to the ad group criterion.
2421
+ */
2422
+ label?: string | null;
2423
+ /**
2424
+ * Output only. The ID of the Customer which owns the effective label.
2425
+ */
2426
+ ownerCustomerId?: string | null;
2427
+ /**
2428
+ * Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label resource names have the form: `customers/{customer_id\}/adGroupCriterionEffectiveLabels/{ad_group_id\}~{criterion_id\}~{label_id\}`
2429
+ */
2430
+ resourceName?: string | null;
2431
+ }
2317
2432
  /**
2318
2433
  * A relationship between an ad group criterion and a label.
2319
2434
  */
@@ -2326,11 +2441,36 @@ export declare namespace searchads360_v0 {
2326
2441
  * Immutable. The label assigned to the ad group criterion.
2327
2442
  */
2328
2443
  label?: string | null;
2444
+ /**
2445
+ * Output only. The ID of the Customer which owns the label.
2446
+ */
2447
+ ownerCustomerId?: string | null;
2329
2448
  /**
2330
2449
  * 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\}`
2331
2450
  */
2332
2451
  resourceName?: string | null;
2333
2452
  }
2453
+ /**
2454
+ * A relationship between an ad group and an effective label. An effective label is a label inherited or directly assigned to this ad group.
2455
+ */
2456
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupEffectiveLabel {
2457
+ /**
2458
+ * Immutable. The ad group to which the effective label is attached.
2459
+ */
2460
+ adGroup?: string | null;
2461
+ /**
2462
+ * Immutable. The effective label assigned to the ad group.
2463
+ */
2464
+ label?: string | null;
2465
+ /**
2466
+ * Output only. The ID of the Customer which owns the effective label.
2467
+ */
2468
+ ownerCustomerId?: string | null;
2469
+ /**
2470
+ * Immutable. The resource name of the ad group effective label. Ad group effective label resource names have the form: `customers/{customer_id\}/adGroupEffectiveLabels/{ad_group_id\}~{label_id\}`
2471
+ */
2472
+ resourceName?: string | null;
2473
+ }
2334
2474
  /**
2335
2475
  * A relationship between an ad group and a label.
2336
2476
  */
@@ -2343,6 +2483,10 @@ export declare namespace searchads360_v0 {
2343
2483
  * Immutable. The label assigned to the ad group.
2344
2484
  */
2345
2485
  label?: string | null;
2486
+ /**
2487
+ * Output only. The ID of the Customer which owns the label.
2488
+ */
2489
+ ownerCustomerId?: string | null;
2346
2490
  /**
2347
2491
  * 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\}`
2348
2492
  */
@@ -2737,7 +2881,7 @@ export declare namespace searchads360_v0 {
2737
2881
  */
2738
2882
  advertisingChannelType?: string | null;
2739
2883
  /**
2740
- * Portfolio bidding strategy used by campaign.
2884
+ * The resource name of the portfolio bidding strategy used by the campaign.
2741
2885
  */
2742
2886
  biddingStrategy?: string | null;
2743
2887
  /**
@@ -2749,7 +2893,7 @@ export declare namespace searchads360_v0 {
2749
2893
  */
2750
2894
  biddingStrategyType?: string | null;
2751
2895
  /**
2752
- * The budget of the campaign.
2896
+ * The resource name of the campaign budget of the campaign.
2753
2897
  */
2754
2898
  campaignBudget?: string | null;
2755
2899
  /**
@@ -2764,6 +2908,10 @@ export declare namespace searchads360_v0 {
2764
2908
  * The setting for controlling Dynamic Search Ads (DSA).
2765
2909
  */
2766
2910
  dynamicSearchAdsSetting?: Schema$GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting;
2911
+ /**
2912
+ * Output only. The resource names of effective labels attached to this campaign. An effective label is a label inherited or directly assigned to this campaign.
2913
+ */
2914
+ effectiveLabels?: string[] | null;
2767
2915
  /**
2768
2916
  * The last day of the campaign in serving customer's timezone in YYYY-MM-DD format. On create, defaults to 2037-12-30, which means the campaign will run indefinitely. To set an existing campaign to run indefinitely, set this field to 2037-12-30.
2769
2917
  */
@@ -3046,6 +3194,27 @@ export declare namespace searchads360_v0 {
3046
3194
  */
3047
3195
  webpage?: Schema$GoogleAdsSearchads360V0Common__WebpageInfo;
3048
3196
  }
3197
+ /**
3198
+ * Represents a relationship between a campaign and an effective label. An effective label is a label inherited or directly assigned to this campaign.
3199
+ */
3200
+ export interface Schema$GoogleAdsSearchads360V0Resources__CampaignEffectiveLabel {
3201
+ /**
3202
+ * Immutable. The campaign to which the effective label is attached.
3203
+ */
3204
+ campaign?: string | null;
3205
+ /**
3206
+ * Immutable. The effective label assigned to the campaign.
3207
+ */
3208
+ label?: string | null;
3209
+ /**
3210
+ * Output only. The ID of the Customer which owns the effective label.
3211
+ */
3212
+ ownerCustomerId?: string | null;
3213
+ /**
3214
+ * Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: `customers/{customer_id\}/campaignEffectiveLabels/{campaign_id\}~{label_id\}`
3215
+ */
3216
+ resourceName?: string | null;
3217
+ }
3049
3218
  /**
3050
3219
  * Represents a relationship between a campaign and a label.
3051
3220
  */
@@ -3058,6 +3227,10 @@ export declare namespace searchads360_v0 {
3058
3227
  * Immutable. The label assigned to the campaign.
3059
3228
  */
3060
3229
  label?: string | null;
3230
+ /**
3231
+ * Output only. The ID of the Customer which owns the label.
3232
+ */
3233
+ ownerCustomerId?: string | null;
3061
3234
  /**
3062
3235
  * Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id\}/campaignLabels/{campaign_id\}~{label_id\}`
3063
3236
  */
@@ -3137,7 +3310,7 @@ export declare namespace searchads360_v0 {
3137
3310
  */
3138
3311
  id?: string | null;
3139
3312
  /**
3140
- * Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.
3313
+ * Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360.
3141
3314
  */
3142
3315
  merchantId?: string | null;
3143
3316
  /**
@@ -3169,7 +3342,7 @@ export declare namespace searchads360_v0 {
3169
3342
  */
3170
3343
  status?: string | null;
3171
3344
  /**
3172
- * Output only. The SearchAds360 visit ID that the conversion is attributed to.
3345
+ * Output only. The Search Ads 360 visit ID that the conversion is attributed to.
3173
3346
  */
3174
3347
  visitId?: string | null;
3175
3348
  }
@@ -3352,6 +3525,10 @@ export declare namespace searchads360_v0 {
3352
3525
  * Output only. True when the custom column is referring to one or more metrics.
3353
3526
  */
3354
3527
  referencesMetrics?: boolean | null;
3528
+ /**
3529
+ * Output only. How the result value of the custom column should be interpreted.
3530
+ */
3531
+ renderType?: string | null;
3355
3532
  /**
3356
3533
  * Immutable. The resource name of the custom column. Custom column resource names have the form: `customers/{customer_id\}/customColumns/{custom_column_id\}`
3357
3534
  */
@@ -3541,6 +3718,10 @@ export declare namespace searchads360_v0 {
3541
3718
  * Immutable. Name of the resource. CustomerManagerLink resource names have the form: `customers/{customer_id\}/customerManagerLinks/{manager_customer_id\}~{manager_link_id\}`
3542
3719
  */
3543
3720
  resourceName?: string | null;
3721
+ /**
3722
+ * Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
3723
+ */
3724
+ startTime?: string | null;
3544
3725
  /**
3545
3726
  * Status of the link between the customer and the manager.
3546
3727
  */
@@ -3869,6 +4050,23 @@ export declare namespace searchads360_v0 {
3869
4050
  */
3870
4051
  type?: string | null;
3871
4052
  }
4053
+ /**
4054
+ * A user location view. User Location View includes all metrics aggregated at the country level, one row per country. It reports metrics at the actual physical location of the user by targeted or not targeted location. If other segment fields are used, you may get more than one row per country.
4055
+ */
4056
+ export interface Schema$GoogleAdsSearchads360V0Resources__UserLocationView {
4057
+ /**
4058
+ * Output only. Criterion Id for the country.
4059
+ */
4060
+ countryCriterionId?: string | null;
4061
+ /**
4062
+ * Output only. The resource name of the user location view. UserLocation view resource names have the form: `customers/{customer_id\}/userLocationViews/{country_criterion_id\}~{targeting_location\}`
4063
+ */
4064
+ resourceName?: string | null;
4065
+ /**
4066
+ * Output only. Indicates whether location was targeted or not.
4067
+ */
4068
+ targetingLocation?: boolean | null;
4069
+ }
3872
4070
  /**
3873
4071
  * A visit.
3874
4072
  */
@@ -4042,6 +4240,10 @@ export declare namespace searchads360_v0 {
4042
4240
  * The ad referenced in the query.
4043
4241
  */
4044
4242
  adGroupAd?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAd;
4243
+ /**
4244
+ * The ad group ad effective label referenced in the query.
4245
+ */
4246
+ adGroupAdEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel;
4045
4247
  /**
4046
4248
  * The ad group ad label referenced in the query.
4047
4249
  */
@@ -4066,10 +4268,18 @@ export declare namespace searchads360_v0 {
4066
4268
  * The criterion referenced in the query.
4067
4269
  */
4068
4270
  adGroupCriterion?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterion;
4271
+ /**
4272
+ * The ad group criterion effective label referenced in the query.
4273
+ */
4274
+ adGroupCriterionEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel;
4069
4275
  /**
4070
4276
  * The ad group criterion label referenced in the query.
4071
4277
  */
4072
4278
  adGroupCriterionLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel;
4279
+ /**
4280
+ * The ad group effective label referenced in the query.
4281
+ */
4282
+ adGroupEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupEffectiveLabel;
4073
4283
  /**
4074
4284
  * The ad group label referenced in the query.
4075
4285
  */
@@ -4142,6 +4352,10 @@ export declare namespace searchads360_v0 {
4142
4352
  * The campaign criterion referenced in the query.
4143
4353
  */
4144
4354
  campaignCriterion?: Schema$GoogleAdsSearchads360V0Resources__CampaignCriterion;
4355
+ /**
4356
+ * The campaign effective label referenced in the query.
4357
+ */
4358
+ campaignEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__CampaignEffectiveLabel;
4145
4359
  /**
4146
4360
  * The campaign label referenced in the query.
4147
4361
  */
@@ -4238,6 +4452,10 @@ export declare namespace searchads360_v0 {
4238
4452
  * The user list referenced in the query.
4239
4453
  */
4240
4454
  userList?: Schema$GoogleAdsSearchads360V0Resources__UserList;
4455
+ /**
4456
+ * The user location view referenced in the query.
4457
+ */
4458
+ userLocationView?: Schema$GoogleAdsSearchads360V0Resources__UserLocationView;
4241
4459
  /**
4242
4460
  * The event level visit referenced in the query.
4243
4461
  */
package/build/v0.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"v0.js","sourceRoot":"","sources":["../v0.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,uDAAuD;AACvD,sDAAsD;AACtD,0DAA0D;AAC1D,oDAAoD;AACpD,4CAA4C;AAE5C,yDAe2B;AAG3B,IAAiB,eAAe,CAk6J/B;AAl6JD,WAAiB,eAAe;IAgE9B;;;;;;;;;;OAUG;IACH,MAAa,YAAY;QAKvB,YAAY,OAAsB,EAAE,MAA2B;YAC7D,IAAI,CAAC,OAAO,GAAG;gBACb,QAAQ,EAAE,OAAO,IAAI,EAAE;gBACvB,MAAM;aACP,CAAC;YAEF,IAAI,CAAC,SAAS,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACtD,IAAI,CAAC,kBAAkB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1E,CAAC;KACF;IAdY,4BAAY,eAcxB,CAAA;IAwrID,MAAa,kBAAkB;QAI7B,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;YACvB,IAAI,CAAC,aAAa,GAAG,IAAI,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACxE,IAAI,CAAC,YAAY,GAAG,IAAI,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,CAAC;QAqCD,uBAAuB,CACrB,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAsD,CAAC;YAC3D,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAuD,CAAC;gBACjE,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,uCAAuC,CAAC,CAAC,OAAO,CAC9D,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;oBACb,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,EAAE;gBAClB,UAAU,EAAE,EAAE;gBACd,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;KACF;IA1GY,kCAAkB,qBA0G9B,CAAA;IAKD,MAAa,gCAAgC;QAE3C,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAqCD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAgD,CAAC;YACrD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAiD,CAAC;gBAC3D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,qBAAqB,CAAC,CAAC,OAAO,CAC5C,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;oBACb,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,cAAc,CAAC;gBAChC,UAAU,EAAE,CAAC,cAAc,CAAC;gBAC5B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QAqCD,IAAI,CACF,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAiD,CAAC;YACtD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAkD,CAAC;gBAC5D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,2CAA2C,CACtD,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,KAAK;oBACb,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,YAAY,CAAC;gBAC9B,UAAU,EAAE,CAAC,YAAY,CAAC;gBAC1B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;KACF;IAtMY,gDAAgC,mCAsM5C,CAAA;IAiBD,MAAa,+BAA+B;QAE1C,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAqCD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAkD,CAAC;YACvD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAmD,CAAC;gBAC7D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CACH,OAAO,GAAG,iDAAiD,CAC5D,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/B,MAAM,EAAE,MAAM;oBACd,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,YAAY,CAAC;gBAC9B,UAAU,EAAE,CAAC,YAAY,CAAC;gBAC1B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;KACF;IArGY,+CAA+B,kCAqG3C,CAAA;IAeD,MAAa,2BAA2B;QAEtC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAqCD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA2C,CAAC;YAChD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA4C,CAAC;gBACtD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,qBAAqB,CAAC,CAAC,OAAO,CAC5C,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;oBACb,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,cAAc,CAAC;gBAChC,UAAU,EAAE,CAAC,cAAc,CAAC;gBAC5B,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;QAqCD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,sCAAsC,CAAC;YAC1E,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,+BAA+B,CAAC,CAAC,OAAO,CACtD,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,MAAM;oBACd,UAAU,EAAE,EAAE;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,EAAE;gBAClB,UAAU,EAAE,EAAE;gBACd,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,IAAA,oCAAgB,EACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,IAAA,oCAAgB,EACrB,UAAU,CACX,CAAC;aACH;QACH,CAAC;KACF;IAvMY,2CAA2B,8BAuMvC,CAAA;AAgBH,CAAC,EAl6JgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAk6J/B"}
1
+ {"version":3,"file":"v0.js","sourceRoot":"","sources":["../v0.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/searchads360",
3
- "version": "6.0.0",
3
+ "version": "6.3.0",
4
4
  "description": "searchads360",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v0.ts CHANGED
@@ -151,6 +151,15 @@ export namespace searchads360_v0 {
151
151
  */
152
152
  startMinute?: string | null;
153
153
  }
154
+ /**
155
+ * A text asset used inside an ad.
156
+ */
157
+ export interface Schema$GoogleAdsSearchads360V0Common__AdTextAsset {
158
+ /**
159
+ * Asset text.
160
+ */
161
+ text?: string | null;
162
+ }
154
163
  /**
155
164
  * An age range criterion.
156
165
  */
@@ -495,6 +504,10 @@ export namespace searchads360_v0 {
495
504
  * Average cost-per-thousand impressions (CPM). This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
496
505
  */
497
506
  averageCpm?: number | null;
507
+ /**
508
+ * The average quality score.
509
+ */
510
+ averageQualityScore?: number | null;
498
511
  /**
499
512
  * The number of clicks.
500
513
  */
@@ -607,10 +620,18 @@ export namespace searchads360_v0 {
607
620
  * Conversions from when a customer clicks on an ad on one device, then converts on a different device or browser. Cross-device conversions are already included in all_conversions.
608
621
  */
609
622
  crossDeviceConversions?: number | null;
623
+ /**
624
+ * The number of cross-device conversions by conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.
625
+ */
626
+ crossDeviceConversionsByConversionDate?: number | null;
610
627
  /**
611
628
  * The sum of the value of cross-device conversions.
612
629
  */
613
630
  crossDeviceConversionsValue?: number | null;
631
+ /**
632
+ * The sum of cross-device conversions value by conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.
633
+ */
634
+ crossDeviceConversionsValueByConversionDate?: number | null;
614
635
  /**
615
636
  * Cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
616
637
  */
@@ -631,6 +652,14 @@ export namespace searchads360_v0 {
631
652
  * The number of clicks your ad receives (Clicks) divided by the number of times your ad is shown (Impressions).
632
653
  */
633
654
  ctr?: number | null;
655
+ /**
656
+ * The percentage of clicks that have been filtered out of your total number of clicks (filtered + non-filtered clicks) due to being general invalid clicks. These are clicks Google considers illegitimate that are detected through routine means of filtration (that is, known invalid data-center traffic, bots and spiders or other crawlers, irregular patterns, etc). You're not charged for them, and they don't affect your account statistics. See the help page at https://support.google.com/campaignmanager/answer/6076504 for details.
657
+ */
658
+ generalInvalidClickRate?: number | null;
659
+ /**
660
+ * Number of general invalid clicks. These are a subset of your invalid clicks that are detected through routine means of filtration (such as known invalid data-center traffic, bots and spiders or other crawlers, irregular patterns, etc.). You're not charged for them, and they don't affect your account statistics. See the help page at https://support.google.com/campaignmanager/answer/6076504 for details.
661
+ */
662
+ generalInvalidClicks?: string | null;
634
663
  /**
635
664
  * The creative historical quality score.
636
665
  */
@@ -865,6 +894,14 @@ export namespace searchads360_v0 {
865
894
  * The tracking id of the ad.
866
895
  */
867
896
  adTrackingId?: string | null;
897
+ /**
898
+ * List of text assets for descriptions. When the ad serves the descriptions will be selected from this list.
899
+ */
900
+ descriptions?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
901
+ /**
902
+ * List of text assets for headlines. When the ad serves the headlines will be selected from this list.
903
+ */
904
+ headlines?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
868
905
  /**
869
906
  * Text appended to the auto-generated visible URL with a delimiter.
870
907
  */
@@ -943,6 +980,26 @@ export namespace searchads360_v0 {
943
980
  * Device to which metrics apply.
944
981
  */
945
982
  device?: string | null;
983
+ /**
984
+ * Resource name of the geo target constant that represents a city.
985
+ */
986
+ geoTargetCity?: string | null;
987
+ /**
988
+ * Resource name of the geo target constant that represents a country.
989
+ */
990
+ geoTargetCountry?: string | null;
991
+ /**
992
+ * Resource name of the geo target constant that represents a metro.
993
+ */
994
+ geoTargetMetro?: string | null;
995
+ /**
996
+ * Resource name of the geo target constant that represents a region.
997
+ */
998
+ geoTargetRegion?: string | null;
999
+ /**
1000
+ * Hour of day as a number between 0 and 23, inclusive.
1001
+ */
1002
+ hour?: number | null;
946
1003
  /**
947
1004
  * Keyword criterion.
948
1005
  */
@@ -1235,7 +1292,7 @@ export namespace searchads360_v0 {
1235
1292
  */
1236
1293
  cpcBidCeilingMicros?: string | null;
1237
1294
  /**
1238
- * The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
1295
+ * Deprecated: The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
1239
1296
  */
1240
1297
  targetSpendMicros?: string | null;
1241
1298
  }
@@ -1253,7 +1310,7 @@ export namespace searchads360_v0 {
1253
1310
  */
1254
1311
  export interface Schema$GoogleAdsSearchads360V0Common__TextLabel {
1255
1312
  /**
1256
- * 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.
1313
+ * Background color of the label in HEX 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.
1257
1314
  */
1258
1315
  backgroundColor?: string | null;
1259
1316
  /**
@@ -1593,7 +1650,7 @@ export namespace searchads360_v0 {
1593
1650
  retryDelay?: string | null;
1594
1651
  }
1595
1652
  /**
1596
- * SearchAds360-specific error.
1653
+ * Search Ads 360-specific error.
1597
1654
  */
1598
1655
  export interface Schema$GoogleAdsSearchads360V0Errors__SearchAds360Error {
1599
1656
  /**
@@ -1783,7 +1840,7 @@ export namespace searchads360_v0 {
1783
1840
  */
1784
1841
  export interface Schema$GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization {
1785
1842
  /**
1786
- * The selected set of conversion actions for optimizing this campaign.
1843
+ * The selected set of resource names for conversion actions for optimizing this campaign.
1787
1844
  */
1788
1845
  conversionActions?: string[] | null;
1789
1846
  }
@@ -2078,6 +2135,10 @@ export namespace searchads360_v0 {
2078
2135
  * 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.
2079
2136
  */
2080
2137
  creationTime?: string | null;
2138
+ /**
2139
+ * Output only. The resource names of effective labels attached to this ad group. An effective label is a label inherited or directly assigned to this ad group.
2140
+ */
2141
+ effectiveLabels?: string[] | null;
2081
2142
  /**
2082
2143
  * 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
2083
2144
  */
@@ -2144,7 +2205,11 @@ export namespace searchads360_v0 {
2144
2205
  */
2145
2206
  creationTime?: string | null;
2146
2207
  /**
2147
- * 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.
2208
+ * Output only. The resource names of effective labels attached to this ad. An effective label is a label inherited or directly assigned to this ad.
2209
+ */
2210
+ effectiveLabels?: string[] | null;
2211
+ /**
2212
+ * Output only. ID of the ad in the external engine account. This field is for Search Ads 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc. For non-Search Ads 360 entity, use "ad_group_ad.ad.id" instead.
2148
2213
  */
2149
2214
  engineId?: string | null;
2150
2215
  /**
@@ -2168,6 +2233,27 @@ export namespace searchads360_v0 {
2168
2233
  */
2169
2234
  status?: string | null;
2170
2235
  }
2236
+ /**
2237
+ * A relationship between an ad group ad and an effective label. An effective label is a label inherited or directly assigned to this ad group ad.
2238
+ */
2239
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel {
2240
+ /**
2241
+ * Immutable. The ad group ad to which the effective label is attached.
2242
+ */
2243
+ adGroupAd?: string | null;
2244
+ /**
2245
+ * Immutable. The effective label assigned to the ad group ad.
2246
+ */
2247
+ label?: string | null;
2248
+ /**
2249
+ * Output only. The ID of the Customer which owns the effective label.
2250
+ */
2251
+ ownerCustomerId?: string | null;
2252
+ /**
2253
+ * Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names have the form: `customers/{customer_id\}/adGroupAdEffectiveLabels/{ad_group_id\}~{ad_id\}~{label_id\}`
2254
+ */
2255
+ resourceName?: string | null;
2256
+ }
2171
2257
  /**
2172
2258
  * A relationship between an ad group ad and a label.
2173
2259
  */
@@ -2180,6 +2266,10 @@ export namespace searchads360_v0 {
2180
2266
  * Immutable. The label assigned to the ad group ad.
2181
2267
  */
2182
2268
  label?: string | null;
2269
+ /**
2270
+ * Output only. The ID of the Customer which owns the label.
2271
+ */
2272
+ ownerCustomerId?: string | null;
2183
2273
  /**
2184
2274
  * 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\}`
2185
2275
  */
@@ -2285,6 +2375,10 @@ export namespace searchads360_v0 {
2285
2375
  * Output only. The effective CPC (cost-per-click) bid.
2286
2376
  */
2287
2377
  effectiveCpcBidMicros?: string | null;
2378
+ /**
2379
+ * Output only. The resource names of effective labels attached to this ad group criterion. An effective label is a label inherited or directly assigned to this ad group criterion.
2380
+ */
2381
+ effectiveLabels?: string[] | null;
2288
2382
  /**
2289
2383
  * 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.
2290
2384
  */
@@ -2362,6 +2456,27 @@ export namespace searchads360_v0 {
2362
2456
  */
2363
2457
  webpage?: Schema$GoogleAdsSearchads360V0Common__WebpageInfo;
2364
2458
  }
2459
+ /**
2460
+ * A relationship between an ad group criterion and an effective label. An effective label is a label inherited or directly assigned to this ad group criterion.
2461
+ */
2462
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel {
2463
+ /**
2464
+ * Immutable. The ad group criterion to which the effective label is attached.
2465
+ */
2466
+ adGroupCriterion?: string | null;
2467
+ /**
2468
+ * Immutable. The effective label assigned to the ad group criterion.
2469
+ */
2470
+ label?: string | null;
2471
+ /**
2472
+ * Output only. The ID of the Customer which owns the effective label.
2473
+ */
2474
+ ownerCustomerId?: string | null;
2475
+ /**
2476
+ * Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label resource names have the form: `customers/{customer_id\}/adGroupCriterionEffectiveLabels/{ad_group_id\}~{criterion_id\}~{label_id\}`
2477
+ */
2478
+ resourceName?: string | null;
2479
+ }
2365
2480
  /**
2366
2481
  * A relationship between an ad group criterion and a label.
2367
2482
  */
@@ -2374,11 +2489,36 @@ export namespace searchads360_v0 {
2374
2489
  * Immutable. The label assigned to the ad group criterion.
2375
2490
  */
2376
2491
  label?: string | null;
2492
+ /**
2493
+ * Output only. The ID of the Customer which owns the label.
2494
+ */
2495
+ ownerCustomerId?: string | null;
2377
2496
  /**
2378
2497
  * 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\}`
2379
2498
  */
2380
2499
  resourceName?: string | null;
2381
2500
  }
2501
+ /**
2502
+ * A relationship between an ad group and an effective label. An effective label is a label inherited or directly assigned to this ad group.
2503
+ */
2504
+ export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupEffectiveLabel {
2505
+ /**
2506
+ * Immutable. The ad group to which the effective label is attached.
2507
+ */
2508
+ adGroup?: string | null;
2509
+ /**
2510
+ * Immutable. The effective label assigned to the ad group.
2511
+ */
2512
+ label?: string | null;
2513
+ /**
2514
+ * Output only. The ID of the Customer which owns the effective label.
2515
+ */
2516
+ ownerCustomerId?: string | null;
2517
+ /**
2518
+ * Immutable. The resource name of the ad group effective label. Ad group effective label resource names have the form: `customers/{customer_id\}/adGroupEffectiveLabels/{ad_group_id\}~{label_id\}`
2519
+ */
2520
+ resourceName?: string | null;
2521
+ }
2382
2522
  /**
2383
2523
  * A relationship between an ad group and a label.
2384
2524
  */
@@ -2391,6 +2531,10 @@ export namespace searchads360_v0 {
2391
2531
  * Immutable. The label assigned to the ad group.
2392
2532
  */
2393
2533
  label?: string | null;
2534
+ /**
2535
+ * Output only. The ID of the Customer which owns the label.
2536
+ */
2537
+ ownerCustomerId?: string | null;
2394
2538
  /**
2395
2539
  * 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\}`
2396
2540
  */
@@ -2785,7 +2929,7 @@ export namespace searchads360_v0 {
2785
2929
  */
2786
2930
  advertisingChannelType?: string | null;
2787
2931
  /**
2788
- * Portfolio bidding strategy used by campaign.
2932
+ * The resource name of the portfolio bidding strategy used by the campaign.
2789
2933
  */
2790
2934
  biddingStrategy?: string | null;
2791
2935
  /**
@@ -2797,7 +2941,7 @@ export namespace searchads360_v0 {
2797
2941
  */
2798
2942
  biddingStrategyType?: string | null;
2799
2943
  /**
2800
- * The budget of the campaign.
2944
+ * The resource name of the campaign budget of the campaign.
2801
2945
  */
2802
2946
  campaignBudget?: string | null;
2803
2947
  /**
@@ -2812,6 +2956,10 @@ export namespace searchads360_v0 {
2812
2956
  * The setting for controlling Dynamic Search Ads (DSA).
2813
2957
  */
2814
2958
  dynamicSearchAdsSetting?: Schema$GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting;
2959
+ /**
2960
+ * Output only. The resource names of effective labels attached to this campaign. An effective label is a label inherited or directly assigned to this campaign.
2961
+ */
2962
+ effectiveLabels?: string[] | null;
2815
2963
  /**
2816
2964
  * The last day of the campaign in serving customer's timezone in YYYY-MM-DD format. On create, defaults to 2037-12-30, which means the campaign will run indefinitely. To set an existing campaign to run indefinitely, set this field to 2037-12-30.
2817
2965
  */
@@ -3094,6 +3242,27 @@ export namespace searchads360_v0 {
3094
3242
  */
3095
3243
  webpage?: Schema$GoogleAdsSearchads360V0Common__WebpageInfo;
3096
3244
  }
3245
+ /**
3246
+ * Represents a relationship between a campaign and an effective label. An effective label is a label inherited or directly assigned to this campaign.
3247
+ */
3248
+ export interface Schema$GoogleAdsSearchads360V0Resources__CampaignEffectiveLabel {
3249
+ /**
3250
+ * Immutable. The campaign to which the effective label is attached.
3251
+ */
3252
+ campaign?: string | null;
3253
+ /**
3254
+ * Immutable. The effective label assigned to the campaign.
3255
+ */
3256
+ label?: string | null;
3257
+ /**
3258
+ * Output only. The ID of the Customer which owns the effective label.
3259
+ */
3260
+ ownerCustomerId?: string | null;
3261
+ /**
3262
+ * Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: `customers/{customer_id\}/campaignEffectiveLabels/{campaign_id\}~{label_id\}`
3263
+ */
3264
+ resourceName?: string | null;
3265
+ }
3097
3266
  /**
3098
3267
  * Represents a relationship between a campaign and a label.
3099
3268
  */
@@ -3106,6 +3275,10 @@ export namespace searchads360_v0 {
3106
3275
  * Immutable. The label assigned to the campaign.
3107
3276
  */
3108
3277
  label?: string | null;
3278
+ /**
3279
+ * Output only. The ID of the Customer which owns the label.
3280
+ */
3281
+ ownerCustomerId?: string | null;
3109
3282
  /**
3110
3283
  * Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id\}/campaignLabels/{campaign_id\}~{label_id\}`
3111
3284
  */
@@ -3185,7 +3358,7 @@ export namespace searchads360_v0 {
3185
3358
  */
3186
3359
  id?: string | null;
3187
3360
  /**
3188
- * Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.
3361
+ * Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360.
3189
3362
  */
3190
3363
  merchantId?: string | null;
3191
3364
  /**
@@ -3217,7 +3390,7 @@ export namespace searchads360_v0 {
3217
3390
  */
3218
3391
  status?: string | null;
3219
3392
  /**
3220
- * Output only. The SearchAds360 visit ID that the conversion is attributed to.
3393
+ * Output only. The Search Ads 360 visit ID that the conversion is attributed to.
3221
3394
  */
3222
3395
  visitId?: string | null;
3223
3396
  }
@@ -3400,6 +3573,10 @@ export namespace searchads360_v0 {
3400
3573
  * Output only. True when the custom column is referring to one or more metrics.
3401
3574
  */
3402
3575
  referencesMetrics?: boolean | null;
3576
+ /**
3577
+ * Output only. How the result value of the custom column should be interpreted.
3578
+ */
3579
+ renderType?: string | null;
3403
3580
  /**
3404
3581
  * Immutable. The resource name of the custom column. Custom column resource names have the form: `customers/{customer_id\}/customColumns/{custom_column_id\}`
3405
3582
  */
@@ -3589,6 +3766,10 @@ export namespace searchads360_v0 {
3589
3766
  * Immutable. Name of the resource. CustomerManagerLink resource names have the form: `customers/{customer_id\}/customerManagerLinks/{manager_customer_id\}~{manager_link_id\}`
3590
3767
  */
3591
3768
  resourceName?: string | null;
3769
+ /**
3770
+ * Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
3771
+ */
3772
+ startTime?: string | null;
3592
3773
  /**
3593
3774
  * Status of the link between the customer and the manager.
3594
3775
  */
@@ -3917,6 +4098,23 @@ export namespace searchads360_v0 {
3917
4098
  */
3918
4099
  type?: string | null;
3919
4100
  }
4101
+ /**
4102
+ * A user location view. User Location View includes all metrics aggregated at the country level, one row per country. It reports metrics at the actual physical location of the user by targeted or not targeted location. If other segment fields are used, you may get more than one row per country.
4103
+ */
4104
+ export interface Schema$GoogleAdsSearchads360V0Resources__UserLocationView {
4105
+ /**
4106
+ * Output only. Criterion Id for the country.
4107
+ */
4108
+ countryCriterionId?: string | null;
4109
+ /**
4110
+ * Output only. The resource name of the user location view. UserLocation view resource names have the form: `customers/{customer_id\}/userLocationViews/{country_criterion_id\}~{targeting_location\}`
4111
+ */
4112
+ resourceName?: string | null;
4113
+ /**
4114
+ * Output only. Indicates whether location was targeted or not.
4115
+ */
4116
+ targetingLocation?: boolean | null;
4117
+ }
3920
4118
  /**
3921
4119
  * A visit.
3922
4120
  */
@@ -4090,6 +4288,10 @@ export namespace searchads360_v0 {
4090
4288
  * The ad referenced in the query.
4091
4289
  */
4092
4290
  adGroupAd?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAd;
4291
+ /**
4292
+ * The ad group ad effective label referenced in the query.
4293
+ */
4294
+ adGroupAdEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel;
4093
4295
  /**
4094
4296
  * The ad group ad label referenced in the query.
4095
4297
  */
@@ -4114,10 +4316,18 @@ export namespace searchads360_v0 {
4114
4316
  * The criterion referenced in the query.
4115
4317
  */
4116
4318
  adGroupCriterion?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterion;
4319
+ /**
4320
+ * The ad group criterion effective label referenced in the query.
4321
+ */
4322
+ adGroupCriterionEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel;
4117
4323
  /**
4118
4324
  * The ad group criterion label referenced in the query.
4119
4325
  */
4120
4326
  adGroupCriterionLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel;
4327
+ /**
4328
+ * The ad group effective label referenced in the query.
4329
+ */
4330
+ adGroupEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupEffectiveLabel;
4121
4331
  /**
4122
4332
  * The ad group label referenced in the query.
4123
4333
  */
@@ -4190,6 +4400,10 @@ export namespace searchads360_v0 {
4190
4400
  * The campaign criterion referenced in the query.
4191
4401
  */
4192
4402
  campaignCriterion?: Schema$GoogleAdsSearchads360V0Resources__CampaignCriterion;
4403
+ /**
4404
+ * The campaign effective label referenced in the query.
4405
+ */
4406
+ campaignEffectiveLabel?: Schema$GoogleAdsSearchads360V0Resources__CampaignEffectiveLabel;
4193
4407
  /**
4194
4408
  * The campaign label referenced in the query.
4195
4409
  */
@@ -4286,6 +4500,10 @@ export namespace searchads360_v0 {
4286
4500
  * The user list referenced in the query.
4287
4501
  */
4288
4502
  userList?: Schema$GoogleAdsSearchads360V0Resources__UserList;
4503
+ /**
4504
+ * The user location view referenced in the query.
4505
+ */
4506
+ userLocationView?: Schema$GoogleAdsSearchads360V0Resources__UserLocationView;
4289
4507
  /**
4290
4508
  * The event level visit referenced in the query.
4291
4509
  */