google-apis-realtimebidding_v1 0.29.0 → 0.30.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: d3a5b5de5bcc50253dc7df52892b452a8930d1c434bbc04dd720e7577fb28ea0
|
4
|
+
data.tar.gz: '080f48979dd10526beb138c3d6ea03675a99a8a052aa4e9263b7b9903da508cd'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2ad76b1bf33a0fb06463d809c14bde3904eff32890610fe0964b710db05deab0bbedd67f341aaa80797a2751e7191c123e93ae5d73176f1e58313fc3035f05f
|
7
|
+
data.tar.gz: 8edbbb1f3245f7d16090a399877551658bf6919b8d0c91d7319cd81ecafebf5cc5cebf180a5d2b0953437d58a0e74005ec4dec7b590c28be6f8d5f4520b6953c
|
data/CHANGELOG.md
CHANGED
@@ -1101,9 +1101,10 @@ module Google
|
|
1101
1101
|
end
|
1102
1102
|
end
|
1103
1103
|
|
1104
|
-
#
|
1105
|
-
# the release notes: https://developers.google.
|
1106
|
-
# relnotes#real-time-bidding-api Response for a
|
1104
|
+
# This has been sunset as of October 2023, and will return an error response if
|
1105
|
+
# called. For more information, see the release notes: https://developers.google.
|
1106
|
+
# com/authorized-buyers/apis/relnotes#real-time-bidding-api Response for a
|
1107
|
+
# request to get remarketing tag.
|
1107
1108
|
class GetRemarketingTagResponse
|
1108
1109
|
include Google::Apis::Core::Hashable
|
1109
1110
|
|
@@ -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.30.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 = "20231106"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -976,12 +976,12 @@ module Google
|
|
976
976
|
execute_or_queue_command(command, &block)
|
977
977
|
end
|
978
978
|
|
979
|
-
#
|
980
|
-
# the release notes: https://developers.google.
|
981
|
-
# relnotes#real-time-bidding-api Gets remarketing tag
|
982
|
-
# tag is a piece of JavaScript code that can be
|
983
|
-
# user visits a page containing a remarketing tag,
|
984
|
-
# user list.
|
979
|
+
# This has been sunset as of October 2023, and will return an error response if
|
980
|
+
# called. For more information, see the release notes: https://developers.google.
|
981
|
+
# com/authorized-buyers/apis/relnotes#real-time-bidding-api Gets remarketing tag
|
982
|
+
# for a buyer. A remarketing tag is a piece of JavaScript code that can be
|
983
|
+
# placed on a web page. When a user visits a page containing a remarketing tag,
|
984
|
+
# Google adds the user to a user list.
|
985
985
|
# @param [String] name
|
986
986
|
# Required. To fetch the remarketing tag for an account, the name must follow
|
987
987
|
# the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
|
@@ -1337,12 +1337,12 @@ module Google
|
|
1337
1337
|
execute_or_queue_command(command, &block)
|
1338
1338
|
end
|
1339
1339
|
|
1340
|
-
#
|
1341
|
-
# the release notes: https://developers.google.
|
1342
|
-
# relnotes#real-time-bidding-api Gets remarketing tag
|
1343
|
-
# tag is a piece of JavaScript code that can be
|
1344
|
-
# user visits a page containing a remarketing tag,
|
1345
|
-
# user list.
|
1340
|
+
# This has been sunset as of October 2023, and will return an error response if
|
1341
|
+
# called. For more information, see the release notes: https://developers.google.
|
1342
|
+
# com/authorized-buyers/apis/relnotes#real-time-bidding-api Gets remarketing tag
|
1343
|
+
# for a buyer. A remarketing tag is a piece of JavaScript code that can be
|
1344
|
+
# placed on a web page. When a user visits a page containing a remarketing tag,
|
1345
|
+
# Google adds the user to a user list.
|
1346
1346
|
# @param [String] name
|
1347
1347
|
# Required. To fetch the remarketing tag for an account, the name must follow
|
1348
1348
|
# the pattern `buyers/`accountId``, where ``accountId`` represents the ID of the
|
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.30.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-11-12 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.30.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: []
|