google-apis-realtimebidding_v1 0.35.0 → 0.36.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57fd22ecf391b04e327ec5525aa11537bb046ca7ab730d4fcd194d6f9920a6ee
4
- data.tar.gz: 7f5d51cc08bd59df91ffa23ac81aeb66fe117cb58af0dc972a41af0ed2608fdd
3
+ metadata.gz: 032b1e8f7e5aaa6f9fa4dbc5f1bea6802ba4040b3b4070b63a90c59a68c787e2
4
+ data.tar.gz: 978b73f5b2b195aa1592354ee9d9c41008c58d9ec8b839cddb7663cf9f3a0052
5
5
  SHA512:
6
- metadata.gz: e07495c09ca81d384674ecdc2e854136ce532ff28ef07fffe06e5ea647dbe622233dda68d2c3a42f09c61cf93507d95e9156d7cf4191a5a8210f53795bd5500e
7
- data.tar.gz: ef7106a698240ecc9716ef541a686f71c3e51d5a45ffe3bd43cc062140acc91bc93a384bcbb10fb94b66a9857d6f683030376900b7cfac8c7d1fdb30d24a4f9c
6
+ metadata.gz: 4fd36996320949ac6482a84673c48460fb85bcd98e509650ecf4861e8dbc760f6dcab319c1f2860bbeff25c10f8e7d5b428fb44296a178bbce2c4998611878cb
7
+ data.tar.gz: 949be61a56b7413fc0c5ca514582e16a37a2702531f570bcd3ec080886f16bb7796f5c81fadcc67342deebe04e9997fc0a66f0a46313c8af4843e1cd046a7e43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.36.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250219
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.35.0 (2024-10-06)
4
9
 
5
10
  * Regenerated from discovery document revision 20240930
@@ -347,8 +347,8 @@ module Google
347
347
  # preferred deals. When true, bid requests from these nonguaranteed deals will
348
348
  # always be sent. When false, bid requests will be subject to regular
349
349
  # pretargeting configurations. Programmatic Guaranteed deals will always be sent
350
- # to the bidder, regardless of the value for this flag. Auction packages are not
351
- # impacted by this value and are subject to the regular pretargeting
350
+ # to the bidder, regardless of the value for this option. Auction packages are
351
+ # not impacted by this value and are subject to the regular pretargeting
352
352
  # configurations.
353
353
  # Corresponds to the JSON property `bypassNonguaranteedDealsPretargeting`
354
354
  # @return [Boolean]
@@ -715,9 +715,11 @@ module Google
715
715
  # @return [Array<String>]
716
716
  attr_accessor :detected_attributes
717
717
 
718
- # Output only. IDs of the detected categories, if any. The taxonomy in which the
718
+ # Output only. IDs of the detected categories. The taxonomy in which the
719
719
  # categories are expressed is specified by the detected_categories_taxonomy
720
- # field. Can be used to filter the response of the creatives.list method.
720
+ # field. Use this in conjunction with BidRequest.bcat to avoid bidding on
721
+ # impressions where a given ad category is blocked, or to troubleshoot filtered
722
+ # bids. Can be used to filter the response of the creatives.list method.
721
723
  # Corresponds to the JSON property `detectedCategories`
722
724
  # @return [Array<String>]
723
725
  attr_accessor :detected_categories
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RealtimebiddingV1
18
18
  # Version of the google-apis-realtimebidding_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240930"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -24,7 +24,7 @@ module Google
24
24
  #
25
25
  # Allows external bidders to manage their RTB integration with Google. This
26
26
  # includes managing bidder endpoints, QPS quotas, configuring what ad inventory
27
- # to receive via pretargeting, submitting creatives for verification, and
27
+ # to receive with pretargeting, submitting creatives for verification, and
28
28
  # accessing creative metadata such as approval status.
29
29
  #
30
30
  # @example
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # Allows external bidders to manage their RTB integration with Google. This
25
25
  # includes managing bidder endpoints, QPS quotas, configuring what ad inventory
26
- # to receive via pretargeting, submitting creatives for verification, and
26
+ # to receive with pretargeting, submitting creatives for verification, and
27
27
  # accessing creative metadata such as approval status.
28
28
  #
29
29
  # @see https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.36.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Real-time Bidding API V1
82
79
  test_files: []