google-apis-displayvideo_v2 0.32.0 → 0.33.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: 7f3b0b026f325bc36cbc4c80252408661fdde81aff7421a11c5527d323276fac
|
4
|
+
data.tar.gz: e3ce24c5ef36dc659df4f93fe6e751c4bfb18ad5da74174994db05ed02f087c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db7174ef467a7b126d7cd5793cd7c589d5266fec3653268f617ebd21999fdae791bfa31f6d5164e8b51d706e2c3df86f1f879101308e8d39838eccc490d2f227
|
7
|
+
data.tar.gz: 984501a6c26a9372af99b5e06b3b1e06eddb5bbc702a20d7a2cdd0e9a7ba005efe5daf1d53e2f9511278ff709c2e77954ff09e6e2f11e9bb47ca023e58c20810
|
data/CHANGELOG.md
CHANGED
@@ -302,13 +302,22 @@ module Google
|
|
302
302
|
# @return [Fixnum]
|
303
303
|
attr_accessor :ias_client_id
|
304
304
|
|
305
|
-
# Whether or not to
|
306
|
-
#
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
310
|
-
#
|
311
|
-
#
|
305
|
+
# Whether or not to disable Google's About this Ad feature that adds badging (to
|
306
|
+
# identify the content as an ad) and transparency information (on interaction
|
307
|
+
# with About this Ad) to your ads for Online Behavioral Advertising (OBA) and
|
308
|
+
# regulatory requirements. About this Ad gives users greater control over the
|
309
|
+
# ads they see and helps you explain why they're seeing your ad. [Learn more](//
|
310
|
+
# support.google.com/displayvideo/answer/14315795). If you choose to set this
|
311
|
+
# field to `true`, note that ads served through Display & Video 360 must comply
|
312
|
+
# to the following: * Be Online Behavioral Advertising (OBA) compliant, as per
|
313
|
+
# your contract with Google Marketing Platform. * In the European Economic Area (
|
314
|
+
# EEA), include transparency information and a mechanism for users to report
|
315
|
+
# illegal content in ads. If using an alternative ad badging, transparency, and
|
316
|
+
# reporting solution, you must ensure it includes the required transparency
|
317
|
+
# information and illegal content flagging mechanism and that you notify Google
|
318
|
+
# of any illegal content reports using the appropriate [form](//support.google.
|
319
|
+
# com/legal/troubleshooter/1114905?sjid=6787484030557261960-EU#ts=2981967%
|
320
|
+
# 2C2982031%2C12980091).
|
312
321
|
# Corresponds to the JSON property `obaComplianceDisabled`
|
313
322
|
# @return [Boolean]
|
314
323
|
attr_accessor :oba_compliance_disabled
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV2
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240215"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -92,8 +92,10 @@ module Google
|
|
92
92
|
execute_or_queue_command(command, &block)
|
93
93
|
end
|
94
94
|
|
95
|
-
# Creates a new advertiser. Returns the newly created advertiser if successful.
|
96
|
-
# This method
|
95
|
+
# Creates a new advertiser. Returns the newly created advertiser if successful. *
|
96
|
+
# *This method regularly experiences high latency.** We recommend [increasing
|
97
|
+
# your default timeout](/display-video/api/guides/best-practices/timeouts#
|
98
|
+
# client_library_timeout) to avoid errors.
|
97
99
|
# @param [Google::Apis::DisplayvideoV2::Advertiser] advertiser_object
|
98
100
|
# @param [String] fields
|
99
101
|
# Selector specifying which fields to include in a partial response.
|
@@ -465,7 +467,10 @@ module Google
|
|
465
467
|
|
466
468
|
# Permanently deletes a campaign. A deleted campaign cannot be recovered. The
|
467
469
|
# campaign should be archived first, i.e. set entity_status to `
|
468
|
-
# ENTITY_STATUS_ARCHIVED`, to be able to delete it.
|
470
|
+
# ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly
|
471
|
+
# experiences high latency.** We recommend [increasing your default timeout](/
|
472
|
+
# display-video/api/guides/best-practices/timeouts#client_library_timeout) to
|
473
|
+
# avoid errors.
|
469
474
|
# @param [Fixnum] advertiser_id
|
470
475
|
# The ID of the advertiser this campaign belongs to.
|
471
476
|
# @param [Fixnum] campaign_id
|
@@ -1189,7 +1194,9 @@ module Google
|
|
1189
1194
|
|
1190
1195
|
# Replaces all of the sites under a single channel. The operation will replace
|
1191
1196
|
# the sites under a channel with the sites provided in ReplaceSitesRequest.
|
1192
|
-
# new_sites.
|
1197
|
+
# new_sites. **This method regularly experiences high latency.** We recommend [
|
1198
|
+
# increasing your default timeout](/display-video/api/guides/best-practices/
|
1199
|
+
# timeouts#client_library_timeout) to avoid errors.
|
1193
1200
|
# @param [Fixnum] advertiser_id
|
1194
1201
|
# The ID of the advertiser that owns the parent channel.
|
1195
1202
|
# @param [Fixnum] channel_id
|
@@ -2305,7 +2312,10 @@ module Google
|
|
2305
2312
|
end
|
2306
2313
|
|
2307
2314
|
# Duplicates a line item. Returns the ID of the created line item if successful.
|
2308
|
-
# YouTube & Partners line items cannot be created or updated using the API.
|
2315
|
+
# YouTube & Partners line items cannot be created or updated using the API. **
|
2316
|
+
# This method regularly experiences high latency.** We recommend [increasing
|
2317
|
+
# your default timeout](/display-video/api/guides/best-practices/timeouts#
|
2318
|
+
# client_library_timeout) to avoid errors.
|
2309
2319
|
# @param [Fixnum] advertiser_id
|
2310
2320
|
# Required. The ID of the advertiser this line item belongs to.
|
2311
2321
|
# @param [Fixnum] line_item_id
|
@@ -2487,7 +2497,9 @@ module Google
|
|
2487
2497
|
# requests updating the same line item: * BulkEditAssignedTargetingOptions *
|
2488
2498
|
# BulkUpdateLineItems * assignedTargetingOptions.create *
|
2489
2499
|
# assignedTargetingOptions.delete YouTube & Partners line items cannot be
|
2490
|
-
# created or updated using the API.
|
2500
|
+
# created or updated using the API. **This method regularly experiences high
|
2501
|
+
# latency.** We recommend [increasing your default timeout](/display-video/api/
|
2502
|
+
# guides/best-practices/timeouts#client_library_timeout) to avoid errors.
|
2491
2503
|
# @param [Fixnum] advertiser_id
|
2492
2504
|
# Output only. The unique ID of the advertiser the line item belongs to.
|
2493
2505
|
# @param [Fixnum] line_item_id
|
@@ -6810,7 +6822,9 @@ module Google
|
|
6810
6822
|
|
6811
6823
|
# Replaces all of the sites under a single channel. The operation will replace
|
6812
6824
|
# the sites under a channel with the sites provided in ReplaceSitesRequest.
|
6813
|
-
# new_sites.
|
6825
|
+
# new_sites. **This method regularly experiences high latency.** We recommend [
|
6826
|
+
# increasing your default timeout](/display-video/api/guides/best-practices/
|
6827
|
+
# timeouts#client_library_timeout) to avoid errors.
|
6814
6828
|
# @param [Fixnum] partner_id
|
6815
6829
|
# The ID of the partner that owns the parent channel.
|
6816
6830
|
# @param [Fixnum] channel_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-displayvideo_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.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: 2024-02-
|
11
|
+
date: 2024-02-18 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-displayvideo_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|