google-apis-realtimebidding_v1 0.27.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a881e4b43db6051d2ff57d14d3cf2753c2777edd6268fb21e2dac297d9c59c6
4
- data.tar.gz: b870e3892d58b81d364b48aa8ce01e2fa606681d78dc8a85810200b9cd13db22
3
+ metadata.gz: 59ed3f5fd91311ac8faf3e69e0eaa05c65ca2b60d79ad293771e0a9e5eba3beb
4
+ data.tar.gz: a44804691e2f6bc451ef617a89d89c76ac2f22027d20e8ed5b789803e33ddf6a
5
5
  SHA512:
6
- metadata.gz: 021e7fe715ddf783585515e7e1b2e9c4994b2e020685cb2e649edd62747caa502d198c61624166bd756e7bc24b690506ea27abff3dd72d76d0fec4129f0ae593
7
- data.tar.gz: 31cd61e95b8ec768b6267309f8c912d8095c1aecd6fe6d2e0021427ea4491a89a066d22a4a290ca3673ef6ab1f623869c958e8f47644d065175fb0c6ea445f24
6
+ metadata.gz: 1ab34fca5424351f57227019f344b709500c97a465ba70c1fbece97afe0184de0e354414da24ad696f3d108764072627361fdddc4377c30d9e2c69a3019847dd
7
+ data.tar.gz: '099814b037839270d6dbec306d3b017dbbe565c4b7cb237376d6e11b7da93f561ecc766e513b4287976da6cd26482e9cc915512017f57c2bbe0334b2aedfdf20'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.29.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
7
+ ### v0.28.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230821
10
+
3
11
  ### v0.27.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230320
@@ -1101,14 +1101,16 @@ module Google
1101
1101
  end
1102
1102
  end
1103
1103
 
1104
- # Response for a request to get remarketing tag.
1104
+ # Deprecated. This will be removed in October 2023. For more information, see
1105
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
1106
+ # relnotes#real-time-bidding-api Response for a request to get remarketing tag.
1105
1107
  class GetRemarketingTagResponse
1106
1108
  include Google::Apis::Core::Hashable
1107
1109
 
1108
- # A HTML tag that can be placed on the advertiser's page to add users to a user
1109
- # list. For more information and code samples on using snippet on your website
1110
- # refer to [Tag your site for remarketing]( https://support.google.com/google-
1111
- # ads/answer/2476688).
1110
+ # An HTML tag that can be placed on the advertiser's page to add users to a user
1111
+ # list. For more information and code samples on using snippets on your website,
1112
+ # refer to [Tag your site for remarketing](https://support.google.com/google-ads/
1113
+ # answer/2476688).
1112
1114
  # Corresponds to the JSON property `snippet`
1113
1115
  # @return [String]
1114
1116
  attr_accessor :snippet
@@ -1403,8 +1405,8 @@ module Google
1403
1405
 
1404
1406
  # The continuation page token to send back to the server in a subsequent request.
1405
1407
  # Due to a currently known issue, it is recommended that the caller keep
1406
- # invoking the list method till the time a next page token is not returned (even
1407
- # if the result set is empty).
1408
+ # invoking the list method until the time a next page token is not returned,
1409
+ # even if the result set is empty.
1408
1410
  # Corresponds to the JSON property `nextPageToken`
1409
1411
  # @return [String]
1410
1412
  attr_accessor :next_page_token
@@ -2101,8 +2103,10 @@ module Google
2101
2103
  end
2102
2104
  end
2103
2105
 
2104
- # Represents the URL restriction (for the URL captured by the pixel callback)
2105
- # for a user list.
2106
+ # Deprecated. This will be removed in October 2023. For more information, see
2107
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
2108
+ # relnotes#real-time-bidding-api Represents the URL restriction (for the URL
2109
+ # captured by the pixel callback) for a user list.
2106
2110
  class UrlRestriction
2107
2111
  include Google::Apis::Core::Hashable
2108
2112
 
@@ -2192,8 +2196,10 @@ module Google
2192
2196
  # @return [String]
2193
2197
  attr_accessor :status
2194
2198
 
2195
- # Represents the URL restriction (for the URL captured by the pixel callback)
2196
- # for a user list.
2199
+ # Deprecated. This will be removed in October 2023. For more information, see
2200
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
2201
+ # relnotes#real-time-bidding-api Represents the URL restriction (for the URL
2202
+ # captured by the pixel callback) for a user list.
2197
2203
  # Corresponds to the JSON property `urlRestriction`
2198
2204
  # @return [Google::Apis::RealtimebiddingV1::UrlRestriction]
2199
2205
  attr_accessor :url_restriction
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230320"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
@@ -976,16 +976,20 @@ module Google
976
976
  execute_or_queue_command(command, &block)
977
977
  end
978
978
 
979
- # Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
980
- # code that can be placed on a web page. When a user visits a page containing a
981
- # remarketing tag, Google adds the user to a user list.
979
+ # Deprecated. This will be removed in October 2023. For more information, see
980
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
981
+ # relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
982
+ # tag is a piece of JavaScript code that can be placed on a web page. When a
983
+ # user visits a page containing a remarketing tag, Google adds the user to a
984
+ # user list.
982
985
  # @param [String] name
