@googleapis/searchads360 5.0.0 → 5.1.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v5.0.0...searchads360-v5.1.0) (2024-05-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * **searchads360:** update the API ([03ca122](https://github.com/googleapis/google-api-nodejs-client/commit/03ca122fba8a0ae1bf3cb482aefefd17eeba6adf))
9
+
3
10
  ## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/searchads360-v4.0.0...searchads360-v5.0.0) (2024-04-04)
4
11
 
5
12
 
package/build/v0.d.ts CHANGED
@@ -374,7 +374,7 @@ export declare namespace searchads360_v0 {
374
374
  */
375
375
  export interface Schema$GoogleAdsSearchads360V0Common__Metrics {
376
376
  /**
377
- * The percent of your ad impressions that are shown as the very first ad above the organic search results.
377
+ * Search absolute top impression share is the percentage of your Search ad impressions that are shown in the most prominent Search position.
378
378
  */
379
379
  absoluteTopImpressionPercentage?: number | null;
380
380
  /**
@@ -650,7 +650,7 @@ export declare namespace searchads360_v0 {
650
650
  */
651
651
  searchAbsoluteTopImpressionShare?: number | null;
652
652
  /**
653
- * The number estimating how often your ad wasn't the very first ad above the organic search results due to a low budget. Note: Search budget lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
653
+ * The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to a low budget. Note: Search budget lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
654
654
  */
655
655
  searchBudgetLostAbsoluteTopImpressionShare?: number | null;
656
656
  /**
@@ -658,7 +658,7 @@ export declare namespace searchads360_v0 {
658
658
  */
659
659
  searchBudgetLostImpressionShare?: number | null;
660
660
  /**
661
- * The number estimating how often your ad didn't show anywhere above the organic search results due to a low budget. Note: Search budget lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
661
+ * The number estimating how often your ad didn't show adjacent to the top organic search results due to a low budget. Note: Search budget lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
662
662
  */
663
663
  searchBudgetLostTopImpressionShare?: number | null;
664
664
  /**
@@ -674,7 +674,7 @@ export declare namespace searchads360_v0 {
674
674
  */
675
675
  searchImpressionShare?: number | null;
676
676
  /**
677
- * The number estimating how often your ad wasn't the very first ad above the organic search results due to poor Ad Rank. Note: Search rank lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
677
+ * The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to poor Ad Rank. Note: Search rank lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
678
678
  */
679
679
  searchRankLostAbsoluteTopImpressionShare?: number | null;
680
680
  /**
@@ -682,15 +682,15 @@ export declare namespace searchads360_v0 {
682
682
  */
683
683
  searchRankLostImpressionShare?: number | null;
684
684
  /**
685
- * The number estimating how often your ad didn't show anywhere above the organic search results due to poor Ad Rank. Note: Search rank lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
685
+ * The number estimating how often your ad didn't show adjacent to the top organic search results due to poor Ad Rank. Note: Search rank lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
686
686
  */
687
687
  searchRankLostTopImpressionShare?: number | null;
688
688
  /**
689
- * The impressions you've received in the top location (anywhere above the organic search results) compared to the estimated number of impressions you were eligible to receive in the top location. Note: Search top impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.
689
+ * The impressions you've received among the top ads compared to the estimated number of impressions you were eligible to receive among the top ads. Note: Search top impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999. Top ads are generally above the top organic results, although they may show below the top organic results on certain queries.
690
690
  */
691
691
  searchTopImpressionShare?: number | null;
692
692
  /**
693
- * The percent of your ad impressions that are shown anywhere above the organic search results.
693
+ * The percent of your ad impressions that are shown adjacent to the top organic search results.
694
694
  */
695
695
  topImpressionPercentage?: number | null;
696
696
  /**
@@ -1582,6 +1582,76 @@ export declare namespace searchads360_v0 {
1582
1582
  */
1583
1583
  requestId?: string | null;
1584
1584
  }
1585
+ /**
1586
+ * An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
1587
+ */
1588
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions {
1589
+ /**
1590
+ * Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
1591
+ */
1592
+ targetCpa?: string | null;
1593
+ /**
1594
+ * Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
1595
+ */
1596
+ targetCpaMicros?: string | null;
1597
+ }
1598
+ /**
1599
+ * An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
1600
+ */
1601
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue {
1602
+ /**
1603
+ * Output only. The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.
1604
+ */
1605
+ targetRoas?: number | null;
1606
+ }
1607
+ /**
1608
+ * An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
1609
+ */
1610
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa {
1611
+ /**
1612
+ * Output only. Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
1613
+ */
1614
+ targetCpaMicros?: string | null;
1615
+ }
1616
+ /**
1617
+ * An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).
1618
+ */
1619
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare {
1620
+ /**
1621
+ * Output only. The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.
1622
+ */
1623
+ cpcBidCeilingMicros?: string | null;
1624
+ /**
1625
+ * Output only. The targeted location on the search results page.
1626
+ */
1627
+ location?: string | null;
1628
+ /**
1629
+ * The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.
1630
+ */
1631
+ locationFractionMicros?: string | null;
1632
+ }
1633
+ /**
1634
+ * An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).
1635
+ */
1636
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas {
1637
+ /**
1638
+ * Output only. The chosen revenue (based on conversion data) per unit of spend.
1639
+ */
1640
+ targetRoas?: number | null;
1641
+ }
1642
+ /**
1643
+ * An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
1644
+ */
1645
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend {
1646
+ /**
1647
+ * Output only. Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.
1648
+ */
1649
+ cpcBidCeilingMicros?: string | null;
1650
+ /**
1651
+ * Output only. 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.
1652
+ */
1653
+ targetSpendMicros?: string | null;
1654
+ }
1585
1655
  /**
1586
1656
  * Estimates for criterion bids at various positions.
1587
1657
  */
@@ -1842,6 +1912,59 @@ export declare namespace searchads360_v0 {
1842
1912
  */
1843
1913
  value?: string | null;
1844
1914
  }
1915
+ /**
1916
+ * Represents a view of BiddingStrategies owned by and shared with the customer. In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.
1917
+ */
1918
+ export interface Schema$GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy {
1919
+ /**
1920
+ * Output only. The ID of the bidding strategy.
1921
+ */
1922
+ id?: string | null;
1923
+ /**
1924
+ * Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
1925
+ */
1926
+ maximizeConversions?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions;
1927
+ /**
1928
+ * Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
1929
+ */
1930
+ maximizeConversionValue?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue;
1931
+ /**
1932
+ * Output only. The name of the bidding strategy.
1933
+ */
1934
+ name?: string | null;
1935
+ /**
1936
+ * Output only. The ID of the Customer which owns the bidding strategy.
1937
+ */
1938
+ ownerCustomerId?: string | null;
1939
+ /**
1940
+ * Output only. descriptive_name of the Customer which owns the bidding strategy.
1941
+ */
1942
+ ownerDescriptiveName?: string | null;
1943
+ /**
1944
+ * Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form: `customers/{customer_id\}/accessibleBiddingStrategies/{bidding_strategy_id\}`
1945
+ */
1946
+ resourceName?: string | null;
1947
+ /**
1948
+ * Output only. A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
1949
+ */
1950
+ targetCpa?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa;
1951
+ /**
1952
+ * Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions.
1953
+ */
1954
+ targetImpressionShare?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare;
1955
+ /**
1956
+ * Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).
1957
+ */
1958
+ targetRoas?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas;
1959
+ /**
1960
+ * Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget.
1961
+ */
1962
+ targetSpend?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend;
1963
+ /**
1964
+ * Output only. The type of the bidding strategy.
1965
+ */
1966
+ type?: string | null;
1967
+ }
1845
1968
  /**
1846
1969
  * An ad.
1847
1970
  */
@@ -2083,7 +2206,7 @@ export declare namespace searchads360_v0 {
2083
2206
  resourceName?: string | null;
2084
2207
  }
2085
2208
  /**
2086
- * An ad group criterion.
2209
+ * An ad group criterion. The ad_group_criterion report only returns criteria that were explicitly added to the ad group.
2087
2210
  */
2088
2211
  export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterion {
2089
2212
  /**
@@ -2183,7 +2306,7 @@ export declare namespace searchads360_v0 {
2183
2306
  */
2184
2307
  type?: string | null;
2185
2308
  /**
2186
- * 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.
2309
+ * Immutable. User List.
2187
2310
  */
2188
2311
  userList?: Schema$GoogleAdsSearchads360V0Common__UserListInfo;
2189
2312
  /**
@@ -2597,6 +2720,10 @@ export declare namespace searchads360_v0 {
2597
2720
  * A campaign.
2598
2721
  */
2599
2722
  export interface Schema$GoogleAdsSearchads360V0Resources__Campaign {
2723
+ /**
2724
+ * Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the unrestricted attributes of the attached portfolio bidding strategy identified by 'bidding_strategy'. Empty, if the campaign does not use a portfolio strategy. Unrestricted strategy attributes are available to all customers with whom the strategy is shared and are read from the AccessibleBiddingStrategy resource. In contrast, restricted attributes are only available to the owner customer of the strategy and their managers. Restricted attributes can only be read from the BiddingStrategy resource.
2725
+ */
2726
+ accessibleBiddingStrategy?: string | null;
2600
2727
  /**
2601
2728
  * The ad serving optimization status of the campaign.
2602
2729
  */
@@ -2911,7 +3038,7 @@ export declare namespace searchads360_v0 {
2911
3038
  */
2912
3039
  type?: string | null;
2913
3040
  /**
2914
- * 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.
3041
+ * Immutable. User List.
2915
3042
  */
2916
3043
  userList?: Schema$GoogleAdsSearchads360V0Common__UserListInfo;
2917
3044
  /**
@@ -3450,7 +3577,7 @@ export declare namespace searchads360_v0 {
3450
3577
  resourceName?: string | null;
3451
3578
  }
3452
3579
  /**
3453
- * A gender view.
3580
+ * A gender view. The gender_view resource reflects the effective serving state, rather than what criteria were added. An ad group without gender criteria by default shows to all genders, so all genders appear in gender_view with stats.
3454
3581
  */
3455
3582
  export interface Schema$GoogleAdsSearchads360V0Resources__GenderView {
3456
3583
  /**
@@ -3597,7 +3724,7 @@ export declare namespace searchads360_v0 {
3597
3724
  dimensions?: Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension[];
3598
3725
  }
3599
3726
  /**
3600
- * A location view summarizes the performance of campaigns by Location criteria.
3727
+ * A location view summarizes the performance of campaigns by a Location criterion.
3601
3728
  */
3602
3729
  export interface Schema$GoogleAdsSearchads360V0Resources__LocationView {
3603
3730
  /**
@@ -3903,6 +4030,10 @@ export declare namespace searchads360_v0 {
3903
4030
  * A returned row from the query.
3904
4031
  */
3905
4032
  export interface Schema$GoogleAdsSearchads360V0Services__SearchAds360Row {
4033
+ /**
4034
+ * The accessible bidding strategy referenced in the query.
4035
+ */
4036
+ accessibleBiddingStrategy?: Schema$GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy;
3906
4037
  /**
3907
4038
  * The ad group referenced in the query.
3908
4039
  */
@@ -4336,7 +4467,7 @@ export declare namespace searchads360_v0 {
4336
4467
  get(params: Params$Resource$Searchads360fields$Get, callback: BodyResponseCallback<Schema$GoogleAdsSearchads360V0Resources__SearchAds360Field>): void;
4337
4468
  get(callback: BodyResponseCallback<Schema$GoogleAdsSearchads360V0Resources__SearchAds360Field>): void;
4338
4469
  /**
4339
- * Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
4470
+ * Returns all fields that match the search [query](/search-ads/reporting/concepts/field-service#use_a_query_to_get_field_details). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
4340
4471
  *
4341
4472
  * @param params - Parameters for request
4342
4473
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
package/build/v0.js CHANGED
@@ -67,6 +67,7 @@ var searchads360_v0;
67
67
  options: Object.assign({
68
68
  url: (rootUrl + '/v0/customers:listAccessibleCustomers').replace(/([^:]\/)\/+/g, '$1'),
69
69
  method: 'GET',
70
+ apiVersion: '',
70
71
  }, options),
71
72
  params,
72
73
  requiredParams: [],
@@ -104,6 +105,7 @@ var searchads360_v0;
104
105
  options: Object.assign({
105
106
  url: (rootUrl + '/v0/{+resourceName}').replace(/([^:]\/)\/+/g, '$1'),
106
107
  method: 'GET',
108
+ apiVersion: '',
107
109
  }, options),
108
110
  params,
109
111
  requiredParams: ['resourceName'],
@@ -135,6 +137,7 @@ var searchads360_v0;
135
137
  options: Object.assign({
136
138
  url: (rootUrl + '/v0/customers/{+customerId}/customColumns').replace(/([^:]\/)\/+/g, '$1'),
137
139
  method: 'GET',
140
+ apiVersion: '',
138
141
  }, options),
139
142
  params,
140
143
  requiredParams: ['customerId'],
@@ -172,6 +175,7 @@ var searchads360_v0;
172
175
  options: Object.assign({
173
176
  url: (rootUrl + '/v0/customers/{+customerId}/searchAds360:search').replace(/([^:]\/)\/+/g, '$1'),
174
177
  method: 'POST',
178
+ apiVersion: '',
175
179
  }, options),
176
180
  params,
177
181
  requiredParams: ['customerId'],
@@ -209,6 +213,7 @@ var searchads360_v0;
209
213
  options: Object.assign({
210
214
  url: (rootUrl + '/v0/{+resourceName}').replace(/([^:]\/)\/+/g, '$1'),
211
215
  method: 'GET',
216
+ apiVersion: '',
212
217
  }, options),
213
218
  params,
214
219
  requiredParams: ['resourceName'],
@@ -240,6 +245,7 @@ var searchads360_v0;
240
245
  options: Object.assign({
241
246
  url: (rootUrl + '/v0/searchAds360Fields:search').replace(/([^:]\/)\/+/g, '$1'),
242
247
  method: 'POST',
248
+ apiVersion: '',
243
249
  }, options),
244
250
  params,
245
251
  requiredParams: [],
package/build/v0.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"v0.js","sourceRoot":"","sources":["../v0.ts"],"names":[],"mappings":"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"}
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": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "searchads360",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v0.ts CHANGED
@@ -424,7 +424,7 @@ export namespace searchads360_v0 {
424
424
  */
425
425
  export interface Schema$GoogleAdsSearchads360V0Common__Metrics {
426
426
  /**
427
- * The percent of your ad impressions that are shown as the very first ad above the organic search results.
427
+ * Search absolute top impression share is the percentage of your Search ad impressions that are shown in the most prominent Search position.
428
428
  */
429
429
  absoluteTopImpressionPercentage?: number | null;
430
430
  /**
@@ -700,7 +700,7 @@ export namespace searchads360_v0 {
700
700
  */
701
701
  searchAbsoluteTopImpressionShare?: number | null;
702
702
  /**
703
- * The number estimating how often your ad wasn't the very first ad above the organic search results due to a low budget. Note: Search budget lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
703
+ * The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to a low budget. Note: Search budget lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
704
704
  */
705
705
  searchBudgetLostAbsoluteTopImpressionShare?: number | null;
706
706
  /**
@@ -708,7 +708,7 @@ export namespace searchads360_v0 {
708
708
  */
709
709
  searchBudgetLostImpressionShare?: number | null;
710
710
  /**
711
- * The number estimating how often your ad didn't show anywhere above the organic search results due to a low budget. Note: Search budget lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
711
+ * The number estimating how often your ad didn't show adjacent to the top organic search results due to a low budget. Note: Search budget lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
712
712
  */
713
713
  searchBudgetLostTopImpressionShare?: number | null;
714
714
  /**
@@ -724,7 +724,7 @@ export namespace searchads360_v0 {
724
724
  */
725
725
  searchImpressionShare?: number | null;
726
726
  /**
727
- * The number estimating how often your ad wasn't the very first ad above the organic search results due to poor Ad Rank. Note: Search rank lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
727
+ * The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to poor Ad Rank. Note: Search rank lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
728
728
  */
729
729
  searchRankLostAbsoluteTopImpressionShare?: number | null;
730
730
  /**
@@ -732,15 +732,15 @@ export namespace searchads360_v0 {
732
732
  */
733
733
  searchRankLostImpressionShare?: number | null;
734
734
  /**
735
- * The number estimating how often your ad didn't show anywhere above the organic search results due to poor Ad Rank. Note: Search rank lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
735
+ * The number estimating how often your ad didn't show adjacent to the top organic search results due to poor Ad Rank. Note: Search rank lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
736
736
  */
737
737
  searchRankLostTopImpressionShare?: number | null;
738
738
  /**
739
- * The impressions you've received in the top location (anywhere above the organic search results) compared to the estimated number of impressions you were eligible to receive in the top location. Note: Search top impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.
739
+ * The impressions you've received among the top ads compared to the estimated number of impressions you were eligible to receive among the top ads. Note: Search top impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999. Top ads are generally above the top organic results, although they may show below the top organic results on certain queries.
740
740
  */
741
741
  searchTopImpressionShare?: number | null;
742
742
  /**
743
- * The percent of your ad impressions that are shown anywhere above the organic search results.
743
+ * The percent of your ad impressions that are shown adjacent to the top organic search results.
744
744
  */
745
745
  topImpressionPercentage?: number | null;
746
746
  /**
@@ -1630,6 +1630,76 @@ export namespace searchads360_v0 {
1630
1630
  */
1631
1631
  requestId?: string | null;
1632
1632
  }
1633
+ /**
1634
+ * An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
1635
+ */
1636
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions {
1637
+ /**
1638
+ * Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
1639
+ */
1640
+ targetCpa?: string | null;
1641
+ /**
1642
+ * Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
1643
+ */
1644
+ targetCpaMicros?: string | null;
1645
+ }
1646
+ /**
1647
+ * An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
1648
+ */
1649
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue {
1650
+ /**
1651
+ * Output only. The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.
1652
+ */
1653
+ targetRoas?: number | null;
1654
+ }
1655
+ /**
1656
+ * An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
1657
+ */
1658
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa {
1659
+ /**
1660
+ * Output only. Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.
1661
+ */
1662
+ targetCpaMicros?: string | null;
1663
+ }
1664
+ /**
1665
+ * An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).
1666
+ */
1667
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare {
1668
+ /**
1669
+ * Output only. The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.
1670
+ */
1671
+ cpcBidCeilingMicros?: string | null;
1672
+ /**
1673
+ * Output only. The targeted location on the search results page.
1674
+ */
1675
+ location?: string | null;
1676
+ /**
1677
+ * The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.
1678
+ */
1679
+ locationFractionMicros?: string | null;
1680
+ }
1681
+ /**
1682
+ * An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).
1683
+ */
1684
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas {
1685
+ /**
1686
+ * Output only. The chosen revenue (based on conversion data) per unit of spend.
1687
+ */
1688
+ targetRoas?: number | null;
1689
+ }
1690
+ /**
1691
+ * An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
1692
+ */
1693
+ export interface Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend {
1694
+ /**
1695
+ * Output only. Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.
1696
+ */
1697
+ cpcBidCeilingMicros?: string | null;
1698
+ /**
1699
+ * Output only. 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.
1700
+ */
1701
+ targetSpendMicros?: string | null;
1702
+ }
1633
1703
  /**
1634
1704
  * Estimates for criterion bids at various positions.
1635
1705
  */
@@ -1890,6 +1960,59 @@ export namespace searchads360_v0 {
1890
1960
  */
1891
1961
  value?: string | null;
1892
1962
  }
1963
+ /**
1964
+ * Represents a view of BiddingStrategies owned by and shared with the customer. In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.
1965
+ */
1966
+ export interface Schema$GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy {
1967
+ /**
1968
+ * Output only. The ID of the bidding strategy.
1969
+ */
1970
+ id?: string | null;
1971
+ /**
1972
+ * Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
1973
+ */
1974
+ maximizeConversions?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions;
1975
+ /**
1976
+ * Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
1977
+ */
1978
+ maximizeConversionValue?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue;
1979
+ /**
1980
+ * Output only. The name of the bidding strategy.
1981
+ */
1982
+ name?: string | null;
1983
+ /**
1984
+ * Output only. The ID of the Customer which owns the bidding strategy.
1985
+ */
1986
+ ownerCustomerId?: string | null;
1987
+ /**
1988
+ * Output only. descriptive_name of the Customer which owns the bidding strategy.
1989
+ */
1990
+ ownerDescriptiveName?: string | null;
1991
+ /**
1992
+ * Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form: `customers/{customer_id\}/accessibleBiddingStrategies/{bidding_strategy_id\}`
1993
+ */
1994
+ resourceName?: string | null;
1995
+ /**
1996
+ * Output only. A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
1997
+ */
1998
+ targetCpa?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa;
1999
+ /**
2000
+ * Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions.
2001
+ */
2002
+ targetImpressionShare?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare;
2003
+ /**
2004
+ * Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).
2005
+ */
2006
+ targetRoas?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas;
2007
+ /**
2008
+ * Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget.
2009
+ */
2010
+ targetSpend?: Schema$GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend;
2011
+ /**
2012
+ * Output only. The type of the bidding strategy.
2013
+ */
2014
+ type?: string | null;
2015
+ }
1893
2016
  /**
1894
2017
  * An ad.
1895
2018
  */
@@ -2131,7 +2254,7 @@ export namespace searchads360_v0 {
2131
2254
  resourceName?: string | null;
2132
2255
  }
2133
2256
  /**
2134
- * An ad group criterion.
2257
+ * An ad group criterion. The ad_group_criterion report only returns criteria that were explicitly added to the ad group.
2135
2258
  */
2136
2259
  export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupCriterion {
2137
2260
  /**
@@ -2231,7 +2354,7 @@ export namespace searchads360_v0 {
2231
2354
  */
2232
2355
  type?: string | null;
2233
2356
  /**
2234
- * 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.
2357
+ * Immutable. User List.
2235
2358
  */
2236
2359
  userList?: Schema$GoogleAdsSearchads360V0Common__UserListInfo;
2237
2360
  /**
@@ -2645,6 +2768,10 @@ export namespace searchads360_v0 {
2645
2768
  * A campaign.
2646
2769
  */
2647
2770
  export interface Schema$GoogleAdsSearchads360V0Resources__Campaign {
2771
+ /**
2772
+ * Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the unrestricted attributes of the attached portfolio bidding strategy identified by 'bidding_strategy'. Empty, if the campaign does not use a portfolio strategy. Unrestricted strategy attributes are available to all customers with whom the strategy is shared and are read from the AccessibleBiddingStrategy resource. In contrast, restricted attributes are only available to the owner customer of the strategy and their managers. Restricted attributes can only be read from the BiddingStrategy resource.
2773
+ */
2774
+ accessibleBiddingStrategy?: string | null;
2648
2775
  /**
2649
2776
  * The ad serving optimization status of the campaign.
2650
2777
  */
@@ -2959,7 +3086,7 @@ export namespace searchads360_v0 {
2959
3086
  */
2960
3087
  type?: string | null;
2961
3088
  /**
2962
- * 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.
3089
+ * Immutable. User List.
2963
3090
  */
2964
3091
  userList?: Schema$GoogleAdsSearchads360V0Common__UserListInfo;
2965
3092
  /**
@@ -3498,7 +3625,7 @@ export namespace searchads360_v0 {
3498
3625
  resourceName?: string | null;
3499
3626
  }
3500
3627
  /**
3501
- * A gender view.
3628
+ * A gender view. The gender_view resource reflects the effective serving state, rather than what criteria were added. An ad group without gender criteria by default shows to all genders, so all genders appear in gender_view with stats.
3502
3629
  */
3503
3630
  export interface Schema$GoogleAdsSearchads360V0Resources__GenderView {
3504
3631
  /**
@@ -3645,7 +3772,7 @@ export namespace searchads360_v0 {
3645
3772
  dimensions?: Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension[];
3646
3773
  }
3647
3774
  /**
3648
- * A location view summarizes the performance of campaigns by Location criteria.
3775
+ * A location view summarizes the performance of campaigns by a Location criterion.
3649
3776
  */
3650
3777
  export interface Schema$GoogleAdsSearchads360V0Resources__LocationView {
3651
3778
  /**
@@ -3951,6 +4078,10 @@ export namespace searchads360_v0 {
3951
4078
  * A returned row from the query.
3952
4079
  */
3953
4080
  export interface Schema$GoogleAdsSearchads360V0Services__SearchAds360Row {
4081
+ /**
4082
+ * The accessible bidding strategy referenced in the query.
4083
+ */
4084
+ accessibleBiddingStrategy?: Schema$GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy;
3954
4085
  /**
3955
4086
  * The ad group referenced in the query.
3956
4087
  */
@@ -4359,6 +4490,7 @@ export namespace searchads360_v0 {
4359
4490
  '$1'
4360
4491
  ),
4361
4492
  method: 'GET',
4493
+ apiVersion: '',
4362
4494
  },
4363
4495
  options
4364
4496
  ),
@@ -4465,6 +4597,7 @@ export namespace searchads360_v0 {
4465
4597
  '$1'
4466
4598
  ),
4467
4599
  method: 'GET',
4600
+ apiVersion: '',
4468
4601
  },
4469
4602
  options
4470
4603
  ),
@@ -4560,6 +4693,7 @@ export namespace searchads360_v0 {
4560
4693
  rootUrl + '/v0/customers/{+customerId}/customColumns'
4561
4694
  ).replace(/([^:]\/)\/+/g, '$1'),
4562
4695
  method: 'GET',
4696
+ apiVersion: '',
4563
4697
  },
4564
4698
  options
4565
4699
  ),
@@ -4677,6 +4811,7 @@ export namespace searchads360_v0 {
4677
4811
  rootUrl + '/v0/customers/{+customerId}/searchAds360:search'
4678
4812
  ).replace(/([^:]\/)\/+/g, '$1'),
4679
4813
  method: 'POST',
4814
+ apiVersion: '',
4680
4815
  },
4681
4816
  options
4682
4817
  ),
@@ -4793,6 +4928,7 @@ export namespace searchads360_v0 {
4793
4928
  '$1'
4794
4929
  ),
4795
4930
  method: 'GET',
4931
+ apiVersion: '',
4796
4932
  },
4797
4933
  options
4798
4934
  ),
@@ -4814,7 +4950,7 @@ export namespace searchads360_v0 {
4814
4950
  }
4815
4951
 
4816
4952
  /**
4817
- * Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
4953
+ * Returns all fields that match the search [query](/search-ads/reporting/concepts/field-service#use_a_query_to_get_field_details). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
4818
4954
  *
4819
4955
  * @param params - Parameters for request
4820
4956
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
@@ -4889,6 +5025,7 @@ export namespace searchads360_v0 {
4889
5025
  '$1'
4890
5026
  ),
4891
5027
  method: 'POST',
5028
+ apiVersion: '',
4892
5029
  },
4893
5030
  options
4894
5031
  ),