google-apis-displayvideo_v1 0.51.0 → 0.53.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: 658c35f2e8e7c5815ed6d4862ba85c2b38b618537147449aa04ae0fc27b93a95
4
- data.tar.gz: 6231a340a25af15e55e867901f956c8690f7328c4c0cde630b76ff37b3017131
3
+ metadata.gz: 749c242d6542bda5b322048dc89ab029ada4e11183a307a9bfe44fd1b90b7e81
4
+ data.tar.gz: ddba645ccd697ce384bae42138ed4740161c960724789be4b1887f8bc0befbc3
5
5
  SHA512:
6
- metadata.gz: 9195983b22f6ac71c5b3bb5f684742105f085551c64180af2b4250156d3e728cb17a3f5fc81516b071cf4c55e803e1cfb93162f025993c70155690438436de57
7
- data.tar.gz: 73426536564b0b479c7cab912bb76153740215a458453b3d6c55f2be449d91b623f9c79eaf8b98fd3882ed53f66c77e7f0fa63f0ddaffc02a8c9c7f9d1ab4fab
6
+ metadata.gz: 520b04257ce61f9935628ba022028ac096a376c14beb24956c371b2bf11e55b590623491eee839541175c3911543216429352a54d0c5a32b193d0e214284f671
7
+ data.tar.gz: 3907be33ccc69c8cd41f81c5618b9a989520aa59155b6fac00ea0d4dde5e7df78cbd6ed98abd5f7a6db7f976f5da335d405bfd1c57f6a168ce3f85f977892d7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.53.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230608
6
+
7
+ ### v0.52.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230518
10
+
3
11
  ### v0.51.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230504
@@ -6286,12 +6286,6 @@ module Google
6286
6286
  # @return [Google::Apis::DisplayvideoV1::InventorySourceStatus]
6287
6287
  attr_accessor :status
6288
6288
 
6289
- # Immutable. The unique ID of the sub-site property assigned to this inventory
6290
- # source.
6291
- # Corresponds to the JSON property `subSitePropertyId`
6292
- # @return [Fixnum]
6293
- attr_accessor :sub_site_property_id
6294
-
6295
6289
  # A time range.
6296
6290
  # Corresponds to the JSON property `timeRange`
6297
6291
  # @return [Google::Apis::DisplayvideoV1::TimeRange]
@@ -6326,7 +6320,6 @@ module Google
6326
6320
  @read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
6327
6321
  @read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
6328
6322
  @status = args[:status] if args.key?(:status)
6329
- @sub_site_property_id = args[:sub_site_property_id] if args.key?(:sub_site_property_id)
6330
6323
  @time_range = args[:time_range] if args.key?(:time_range)
6331
6324
  @update_time = args[:update_time] if args.key?(:update_time)
6332
6325
  end
@@ -6973,12 +6966,8 @@ module Google
6973
6966
  # @return [String]
6974
6967
  attr_accessor :reservation_type
6975
6968
 
6976
- # Settings that control the targeting expansion of the line item. Targeting
6977
- # expansion allows the line item to reach a larger audience based on the
6978
- # original audience list and the targeting expansion level. Beginning **March 25,
6979
- # 2023**, these settings may represent the [optimized targeting feature](//
6980
- # support.google.com/displayvideo/answer/12060859) in place of targeting
6981
- # expansion. This feature will be rolled out to all partners by early May 2023.
6969
+ # Settings that control the [optimized targeting](//support.google.com/
6970
+ # displayvideo/answer/12060859) settings of the line item.
6982
6971
  # Corresponds to the JSON property `targetingExpansion`
6983
6972
  # @return [Google::Apis::DisplayvideoV1::TargetingExpansionConfig]
6984
6973
  attr_accessor :targeting_expansion
@@ -7092,9 +7081,10 @@ module Google
7092
7081
  # otherwise. * When set, the line item's flight dates are inherited from its
7093
7082
  # parent insertion order. * Active line items will spend when the selected
7094
7083
  # trigger is activated within the parent insertion order's flight dates. **
7095
- # Warning:** Line Items using manual triggers will stop serving in Display &
7096
- # Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
7097
- # display-video/api/deprecations#features.manual_triggers) for more information.
7084
+ # Warning:** Line Items using manual triggers no longer serve in Display & Video
7085
+ # 360. This field will sunset on August 1, 2023. Read our [feature deprecation
7086
+ # announcement](/display-video/api/deprecations#features.manual_triggers) for
7087
+ # more information.
7098
7088
  # Corresponds to the JSON property `triggerId`
7099
7089
  # @return [Fixnum]