983
- # Required. To fetch remarketing tag for an account, name must follow the
984
- # pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
985
- # owns the remarketing tag. For a bidder accessing remarketing tag on behalf of
986
- # a child seat buyer, ``accountId`` should represent the ID of the child seat
987
- # buyer. To fetch remarketing tag for a specific user list, name must follow the
988
- # pattern `buyers/`accountId`/userLists/`userListId``. See UserList.name.
986
+ # Required. To fetch the remarketing tag for an account, the name must follow
987
+ # the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
988
+ # buyer that owns the remarketing tag. For a bidder accessing the remarketing
989
+ # tag on behalf of a child seat buyer, ``accountId`` should represent the ID of
990
+ # the child seat buyer. To fetch the remarketing tag for a specific user list,
991
+ # the name must follow the pattern `buyers/`accountId`/userLists/`userListId``.
992
+ # See UserList.name.
989
993
  # @param [String] fields
990
994
  # Selector specifying which fields to include in a partial response.
991
995
  # @param [String] quota_user
@@ -1232,8 +1236,8 @@ module Google
1232
1236
  execute_or_queue_command(command, &block)
1233
1237
  end
1234
1238
 
1235
- # Change the status of a user list to CLOSED. This prevents new users from being
1236
- # added to the user list.
1239
+ # Changes the status of a user list to CLOSED. This prevents new users from
1240
+ # being added to the user list.
1237
1241
  # @param [String] name
1238
1242
  # Required. The name of the user list to close. See UserList.name
1239
1243
  # @param [Google::Apis::RealtimebiddingV1::CloseUserListRequest] close_user_list_request_object
@@ -1266,12 +1270,12 @@ module Google
1266
1270
  execute_or_queue_command(command, &block)
1267
1271
  end
1268
1272
 
1269
- # Create a new user list.
1273
+ # Creates a new user list.
1270
1274
  # @param [String] parent
1271
- # Required. The name of the parent buyer of the user list to be retrieved that
1275
+ # Required. The name of the parent buyer of the user list to be retrieved, which
1272
1276
  # must follow the pattern `buyers/`buyerAccountId``, where ``buyerAccountId``
1273
- # represents the account ID of the buyer who owns user lists. For a bidder
1274
- # accessing user lists on behalf of a child seat buyer , ``buyerAccountId``
1277
+ # represents the account ID of the buyer who owns the user list. For a bidder
1278
+ # accessing user lists on behalf of a child seat buyer, ``buyerAccountId``
1275
1279
  # should represent the account ID of the child seat buyer.
1276
1280
  # @param [Google::Apis::RealtimebiddingV1::UserList] user_list_object
1277
1281
  # @param [String] fields
@@ -1333,16 +1337,20 @@ module Google
1333
1337
  execute_or_queue_command(command, &block)
1334
1338
  end
1335
1339
 
1336
- # Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
1337
- # code that can be placed on a web page. When a user visits a page containing a
1338
- # remarketing tag, Google adds the user to a user list.
1340
+ # Deprecated. This will be removed in October 2023. For more information, see
1341
+ # the release notes: https://developers.google.com/authorized-buyers/apis/
1342
+ # relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
1343
+ # tag is a piece of JavaScript code that can be placed on a web page. When a
1344
+ # user visits a page containing a remarketing tag, Google adds the user to a
1345
+ # user list.
1339
1346
  # @param [String] name
1340
- # Required. To fetch remarketing tag for an account, name must follow the
1341
- # pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
1342
- # owns the remarketing tag. For a bidder accessing remarketing tag on behalf of
1343
- # a child seat buyer, ``accountId`` should represent the ID of the child seat
1344
- # buyer. To fetch remarketing tag for a specific user list, name must follow the
1345
- # pattern `buyers/`accountId`/userLists/`userListId``. See UserList.name.
1347
+ # Required. To fetch the remarketing tag for an account, the name must follow
1348
+ # the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
1349
+ # buyer that owns the remarketing tag. For a bidder accessing the remarketing
1350
+ # tag on behalf of a child seat buyer, ``accountId`` should represent the ID of
1351
+ # the child seat buyer. To fetch the remarketing tag for a specific user list,
1352
+ # the name must follow the pattern `buyers/`accountId`/userLists/`userListId``.
1353
+ # See UserList.name.
1346
1354
  # @param [String] fields
1347
1355
  # Selector specifying which fields to include in a partial response.
1348
1356
  # @param [String] quota_user
@@ -1380,7 +1388,7 @@ module Google
1380
1388
  # @param [Fixnum] page_size
1381
1389
  # The number of results to return per page.
1382
1390
  # @param [String] page_token
1383
- # Continuation page token (as received from a previous response).
1391
+ # Continuation page token as received from a previous response.
1384
1392
  # @param [String] fields
1385
1393
  # Selector specifying which fields to include in a partial response.
1386
1394
  # @param [String] quota_user
@@ -1410,8 +1418,8 @@ module Google
1410
1418
  execute_or_queue_command(command, &block)
1411
1419
  end
1412
1420
 
1413
- # Change the status of a user list to OPEN. This allows new users to be added to
1414
- # the user list.
1421
+ # Changes the status of a user list to OPEN. This allows new users to be added
1422
+ # to the user list.
1415
1423
  # @param [String] name
1416
1424
  # Required. The name of the user list to open. See UserList.name
1417
1425
  # @param [Google::Apis::RealtimebiddingV1::OpenUserListRequest] open_user_list_request_object
@@ -1444,7 +1452,7 @@ module Google
1444
1452
  execute_or_queue_command(command, &block)
1445
1453
  end
1446
1454
 
1447
- # Update the given user list. Only user lists with URLRestrictions can be
1455
+ # Updates the given user list. Only user lists with URLRestrictions can be
1448
1456
  # updated.
1449
1457
  # @param [String] name
1450
1458
  # Output only. Name of the user list that must follow the pattern `buyers/`buyer`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Real-time Bidding API V1