google-apis-displayvideo_v2 0.16.0 → 0.17.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7749264105bec672433b084bb7b6ee3a875aa4ae1ebf0287fc2dc8beba13a1bf
|
|
4
|
+
data.tar.gz: a29b7e5dbdf43a4fb3cff90f9ba3366707059406236fa6f36b6989043ea992ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffc6a8d91f43c2825d9cbf7cb3b6335fba1216c9cebbda93268d9c0435d53162b58f01162d1c4c3273e4ac3e2f38f47a2318ba4e5389e7607d47e5c4bc394181
|
|
7
|
+
data.tar.gz: 2f81d648356f99427aefcdad7c8479bae15690a2246072492ae28429e9aedb3c012ebf170c281ce18bbfd7d77618d59a219ec26ab98bb5a15cb4dd634a7daba4
|
data/CHANGELOG.md
CHANGED
|
@@ -1257,7 +1257,11 @@ module Google
|
|
|
1257
1257
|
# contains first and third party audience ids only. The relation between each
|
|
1258
1258
|
# first and third party audience group is INTERSECTION, and the result is UNION'
|
|
1259
1259
|
# ed with other audience groups. Repeated groups with same settings will be
|
|
1260
|
-
# ignored.
|
|
1260
|
+
# ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
|
|
1261
|
+
# be deprecated on **May 20, 2023**. After this date, these audiences will not
|
|
1262
|
+
# be able to be added to resource targeting. Read our [feature deprecation
|
|
1263
|
+
# announcement](/display-video/api/deprecations#features.
|
|
1264
|
+
# first_and_third_party_audience_types) for more information.
|
|
1261
1265
|
# Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
|
|
1262
1266
|
# @return [Array<Google::Apis::DisplayvideoV2::FirstAndThirdPartyAudienceGroup>]
|
|
1263
1267
|
attr_accessor :included_first_and_third_party_audience_groups
|
|
@@ -8614,7 +8618,10 @@ module Google
|
|
|
8614
8618
|
end
|
|
8615
8619
|
end
|
|
8616
8620
|
|
|
8617
|
-
# A single manual trigger in Display & Video 360.
|
|
8621
|
+
# A single manual trigger in Display & Video 360. **Warning:** Line Items using
|
|
8622
|
+
# manual triggers will stop serving in Display & Video 360 on **May 17, 2023**.
|
|
8623
|
+
# Read our [feature deprecation announcement](/display-video/api/deprecations#
|
|
8624
|
+
# features.manual_triggers) for more information.
|
|
8618
8625
|
class ManualTrigger
|
|
8619
8626
|
include Google::Apis::Core::Hashable
|
|
8620
8627
|
|
|
@@ -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.17.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 = "20230427"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3136,7 +3136,10 @@ module Google
|
|
|
3136
3136
|
end
|
|
3137
3137
|
|
|
3138
3138
|
# Activates a manual trigger. Each activation of the manual trigger must be at
|
|
3139
|
-
# least 5 minutes apart, otherwise an error will be returned.
|
|
3139
|
+
# least 5 minutes apart, otherwise an error will be returned. **Warning:** Line
|
|
3140
|
+
# Items using manual triggers will stop serving in Display & Video 360 on **May
|
|
3141
|
+
# 17, 2023**. Read our [feature deprecation announcement](/display-video/api/
|
|
3142
|
+
# deprecations#features.manual_triggers) for more information.
|
|
3140
3143
|
# @param [Fixnum] advertiser_id
|
|
3141
3144
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
|
3142
3145
|
# @param [Fixnum] trigger_id
|
|
@@ -3173,7 +3176,10 @@ module Google
|
|
|
3173
3176
|
end
|
|
3174
3177
|
|
|
3175
3178
|
# Creates a new manual trigger. Returns the newly created manual trigger if
|
|
3176
|
-
# successful.
|
|
3179
|
+
# successful. **Warning:** Line Items using manual triggers will stop serving in
|
|
3180
|
+
# Display & Video 360 on **May 17, 2023**. Read our [feature deprecation
|
|
3181
|
+
# announcement](/display-video/api/deprecations#features.manual_triggers) for
|
|
3182
|
+
# more information.
|
|
3177
3183
|
# @param [Fixnum] advertiser_id
|
|
3178
3184
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
|
3179
3185
|
# belongs to.
|
|
@@ -3207,7 +3213,10 @@ module Google
|
|
|
3207
3213
|
execute_or_queue_command(command, &block)
|
|
3208
3214
|
end
|
|
3209
3215
|
|
|
3210
|
-
# Deactivates a manual trigger.
|
|
3216
|
+
# Deactivates a manual trigger. **Warning:** Line Items using manual triggers
|
|
3217
|
+
# will stop serving in Display & Video 360 on **May 17, 2023**. Read our [
|
|
3218
|
+
# feature deprecation announcement](/display-video/api/deprecations#features.
|
|
3219
|
+
# manual_triggers) for more information.
|
|
3211
3220
|
# @param [Fixnum] advertiser_id
|
|
3212
3221
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
|
3213
3222
|
# @param [Fixnum] trigger_id
|
|
@@ -3243,7 +3252,10 @@ module Google
|
|
|
3243
3252
|
execute_or_queue_command(command, &block)
|
|
3244
3253
|
end
|
|
3245
3254
|
|
|
3246
|
-
# Gets a manual trigger.
|
|
3255
|
+
# Gets a manual trigger. **Warning:** Line Items using manual triggers will stop
|
|
3256
|
+
# serving in Display & Video 360 on **May 17, 2023**. Read our [feature
|
|
3257
|
+
# deprecation announcement](/display-video/api/deprecations#features.
|
|
3258
|
+
# manual_triggers) for more information.
|
|
3247
3259
|
# @param [Fixnum] advertiser_id
|
|
3248
3260
|
# Required. The ID of the advertiser this manual trigger belongs to.
|
|
3249
3261
|
# @param [Fixnum] trigger_id
|
|
@@ -3278,7 +3290,10 @@ module Google
|
|
|
3278
3290
|
|
|
3279
3291
|
# Lists manual triggers that are accessible to the current user for a given
|
|
3280
3292
|
# advertiser ID. The order is defined by the order_by parameter. A single
|
|
3281
|
-
# advertiser_id is required.
|
|
3293
|
+
# advertiser_id is required. **Warning:** Line Items using manual triggers will
|
|
3294
|
+
# stop serving in Display & Video 360 on **May 17, 2023**. Read our [feature
|
|
3295
|
+
# deprecation announcement](/display-video/api/deprecations#features.
|
|
3296
|
+
# manual_triggers) for more information.
|
|
3282
3297
|
# @param [Fixnum] advertiser_id
|
|
3283
3298
|
# Required. The ID of the advertiser that the fetched manual triggers belong to.
|
|
3284
3299
|
# @param [String] filter
|
|
@@ -3334,7 +3349,10 @@ module Google
|
|
|
3334
3349
|
execute_or_queue_command(command, &block)
|
|
3335
3350
|
end
|
|
3336
3351
|
|
|
3337
|
-
# Updates a manual trigger. Returns the updated manual trigger if successful.
|
|
3352
|
+
# Updates a manual trigger. Returns the updated manual trigger if successful. **
|
|
3353
|
+
# Warning:** Line Items using manual triggers will stop serving in Display &
|
|
3354
|
+
# Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
|
|
3355
|
+
# display-video/api/deprecations#features.manual_triggers) for more information.
|
|
3338
3356
|
# @param [Fixnum] advertiser_id
|
|
3339
3357
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
|
3340
3358
|
# belongs to.
|
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.17.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-04-
|
|
11
|
+
date: 2023-04-30 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.17.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: []
|