7100
7090
  attr_accessor :trigger_id
@@ -8055,9 +8045,9 @@ module Google
8055
8045
  end
8056
8046
 
8057
8047
  # A single manual trigger in Display & Video 360. **Warning:** Line Items using
8058
- # manual triggers will stop serving in Display & Video 360 on **May 17, 2023**.
8059
- # Read our [feature deprecation announcement](/display-video/api/deprecations#
8060
- # features.manual_triggers) for more information.
8048
+ # manual triggers no longer serve in Display & Video 360. This resource will
8049
+ # sunset on August 1, 2023. Read our [feature deprecation announcement](/display-
8050
+ # video/api/deprecations#features.manual_triggers) for more information.
8061
8051
  class ManualTrigger
8062
8052
  include Google::Apis::Core::Hashable
8063
8053
 
@@ -10000,43 +9990,29 @@ module Google
10000
9990
  end
10001
9991
  end
10002
9992
 
10003
- # Settings that control the targeting expansion of the line item. Targeting
10004
- # expansion allows the line item to reach a larger audience based on the
10005
- # original audience list and the targeting expansion level. Beginning **March 25,
10006
- # 2023**, these settings may represent the [optimized targeting feature](//
10007
- # support.google.com/displayvideo/answer/12060859) in place of targeting
10008
- # expansion. This feature will be rolled out to all partners by early May 2023.
9993
+ # Settings that control the [optimized targeting](//support.google.com/
9994
+ # displayvideo/answer/12060859) settings of the line item.
10009
9995
  class TargetingExpansionConfig
10010
9996
  include Google::Apis::Core::Hashable
10011
9997
 
10012
- # Required. Whether to exclude first-party audiences from use in targeting
10013
- # expansion or optimized targeting. Similar audiences of the excluded first-
10014
- # party lists will not be excluded. Only applicable when a first-party audience
10015
- # is positively targeted (directly or included in a combined audience),
10016
- # otherwise this selection will be ignored. Beginning **March 25, 2023**, this
10017
- # field may be deprecated with the replacement of targeting expansion with [
10018
- # optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
10019
- # deprecation, this field will be set to `false`. If this field is set to `true`
10020
- # when deprecated, all positive first-party audience targeting assigned to this
10021
- # line item will be replaced with negative targeting of the same first-party
10022
- # audiences to ensure the continued exclusion of those audiences. This field
10023
- # will be deprecated for all partners by early May 2023.
9998
+ # Whether to exclude first-party audiences from use in targeting expansion. This
9999
+ # field was deprecated with the launch of [optimized targeting](//support.google.
10000
+ # com/displayvideo/answer/12060859). This field will be set to `false`. If this
10001
+ # field is set to `true` when deprecated, all positive first-party audience
10002
+ # targeting assigned to this line item will be replaced with negative targeting
10003
+ # of the same first-party audiences to ensure the continued exclusion of those
10004
+ # audiences.
10024
10005
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10025
10006
  # @return [Boolean]
10026
10007
  attr_accessor :exclude_first_party_audience
10027
10008
  alias_method :exclude_first_party_audience?, :exclude_first_party_audience
10028
10009
 
10029
- # Required. Magnitude of expansion for applicable targeting under this line item.
10030
- # Beginning **March 25, 2023**, the behavior of this field may change in the
10031
- # following ways with the replacement of targeting expansion with [optimized
10032
- # targeting](//support.google.com/displayvideo/answer/12060859): * This field
10033
- # will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
10034
- # representing optimized targeting turned off and a `LEAST_EXPANSION` value
10035
- # representing optimized targeting turned on. * `NO_EXPANSION` will be the
10036
- # default value for the field and will be automatically assigned if you do not
10037
- # set the field. * If you set the field to any value other than `NO_EXPANSION`,
10038
- # it will automatically be set to `LEAST_EXPANSION`. This behavior will be
10039
- # rolled out to all partners by early May 2023.
10010
+ # Required. Whether optimized targeting is turned on. This field supports the
10011
+ # following values: * `NO_EXPANSION`: optimized targeting is turned off * `
10012
+ # LEAST_EXPANSION`: optimized targeting is turned on If this field is set to any
10013
+ # other value, it will automatically be set to `LEAST_EXPANSION`. `NO_EXPANSION`
10014
+ # will be the default value for the field and will be automatically assigned if
10015
+ # you do not set the field.
10040
10016
  # Corresponds to the JSON property `targetingExpansionLevel`
10041
10017
  # @return [String]
10042
10018
  attr_accessor :targeting_expansion_level
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.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 = "20230504"
25
+ REVISION = "20230608"
26
26
  end
