google-apis-realtimebidding_v1 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59ed3f5fd91311ac8faf3e69e0eaa05c65ca2b60d79ad293771e0a9e5eba3beb
|
4
|
+
data.tar.gz: a44804691e2f6bc451ef617a89d89c76ac2f22027d20e8ed5b789803e33ddf6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab34fca5424351f57227019f344b709500c97a465ba70c1fbece97afe0184de0e354414da24ad696f3d108764072627361fdddc4377c30d9e2c69a3019847dd
|
7
|
+
data.tar.gz: '099814b037839270d6dbec306d3b017dbbe565c4b7cb237376d6e11b7da93f561ecc766e513b4287976da6cd26482e9cc915512017f57c2bbe0334b2aedfdf20'
|
data/CHANGELOG.md
CHANGED
@@ -1107,10 +1107,10 @@ module Google
|
|
1107
1107
|
class GetRemarketingTagResponse
|
1108
1108
|
include Google::Apis::Core::Hashable
|
1109
1109
|
|
1110
|
-
#
|
1111
|
-
# list. For more information and code samples on using
|
1112
|
-
# refer to [Tag your site for remarketing](
|
1113
|
-
#
|
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).
|
1114
1114
|
# Corresponds to the JSON property `snippet`
|
1115
1115
|
# @return [String]
|
1116
1116
|
attr_accessor :snippet
|
@@ -1405,8 +1405,8 @@ module Google
|
|
1405
1405
|
|
1406
1406
|
# The continuation page token to send back to the server in a subsequent request.
|
1407
1407
|
# Due to a currently known issue, it is recommended that the caller keep
|
1408
|
-
# invoking the list method
|
1409
|
-
# 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.
|
1410
1410
|
# Corresponds to the JSON property `nextPageToken`
|
1411
1411
|
# @return [String]
|
1412
1412
|
attr_accessor :next_page_token
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20230907"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -983,12 +983,13 @@ module Google
|
|
983
983
|
# user visits a page containing a remarketing tag, Google adds the user to a
|
984
984
|
# user list.
|
985
985
|
# @param [String] name
|
986
|
-
# Required. To fetch remarketing tag for an account, name must follow
|
987
|
-
# pattern `buyers/`accountId
|
988
|
-
# owns the remarketing tag. For a bidder accessing remarketing
|
989
|
-
# a child seat buyer, ``accountId`` should represent the ID of
|
990
|
-
# buyer. To fetch remarketing tag for a specific user list,
|
991
|
-
# pattern `buyers/`accountId`/userLists/`userListId``.
|
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.
|
992
993
|
# @param [String] fields
|
993
994
|
# Selector specifying which fields to include in a partial response.
|
994
995
|
# @param [String] quota_user
|
@@ -1235,8 +1236,8 @@ module Google
|
|
1235
1236
|
execute_or_queue_command(command, &block)
|
1236
1237
|
end
|
1237
1238
|
|
1238
|
-
#
|
1239
|
-
# 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.
|
1240
1241
|
# @param [String] name
|
1241
1242
|
# Required. The name of the user list to close. See UserList.name
|
1242
1243
|
# @param [Google::Apis::RealtimebiddingV1::CloseUserListRequest] close_user_list_request_object
|
@@ -1269,12 +1270,12 @@ module Google
|
|
1269
1270
|
execute_or_queue_command(command, &block)
|
1270
1271
|
end
|
1271
1272
|
|
1272
|
-
#
|
1273
|
+
# Creates a new user list.
|
1273
1274
|
# @param [String] parent
|
1274
|
-
# Required. The name of the parent buyer of the user list to be retrieved
|
1275
|
+
# Required. The name of the parent buyer of the user list to be retrieved, which
|
1275
1276
|
# must follow the pattern `buyers/`buyerAccountId``, where ``buyerAccountId``
|
1276
|
-
# represents the account ID of the buyer who owns user
|
1277
|
-
# accessing user lists on behalf of a child seat buyer
|
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``
|
1278
1279
|
# should represent the account ID of the child seat buyer.
|
1279
1280
|
# @param [Google::Apis::RealtimebiddingV1::UserList] user_list_object
|
1280
1281
|
# @param [String] fields
|
@@ -1343,12 +1344,13 @@ module Google
|
|
1343
1344
|
# user visits a page containing a remarketing tag, Google adds the user to a
|
1344
1345
|
# user list.
|
1345
1346
|
# @param [String] name
|
1346
|
-
# Required. To fetch remarketing tag for an account, name must follow
|
1347
|
-
# pattern `buyers/`accountId
|
1348
|
-
# owns the remarketing tag. For a bidder accessing remarketing
|
1349
|
-
# a child seat buyer, ``accountId`` should represent the ID of
|
1350
|
-
# buyer. To fetch remarketing tag for a specific user list,
|
1351
|
-
# pattern `buyers/`accountId`/userLists/`userListId``.
|
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.
|
1352
1354
|
# @param [String] fields
|
1353
1355
|
# Selector specifying which fields to include in a partial response.
|
1354
1356
|
# @param [String] quota_user
|
@@ -1386,7 +1388,7 @@ module Google
|
|
1386
1388
|
# @param [Fixnum] page_size
|
1387
1389
|
# The number of results to return per page.
|
1388
1390
|
# @param [String] page_token
|
1389
|
-
# Continuation page token
|
1391
|
+
# Continuation page token as received from a previous response.
|
1390
1392
|
# @param [String] fields
|
1391
1393
|
# Selector specifying which fields to include in a partial response.
|
1392
1394
|
# @param [String] quota_user
|
@@ -1416,8 +1418,8 @@ module Google
|
|
1416
1418
|
execute_or_queue_command(command, &block)
|
1417
1419
|
end
|
1418
1420
|
|
1419
|
-
#
|
1420
|
-
# 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.
|
1421
1423
|
# @param [String] name
|
1422
1424
|
# Required. The name of the user list to open. See UserList.name
|
1423
1425
|
# @param [Google::Apis::RealtimebiddingV1::OpenUserListRequest] open_user_list_request_object
|
@@ -1450,7 +1452,7 @@ module Google
|
|
1450
1452
|
execute_or_queue_command(command, &block)
|
1451
1453
|
end
|
1452
1454
|
|
1453
|
-
#
|
1455
|
+
# Updates the given user list. Only user lists with URLRestrictions can be
|
1454
1456
|
# updated.
|
1455
1457
|
# @param [String] name
|
1456
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.
|
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-
|
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.
|
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: []
|