google-apis-displayvideo_v1 0.7.0 → 0.8.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: e335b301f1809322b86ffed176908f40fe4cc12436ca39ef8fb3a80699c8c0ef
4
- data.tar.gz: 8d39a46a9351ac765cbcd5ecef453a3d6961f55a15b1ba03bd1bd805b9b68d8b
3
+ metadata.gz: 88a67ce37a07c98119a90676e956989da2414b1e8d2e492446c4f50580b931f2
4
+ data.tar.gz: 3a9d374618661e16ecaf53acccdab2d748b49b1ea8ebc6ed6ec0bbe3113c8beb
5
5
  SHA512:
6
- metadata.gz: 055aa71a8edb0f6bfcf5755c813e6c0a925d5eb47f10eaf4be8701e1b3e2d15d8d48f50c61cf43c2c6c13be355f95b5bd64dacedb975e199f8954925968aad42
7
- data.tar.gz: 21985c67d404254517bffa273dbb04520f85086ced373ceea3caf715d56e64b7952be2c29a483ea1cc23d2b5ba0b85bba54440d73200871d1564248004856dbd
6
+ metadata.gz: ab47d2ec2a95b6bff916d52b45bb056adf25082ec16e94a0e9275cbdd8f03e72a3558b4ffe6bf2eda0b7bdfe7f4d1d3ac249486e2a5f768645367f8a3d6379dd
7
+ data.tar.gz: aeb12222e9efa1929b7a9be05ab7b1cddd46ad838e2cac5e055e79eed4fc905fe740f0b158467f11005e4e3c2ec404cddaeac15fc75d4d2cc2ce9326f41ca3f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.8.0 (2021-04-23)
4
+
5
+ * Regenerated from discovery document revision 20210422
6
+
3
7
  ### v0.7.0 (2021-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20210318
@@ -137,8 +137,9 @@ module Google
137
137
 
138
138
  # Required. Controls whether or not insertion orders and line items of the
139
139
  # advertiser can spend their budgets and bid on inventory. * Accepted values are
140
- # `ENTITY_STATUS_ACTIVE` and `ENTITY_STATUS_SCHEDULED_FOR_DELETION`. * If set to
141
- # `ENTITY_STATUS_SCHEDULED_FOR_DELETION`, the advertiser will be deleted 30 days
140
+ # `ENTITY_STATUS_ACTIVE`, `ENTITY_STATUS_PAUSED` and `
141
+ # ENTITY_STATUS_SCHEDULED_FOR_DELETION`. * If set to `
142
+ # ENTITY_STATUS_SCHEDULED_FOR_DELETION`, the advertiser will be deleted 30 days
142
143
  # from when it was first scheduled for deletion.
143
144
  # Corresponds to the JSON property `entityStatus`
144
145
  # @return [String]
@@ -2146,11 +2147,23 @@ module Google
2146
2147
  # @return [String]
2147
2148
  attr_accessor :name
2148
2149
 
2150
+ # Output only. Number of line items that are directly targeting this channel
2151
+ # negatively.
2152
+ # Corresponds to the JSON property `negativelyTargetedLineItemCount`
2153
+ # @return [Fixnum]
2154
+ attr_accessor :negatively_targeted_line_item_count
2155
+
2149
2156
  # The ID of the partner that owns the channel.
2150
2157
  # Corresponds to the JSON property `partnerId`
2151
2158
  # @return [Fixnum]
2152
2159
  attr_accessor :partner_id
2153
2160
 
2161
+ # Output only. Number of line items that are directly targeting this channel
2162
+ # positively.
2163
+ # Corresponds to the JSON property `positivelyTargetedLineItemCount`
2164
+ # @return [Fixnum]
2165
+ attr_accessor :positively_targeted_line_item_count
2166
+
2154
2167
  def initialize(**args)
2155
2168
  update!(**args)
2156
2169
  end
@@ -2161,7 +2174,9 @@ module Google
2161
2174
  @channel_id = args[:channel_id] if args.key?(:channel_id)
2162
2175
  @display_name = args[:display_name] if args.key?(:display_name)
2163
2176
  @name = args[:name] if args.key?(:name)
2177
+ @negatively_targeted_line_item_count = args[:negatively_targeted_line_item_count] if args.key?(:negatively_targeted_line_item_count)
2164
2178
  @partner_id = args[:partner_id] if args.key?(:partner_id)
2179
+ @positively_targeted_line_item_count = args[:positively_targeted_line_item_count] if args.key?(:positively_targeted_line_item_count)
2165
2180
  end
2166
2181
  end
2167
2182
 
@@ -6760,6 +6775,12 @@ module Google
6760
6775
  # @return [Fixnum]
6761
6776
  attr_accessor :negative_keyword_list_id
6762
6777
 
6778
+ # Output only. Number of line items that are directly targeting this negative
6779
+ # keyword list.
6780
+ # Corresponds to the JSON property `targetedLineItemCount`
6781
+ # @return [Fixnum]
6782
+ attr_accessor :targeted_line_item_count
6783
+
6763
6784
  def initialize(**args)
6764
6785
  update!(**args)
6765
6786
  end
@@ -6770,6 +6791,7 @@ module Google
6770
6791
  @display_name = args[:display_name] if args.key?(:display_name)
6771
6792
  @name = args[:name] if args.key?(:name)
6772
6793
  @negative_keyword_list_id = args[:negative_keyword_list_id] if args.key?(:negative_keyword_list_id)