27
27
  end
28
28
  end
@@ -3381,7 +3381,6 @@ module Google
3381
3381
 
3382
3382
  property :status, as: 'status', class: Google::Apis::DisplayvideoV1::InventorySourceStatus, decorator: Google::Apis::DisplayvideoV1::InventorySourceStatus::Representation
3383
3383
 
3384
- property :sub_site_property_id, :numeric_string => true, as: 'subSitePropertyId'
3385
3384
  property :time_range, as: 'timeRange', class: Google::Apis::DisplayvideoV1::TimeRange, decorator: Google::Apis::DisplayvideoV1::TimeRange::Representation
3386
3385
 
3387
3386
  property :update_time, as: 'updateTime'
@@ -1631,7 +1631,7 @@ module Google
1631
1631
  # OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
1632
1632
  # fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
1633
1633
  # displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
1634
- # input in the form of `YYYY-MM-DD`) **Deprecated. Not available after June 8,
1634
+ # input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
1635
1635
  # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
1636
1636
  # Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
1637
1637
  # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
@@ -2233,30 +2233,28 @@ module Google
2233
2233
  # OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
2234
2234
  # )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
2235
2235
  # fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
2236
- # endDate` (input formatted as `YYYY-MM-DD`) **Deprecated. Not available after
2237
- # June 8, 2023** * `flight.triggerId` * `insertionOrderId` * `lineItemId` * `
2238
- # lineItemType` * `targetedChannelId` * `targetedNegativeKeywordListId` * `
2239
- # updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2240
- # warningMessages` Examples: * All line items under an insertion order: `
2241
- # insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`
2242
- # and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(
2243
- # entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")
2244
- # AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose
2245
- # flight dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"`
2246
- # * All line items that have `NO_VALID_CREATIVE` in `warningMessages`: `
2247
- # warningMessages:"NO_VALID_CREATIVE"` * All line items with an update time less
2248
- # than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-
2249
- # 11-04T18:54:47Z"` * All line items with an update time greater than or equal
2250
- # to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime>="2020-11-04T18:54:
2251
- # 47Z"` * All line items that are using both the specified channel and specified
2252
- # negative keyword list in their targeting: `targetedNegativeKeywordListId=789
2253
- # AND targetedChannelId=12345` The length of this field should be no more than
2254
- # 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2236
+ # endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
2237
+ # June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
2238
+ # 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
2239
+ # targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
2240
+ # targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
2241
+ # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2242
+ # warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
2243
+ # * All line items under an insertion order: `insertionOrderId="1234"` * All `
2244
+ # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2245
+ # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2246
+ # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2247
+ # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items with an update
2248
+ # time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2249
+ # updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
2250
+ # greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2251
+ # updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more
2252
+ # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2255
2253
  # guides/how-tos/filters) guide for more information.
2256
2254
  # @param [String] order_by
2257
2255
  # Field by which to sort the list. Acceptable values are: * `displayName` (
2258
- # default) * `entityStatus` * `flight.dateRange.endDate` **Deprecated. Not
2259
- # available after June 8, 2023** * `updateTime` The default sorting order is
2256
+ # default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
2257
+ # available after June 21, 2023** * `updateTime` The default sorting order is
2260
2258
  # ascending. To specify descending order for a field, a suffix "desc" should be
2261
2259
  # added to the field name. Example: `displayName desc`.
2262
2260
  # @param [Fixnum] page_size
@@ -2979,9 +2977,10 @@ module Google
2979
2977
 
2980
2978
  # Activates a manual trigger. Each activation of the manual trigger must be at
2981
2979
  # least 5 minutes apart, otherwise an error will be returned. **Warning:** Line
2982
- # Items using manual triggers will stop serving in Display & Video 360 on **May
2983
- # 17, 2023**. Read our [feature deprecation announcement](/display-video/api/
2984
- # deprecations#features.manual_triggers) for more information.
2980
+ # Items using manual triggers no longer serve in Display & Video 360. This
2981
+ # method will sunset on August 1, 2023. Read our [feature deprecation
2982
+ # announcement](/display-video/api/deprecations#features.manual_triggers) for
2983
+ # more information.
2985
2984
  # @param [Fixnum] advertiser_id
2986
2985
  # Required. The ID of the advertiser that the manual trigger belongs.
2987
2986
  # @param [Fixnum] trigger_id
@@ -3018,10 +3017,10 @@ module Google
3018
3017
  end
3019
3018
 
3020
3019
  # Creates a new manual trigger. Returns the newly created manual trigger if
