google-apis-displayvideo_v1 0.46.0 → 0.48.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: 181bc5a34940aa778e7d7a13a74502eb1b488f2bbd8d57723640e8d7fb78b884
4
- data.tar.gz: 3990c7493f3b5f57fcecc57121056854a1915a2fbb35d34c9ef7e735dd26b60e
3
+ metadata.gz: 0f2fc560db9b16ee30e6bd74e148e7af3604d224ec782226b92bf51cd8b4e8a4
4
+ data.tar.gz: e44eb4307706939c6bbe73d72bb7519a30fabee98787c4bfd31fbcda44037d76
5
5
  SHA512:
6
- metadata.gz: 33410692e1805f6483c89df94128396dc489fe926f09bee684dc964169398b1f762f62db8af0d47a1d3bf7b6863dbf4415dc26890d47114e9553ec6f94ed3b07
7
- data.tar.gz: a825581f6b51bd1dd4a87da60f615c1e50b1c213c0ceac1435b656931526ba52cc16ee1df02a1d46684dff2e80167fafb76c6101e7d2f6b9aa0ee69dac38e34c
6
+ metadata.gz: 921acc8b0361bab98cfd1fce8286a2ff30cdfd1d6faeadddaf3349d1f3705c2666ebceed027f900c33437b2853f1b0a26f3a2f7874858d23796cf5b795c88dfd
7
+ data.tar.gz: cbba1bf5cc65cc6c6ba167af1c9aa33a8b9ae49acbc99bd9410fcdd6eca60f48ec4713a65904b3d2e8e32bf9bd1a2ca8276c9b999246fd57ffbbc56b5ac581c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.48.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
7
+ ### v0.47.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230316
10
+
3
11
  ### v0.46.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230302
@@ -568,12 +568,9 @@ module Google
568
568
 
569
569
  # Media ID of the uploaded asset. This is a unique identifier for the asset.
570
570
  # This ID can be passed to other API calls, e.g. CreateCreative to associate the
571
- # asset with a creative. **On April 5, 2023, the value of this ID will be
572
- # updated. Before this date, we recommend that you stop using any cached media
573
- # IDs when creating or updating creatives, and instead upload assets immediately
574
- # before using them for creative production.** **After April 5, you can update
575
- # cached media IDs to the new values by retrieving them from associated creative
576
- # resources or re-uploading them.**
571
+ # asset with a creative. The Media ID space updated on **April 5, 2023**. Update
572
+ # media IDs cached before **April 5, 2023** by retrieving the new media ID from
573
+ # associated creative resources or re-uploading the asset.
577
574
  # Corresponds to the JSON property `mediaId`
578
575
  # @return [Fixnum]
579
576
  attr_accessor :media_id
@@ -3303,11 +3300,9 @@ module Google
3303
3300
 
3304
3301
  # Additional dimensions. Applicable when creative_type is one of: * `
3305
3302
  # CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE` * `CREATIVE_TYPE_NATIVE` *
3306
- # `CREATIVE_TYPE_TEMPLATED_APP_INSTALL` * `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `
3307
- # CREATIVE_TYPE_LIGHTBOX` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3308
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_PUBLISHER_HOSTED` If
3309
- # this field is specified, width_pixels and height_pixels are both required and
3310
- # must be greater than or equal to 0.
3303
+ # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_LIGHTBOX` * `
3304
+ # CREATIVE_TYPE_PUBLISHER_HOSTED` If this field is specified, width_pixels and
3305
+ # height_pixels are both required and must be greater than or equal to 0.
3311
3306
  # Corresponds to the JSON property `additionalDimensions`
3312
3307
  # @return [Array<Google::Apis::DisplayvideoV1::Dimensions>]
3313
3308
  attr_accessor :additional_dimensions
@@ -3322,9 +3317,7 @@ module Google
3322
3317
  # @return [String]
3323
3318
  attr_accessor :appended_tag
3324
3319
 
3325
- # Required. Assets associated to this creative. Assets can be associated to the
3326
- # creative in one of following roles: * `ASSET_ROLE_UNSPECIFIED` * `
3327
- # ASSET_ROLE_MAIN` * `ASSET_ROLE_BACKUP` * `ASSET_ROLE_POLITE_LOAD`
3320
+ # Required. Assets associated to this creative.
3328
3321
  # Corresponds to the JSON property `assets`
3329
3322
  # @return [Array<Google::Apis::DisplayvideoV1::AssetAssociation>]
3330
3323
  attr_accessor :assets
@@ -3465,9 +3458,8 @@ module Google
3465
3458
 
3466
3459
  # JavaScript measurement URL from supported third-party verification providers (
3467
3460
  # ComScore, DoubleVerify, IAS, Moat). HTML script tags are not supported. This
