google-apis-displayvideo_v1 0.49.0 → 0.50.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: dbe5acb066ce428464cf1a2109c08bbd0cf1397655f1f97700967ae7220d5a70
|
4
|
+
data.tar.gz: 99dcb531aa4e9383434781f6c086815240a84311f944a56f7fe20b86ccabb7cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b75b41c6d63e372b70b535f97dc3b983a8edaf4a71af773baef515392aaf5eabb45cabb972235e2582c60abdd76d4100b89c51682d5f63d0bb53d32465fb96f6
|
7
|
+
data.tar.gz: 6209ca238baf55e31878b4731704b737c79200da4402439d18d3a8271cf2a0dedd004d589fea0b6fbcfaa3dff44441b4d35d17b0a7ee9d2630517ab3270cfbef
|
data/CHANGELOG.md
CHANGED
@@ -1169,7 +1169,11 @@ module Google
|
|
1169
1169
|
# contains first and third party audience ids only. The relation between each
|
1170
1170
|
# first and third party audience group is INTERSECTION, and the result is UNION'
|
1171
1171
|
# ed with other audience groups. Repeated groups with same settings will be
|
1172
|
-
# ignored.
|
1172
|
+
# ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
|
1173
|
+
# be deprecated on **May 20, 2023**. After this date, these audiences will not
|
1174
|
+
# be able to be added to resource targeting. Read our [feature deprecation
|
1175
|
+
# announcement](/display-video/api/deprecations#features.
|
1176
|
+
# first_and_third_party_audience_types) for more information.
|
1173
1177
|
# Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
|
1174
1178
|
# @return [Array<Google::Apis::DisplayvideoV1::FirstAndThirdPartyAudienceGroup>]
|
1175
1179
|
attr_accessor :included_first_and_third_party_audience_groups
|
@@ -7083,7 +7087,10 @@ module Google
|
|
7083
7087
|
# flight_date_type is `LINE_ITEM_FLIGHT_DATE_TYPE_TRIGGER`. Must not be set
|
7084
7088
|
# otherwise. * When set, the line item's flight dates are inherited from its
|
7085
7089
|
# parent insertion order. * Active line items will spend when the selected
|
7086
|
-
# trigger is activated within the parent insertion order's flight dates.
|
7090
|
+
# trigger is activated within the parent insertion order's flight dates. **
|
7091
|
+
# Warning:** Line Items using manual triggers will stop serving in Display &
|
7092
|
+
# Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
|
7093
|
+
# display-video/api/deprecations#features.manual_triggers) for more information.
|
7087
7094
|
# Corresponds to the JSON property `triggerId`
|
7088
7095
|
# @return [Fixnum]
|
7089
7096
|
attr_accessor :trigger_id
|
@@ -8043,7 +8050,10 @@ module Google
|
|
8043
8050
|
end
|
8044
8051
|
end
|
8045
8052
|
|
8046
|
-
# A single manual trigger in Display & Video 360.
|
8053
|
+
# A single manual trigger in Display & Video 360. **Warning:** Line Items using
|
8054
|
+
# manual triggers will stop serving in Display & Video 360 on **May 17, 2023**.
|
8055
|
+
# Read our [feature deprecation announcement](/display-video/api/deprecations#
|
8056
|
+
# features.manual_triggers) for more information.
|
8047
8057
|
class ManualTrigger
|
8048
8058
|
include Google::Apis::Core::Hashable
|
8049
8059
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV1
|
18
18
|
# Version of the google-apis-displayvideo_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.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
|
@@ -2953,7 +2953,10 @@ module Google
|
|
2953
2953
|
end
|
2954
2954
|
|
2955
2955
|
# Activates a manual trigger. Each activation of the manual trigger must be at
|
2956
|
-
# least 5 minutes apart, otherwise an error will be returned.
|
2956
|
+
# least 5 minutes apart, otherwise an error will be returned. **Warning:** Line
|
2957
|
+
# Items using manual triggers will stop serving in Display & Video 360 on **May
|
2958
|
+
# 17, 2023**. Read our [feature deprecation announcement](/display-video/api/
|
2959
|
+
# deprecations#features.manual_triggers) for more information.
|
2957
2960
|
# @param [Fixnum] advertiser_id
|
2958
2961
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
2959
2962
|
# @param [Fixnum] trigger_id
|
@@ -2990,7 +2993,10 @@ module Google
|
|
2990
2993
|
end
|
2991
2994
|
|
2992
2995
|
# Creates a new manual trigger. Returns the newly created manual trigger if
|
2993
|
-
# successful.
|
2996
|
+
# successful. **Warning:** Line Items using manual triggers will stop serving in
|
2997
|
+
# Display & Video 360 on **May 17, 2023**. Read our [feature deprecation
|
2998
|
+
# announcement](/display-video/api/deprecations#features.manual_triggers) for
|
2999
|
+
# more information.
|
2994
3000
|
# @param [Fixnum] advertiser_id
|
2995
3001
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
2996
3002
|
# belongs to.
|
@@ -3024,7 +3030,10 @@ module Google
|
|
3024
3030
|
execute_or_queue_command(command, &block)
|
3025
3031
|
end
|
3026
3032
|
|
3027
|
-
# Deactivates a manual trigger.
|
3033
|
+
# Deactivates a manual trigger. **Warning:** Line Items using manual triggers
|
3034
|
+
# will stop serving in Display & Video 360 on **May 17, 2023**. Read our [
|
3035
|
+
# feature deprecation announcement](/display-video/api/deprecations#features.
|
3036
|
+
# manual_triggers) for more information.
|
3028
3037
|
# @param [Fixnum] advertiser_id
|
3029
3038
|
# Required. The ID of the advertiser that the manual trigger belongs.
|
3030
3039
|
# @param [Fixnum] trigger_id
|
@@ -3060,7 +3069,10 @@ module Google
|
|
3060
3069
|
execute_or_queue_command(command, &block)
|
3061
3070
|
end
|
3062
3071
|
|
3063
|
-
# Gets a manual trigger.
|
3072
|
+
# Gets a manual trigger. **Warning:** Line Items using manual triggers will stop
|
3073
|
+
# serving in Display & Video 360 on **May 17, 2023**. Read our [feature
|
3074
|
+
# deprecation announcement](/display-video/api/deprecations#features.
|
3075
|
+
# manual_triggers) for more information.
|
3064
3076
|
# @param [Fixnum] advertiser_id
|
3065
3077
|
# Required. The ID of the advertiser this manual trigger belongs to.
|
3066
3078
|
# @param [Fixnum] trigger_id
|
@@ -3095,7 +3107,10 @@ module Google
|
|
3095
3107
|
|
3096
3108
|
# Lists manual triggers that are accessible to the current user for a given
|
3097
3109
|
# advertiser ID. The order is defined by the order_by parameter. A single
|
3098
|
-
# advertiser_id is required.
|
3110
|
+
# advertiser_id is required. **Warning:** Line Items using manual triggers will
|
3111
|
+
# stop serving in Display & Video 360 on **May 17, 2023**. Read our [feature
|
3112
|
+
# deprecation announcement](/display-video/api/deprecations#features.
|
3113
|
+
# manual_triggers) for more information.
|
3099
3114
|
# @param [Fixnum] advertiser_id
|
3100
3115
|
# Required. The ID of the advertiser that the fetched manual triggers belong to.
|
3101
3116
|
# @param [String] filter
|
@@ -3151,7 +3166,10 @@ module Google
|
|
3151
3166
|
execute_or_queue_command(command, &block)
|
3152
3167
|
end
|
3153
3168
|
|
3154
|
-
# Updates a manual trigger. Returns the updated manual trigger if successful.
|
3169
|
+
# Updates a manual trigger. Returns the updated manual trigger if successful. **
|
3170
|
+
# Warning:** Line Items using manual triggers will stop serving in Display &
|
3171
|
+
# Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
|
3172
|
+
# display-video/api/deprecations#features.manual_triggers) for more information.
|
3155
3173
|
# @param [Fixnum] advertiser_id
|
3156
3174
|
# Required. Immutable. The unique ID of the advertiser that the manual trigger
|
3157
3175
|
# belongs to.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-displayvideo_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|