3021
- # successful. **Warning:** Line Items using manual triggers will stop serving in
3022
- # Display & Video 360 on **May 17, 2023**. Read our [feature deprecation
3023
- # announcement](/display-video/api/deprecations#features.manual_triggers) for
3024
- # more information.
3020
+ # successful. **Warning:** Line Items using manual triggers no longer serve in
3021
+ # Display & Video 360. This method will sunset on August 1, 2023. Read our [
3022
+ # feature deprecation announcement](/display-video/api/deprecations#features.
3023
+ # manual_triggers) for more information.
3025
3024
  # @param [Fixnum] advertiser_id
3026
3025
  # Required. Immutable. The unique ID of the advertiser that the manual trigger
3027
3026
  # belongs to.
@@ -3055,10 +3054,10 @@ module Google
3055
3054
  execute_or_queue_command(command, &block)
3056
3055
  end
3057
3056
 
3058
- # Deactivates a manual trigger. **Warning:** Line Items using manual triggers
3059
- # will stop serving in Display & Video 360 on **May 17, 2023**. Read our [
3060
- # feature deprecation announcement](/display-video/api/deprecations#features.
3061
- # manual_triggers) for more information.
3057
+ # Deactivates a manual trigger. **Warning:** Line Items using manual triggers no
3058
+ # longer serve in Display & Video 360. This method will sunset on August 1, 2023.
3059
+ # Read our [feature deprecation announcement](/display-video/api/deprecations#
3060
+ # features.manual_triggers) for more information.
3062
3061
  # @param [Fixnum] advertiser_id
3063
3062
  # Required. The ID of the advertiser that the manual trigger belongs.
3064
3063
  # @param [Fixnum] trigger_id
@@ -3094,10 +3093,10 @@ module Google
3094
3093
  execute_or_queue_command(command, &block)
3095
3094
  end
3096
3095
 
3097
- # Gets a manual trigger. **Warning:** Line Items using manual triggers will stop
3098
- # serving in Display & Video 360 on **May 17, 2023**. Read our [feature
3099
- # deprecation announcement](/display-video/api/deprecations#features.
3100
- # manual_triggers) for more information.
3096
+ # Gets a manual trigger. **Warning:** Line Items using manual triggers no longer
3097
+ # serve in Display & Video 360. This method will sunset on August 1, 2023. Read
3098
+ # our [feature deprecation announcement](/display-video/api/deprecations#
3099
+ # features.manual_triggers) for more information.
3101
3100
  # @param [Fixnum] advertiser_id
3102
3101
  # Required. The ID of the advertiser this manual trigger belongs to.
3103
3102
  # @param [Fixnum] trigger_id
@@ -3132,10 +3131,10 @@ module Google
3132
3131
 
3133
3132
  # Lists manual triggers that are accessible to the current user for a given
3134
3133
  # advertiser ID. The order is defined by the order_by parameter. A single
3135
- # advertiser_id is required. **Warning:** Line Items using manual triggers will
3136
- # stop serving in Display & Video 360 on **May 17, 2023**. Read our [feature
3137
- # deprecation announcement](/display-video/api/deprecations#features.
3138
- # manual_triggers) for more information.
3134
+ # advertiser_id is required. **Warning:** Line Items using manual triggers no
3135
+ # longer serve in Display & Video 360. This method will sunset on August 1, 2023.
3136
+ # Read our [feature deprecation announcement](/display-video/api/deprecations#
3137
+ # features.manual_triggers) for more information.
3139
3138
  # @param [Fixnum] advertiser_id
3140
3139
  # Required. The ID of the advertiser that the fetched manual triggers belong to.
3141
3140
  # @param [String] filter
@@ -3193,9 +3192,10 @@ module Google
3193
3192
  end
3194
3193
 
3195
3194
  # Updates a manual trigger. Returns the updated manual trigger if successful. **
3196
- # Warning:** Line Items using manual triggers will stop serving in Display &
3197
- # Video 360 on **May 17, 2023**. Read our [feature deprecation announcement](/
3198
- # display-video/api/deprecations#features.manual_triggers) for more information.
3195
+ # Warning:** Line Items using manual triggers no longer serve in Display & Video
3196
+ # 360. This method will sunset on August 1, 2023. Read our [feature deprecation
3197
+ # announcement](/display-video/api/deprecations#features.manual_triggers) for
3198
+ # more information.
3199
3199
  # @param [Fixnum] advertiser_id
3200
3200
  # Required. Immutable. The unique ID of the advertiser that the manual trigger
3201
3201
  # 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.51.0
4
+ version: 0.53.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-11 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.53.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: []