3468
- # field is only supported in following creative_type: * `CREATIVE_TYPE_NATIVE` *
3469
- # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3470
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3461
+ # field is only writeable in following creative_type: * `CREATIVE_TYPE_NATIVE` *
3462
+ # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3471
3463
  # Corresponds to the JSON property `jsTrackerUrl`
3472
3464
  # @return [String]
3473
3465
  attr_accessor :js_tracker_url
@@ -3608,9 +3600,8 @@ module Google
3608
3600
  # The URLs must start with https (except on inventory that doesn't require SSL
3609
3601
  # compliance). If using macros in your URL, use only macros supported by Display
3610
3602
  # & Video 360. Standard URLs only, no IMG or SCRIPT tags. This field is only
3611
- # supported in following creative_type: * `CREATIVE_TYPE_NATIVE` * `
3612
- # CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3613
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3603
+ # writeable in following creative_type: * `CREATIVE_TYPE_NATIVE` * `
3604
+ # CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3614
3605
  # Corresponds to the JSON property `trackerUrls`
3615
3606
  # @return [Array<String>]
3616
3607
  attr_accessor :tracker_urls
@@ -6976,7 +6967,10 @@ module Google
6976
6967
 
6977
6968
  # Settings that control the targeting expansion of the line item. Targeting
6978
6969
  # expansion allows the line item to reach a larger audience based on the
6979
- # original audience list and the targeting expansion level.
6970
+ # original audience list and the targeting expansion level. Beginning **March 25,
6971
+ # 2023**, these settings may represent the [optimized targeting feature](//
6972
+ # support.google.com/displayvideo/answer/12060859) in place of targeting
6973
+ # expansion. This feature will be rolled out to all partners by mid-April 2023.
6980
6974
  # Corresponds to the JSON property `targetingExpansion`
6981
6975
  # @return [Google::Apis::DisplayvideoV1::TargetingExpansionConfig]
6982
6976
  attr_accessor :targeting_expansion
@@ -9994,7 +9988,10 @@ module Google
9994
9988
 
9995
9989
  # Settings that control the targeting expansion of the line item. Targeting
9996
9990
  # expansion allows the line item to reach a larger audience based on the
9997
- # original audience list and the targeting expansion level.
9991
+ # original audience list and the targeting expansion level. Beginning **March 25,
9992
+ # 2023**, these settings may represent the [optimized targeting feature](//
9993
+ # support.google.com/displayvideo/answer/12060859) in place of targeting
9994
+ # expansion. This feature will be rolled out to all partners by mid-April 2023.
9998
9995
  class TargetingExpansionConfig
9999
9996
  include Google::Apis::Core::Hashable
10000
9997
 
@@ -10002,13 +9999,30 @@ module Google
10002
9999
  # expansion or optimized targeting. Similar audiences of the excluded first-
10003
10000
  # party lists will not be excluded. Only applicable when a first-party audience
10004
10001
  # is positively targeted (directly or included in a combined audience),
10005
- # otherwise this selection will be ignored.
10002
+ # otherwise this selection will be ignored. Beginning **March 25, 2023**, this
10003
+ # field may be deprecated with the replacement of targeting expansion with [
10004
+ # optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
10005
+ # deprecation, this field will be set to `false`. If this field is set to `true`
10006
+ # when deprecated, all positive first-party audience targeting assigned to this
10007
+ # line item will be replaced with negative targeting of the same first-party
10008
+ # audiences to ensure the continued exclusion of those audiences. This field
10009
+ # will be deprecated for all partners by mid-April 2023.
10006
10010
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10007
10011
  # @return [Boolean]
10008
10012
  attr_accessor :exclude_first_party_audience
10009
10013
  alias_method :exclude_first_party_audience?, :exclude_first_party_audience
10010
10014
 
10011
10015
  # Required. Magnitude of expansion for applicable targeting under this line item.
10016
+ # Beginning **March 25, 2023**, the behavior of this field may change in the
10017
+ # following ways with the replacement of targeting expansion with [optimized
10018
+ # targeting](//support.google.com/displayvideo/answer/12060859): * This field
10019
+ # will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
10020
+ # representing optimized targeting turned off and a `LEAST_EXPANSION` value
10021
+ # representing optimized targeting turned on. * `NO_EXPANSION` will be the
10022
+ # default value for the field and will be automatically assigned if you do not
10023
+ # set the field. * If you set the field to any value other than `NO_EXPANSION`,
10024
+ # it will automatically be set to `LEAST_EXPANSION`. This behavior will be
10025
+ # rolled out to all partners by mid-April 2023.
10012
10026
  # Corresponds to the JSON property `targetingExpansionLevel`
10013
10027
  # @return [String]
10014
10028
  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.46.0"
19
+ GEM_VERSION = "0.48.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 = "20230302"
25
+ REVISION = "20230406"
26
26
  end
27
27
  end
28
28
  end
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.46.0
4
+ version: 0.48.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.48.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: []