6794
+ @targeted_line_item_count = args[:targeted_line_item_count] if args.key?(:targeted_line_item_count)
6773
6795
  end
6774
6796
  end
6775
6797
 
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210318"
25
+ REVISION = "20210422"
26
26
  end
27
27
  end
28
28
  end
@@ -2059,7 +2059,9 @@ module Google
2059
2059
  property :channel_id, :numeric_string => true, as: 'channelId'
2060
2060
  property :display_name, as: 'displayName'
2061
2061
  property :name, as: 'name'
2062
+ property :negatively_targeted_line_item_count, :numeric_string => true, as: 'negativelyTargetedLineItemCount'
2062
2063
  property :partner_id, :numeric_string => true, as: 'partnerId'
2064
+ property :positively_targeted_line_item_count, :numeric_string => true, as: 'positivelyTargetedLineItemCount'
2063
2065
  end
2064
2066
  end
2065
2067
 
@@ -3301,6 +3303,7 @@ module Google
3301
3303
  property :display_name, as: 'displayName'
3302
3304
  property :name, as: 'name'
3303
3305
  property :negative_keyword_list_id, :numeric_string => true, as: 'negativeKeywordListId'
3306
+ property :targeted_line_item_count, :numeric_string => true, as: 'targetedLineItemCount'
3304
3307
  end
3305
3308
  end
3306
3309
 
@@ -1982,10 +1982,10 @@ module Google
1982
1982
  end
1983
1983
 
1984
1984
  # Creates a new line item with settings (including targeting) inherited from the
1985
- # insertion order. Returns the newly created line item if successful. There are
1986
- # default values based on the three fields: * The insertion order's
1987
- # InsertionOrderType * The insertion order's InsertionOrderAutomationType * The
1988
- # given line_item_type
1985
+ # insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly
1986
+ # created line item if successful. There are default values based on the three
1987
+ # fields: * The insertion order's insertion_order_type * The insertion order's
1988
+ # automation_type * The given line_item_type
1989
1989
  # @param [Fixnum] advertiser_id
1990
1990
  # Required. The ID of the advertiser this line item belongs to.
1991
1991
  # @param [Google::Apis::DisplayvideoV1::GenerateDefaultLineItemRequest] generate_default_line_item_request_object
@@ -2065,23 +2065,26 @@ module Google
2065
2065
  # ). * The operator used on `updateTime` must be `GREATER THAN OR EQUAL TO (>=)`
2066
2066
  # or `LESS THAN OR EQUAL TO (<=)`. * The operator used on `warningMessages` must
2067
2067
  # be `HAS (:)`. * The operators used on all other fields must be `EQUALS (=)`. *
2068
- # Supported fields: - `campaignId` - `displayName` - `insertionOrderId` - `
2068
+ # Supported properties: - `campaignId` - `displayName` - `insertionOrderId` - `
2069
2069
  # entityStatus` - `lineItemId` - `lineItemType` - `flight.dateRange.endDate` (
2070
2070
  # input formatted as YYYY-MM-DD) - `warningMessages` - `flight.triggerId` - `
2071
- # updateTime` (input in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) * The operator
2072
- # can be `NO LESS THAN (>=)` or `NO GREATER THAN (<=)`. - `updateTime` (format
2073
- # of ISO 8601) Examples: * All line items under an insertion order: `
2074
- # insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`
2075
- # and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(
2076
- # entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")
2077
- # AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose
2078
- # flight dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"`
2079
- # * All line items that have `NO_VALID_CREATIVE` in `warningMessages`: `
2071
+ # updateTime` (input in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) - `
2072
+ # targetedChannelId` - `targetedNegativeKeywordListId` Examples: * All line
2073
+ # items under an insertion order: `insertionOrderId="1234"` * All `
2074
+ # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2075
+ # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2076
+ # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2077
+ # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose flight
2078
+ # dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"` * All
2079
+ # line items that have `NO_VALID_CREATIVE` in `warningMessages`: `
2080
2080
  # warningMessages:"NO_VALID_CREATIVE"` * All line items with an update time less
2081
2081
  # than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: `updateTime<="
2082
2082
  # 2020-11-04T18:54:47Z"` * All line items with an update time greater than or
2083
2083
  # equal to `2020-11-04T18:54:47Z (format of ISO 8601)`: `updateTime>="2020-11-
2084
- # 04T18:54:47Z"` The length of this field should be no more than 500 characters.
2084
+ # 04T18:54:47Z"` * All line items that are using both the specified channel and
2085
+ # specified negative keyword list in their targeting: `
2086
+ # targetedNegativeKeywordListId=789 AND targetedChannelId=12345` The length of
2087
+ # this field should be no more than 500 characters.
2085
2088
  # @param [String] order_by
2086
2089
  # Field by which to sort the list. Acceptable values are: * "displayName" (
2087
2090
  # default) * "entityStatus" * “flight.dateRange.endDate” * "updateTime" The
@@ -3291,7 +3294,7 @@ module Google
3291
3294
  end
3292
3295
 
3293
3296
  # Replaces all negative keywords in a single negative keyword list. The
3294
- # operation will replace the keywords in a negative keywords with keywords
3297
+ # operation will replace the keywords in a negative keyword list with keywords
3295
3298
  # provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.
3296
3299
  # @param [Fixnum] advertiser_id
3297
3300
  # Required. The ID of the DV360 advertiser to which the parent negative keyword
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.7.0
4
+ version: 0.8.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: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Display & Video 360 API V1