google-apis-displayvideo_v2 0.14.0 → 0.16.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: 4a60d8fa7d355764c695e371dcaeb47abc90244e11728a82f963943396e9964b
4
- data.tar.gz: 8ede222c2cce793aa21462d5531a50e6a5f10ddada9a08c7284c08cb575b6b5b
3
+ metadata.gz: 5c5ff48544a81741fa275199a877b03d6acbf4dbbf9cae784aa928f42a47a0ef
4
+ data.tar.gz: eff292bfa838be1f85a6c87bf7a9bf0ef767c4beb940f6b2e21997c5f6e7bda1
5
5
  SHA512:
6
- metadata.gz: 54bc5e84217aac1d117060f2e4373810b7e5f4a98c2c6288b0734480557f420edc09f2adf5314a273abd7d0f7537323084ca06deee2950e1a1e4e0ebd6a215b8
7
- data.tar.gz: d2f421d10099e8c60250e98a27e5671cebfdc113acc03b6e4d4e72ea59f9361dc612d0580c2f90eac30d2b0a3f5b2ff5f90c73e1314ff5ba011cf29dd328eb93
6
+ metadata.gz: 48e6cd4405908d712c40605a7060596af87a944d771ba23cf782ff8b4d442ccf4318a09207aa785cd33a52739ed3e1d4df0fa3a0f0c9cd5ba9061b43454fe8c8
7
+ data.tar.gz: 2b14017a820ddfb808cf19ea455ea9044ce6a964b364b944e1860d659488389ef698fca705aaef7e23deaecc3a4ba724f0bf7c0c8eba50aaaea8d86d1cf71575
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.16.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
7
+ ### v0.15.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.14.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230316
@@ -613,12 +613,9 @@ module Google
613
613
 
614
614
  # Media ID of the uploaded asset. This is a unique identifier for the asset.
615
615
  # This ID can be passed to other API calls, e.g. CreateCreative to associate the
616
- # asset with a creative. **On April 5, 2023, the value of this ID will be
617
- # updated. Before this date, we recommend that you stop using any cached media
618
- # IDs when creating or updating creatives, and instead upload assets immediately
619
- # before using them for creative production.** **After April 5, you can update
620
- # cached media IDs to the new values by retrieving them from associated creative
621
- # resources or re-uploading them.**
616
+ # asset with a creative. The Media ID space updated on **April 5, 2023**. Update
617
+ # media IDs cached before **April 5, 2023** by retrieving the new media ID from
618
+ # associated creative resources or re-uploading the asset.
622
619
  # Corresponds to the JSON property `mediaId`
623
620
  # @return [Fixnum]
624
621
  attr_accessor :media_id
@@ -3649,11 +3646,9 @@ module Google
3649
3646
 
3650
3647
  # Additional dimensions. Applicable when creative_type is one of: * `
3651
3648
  # CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE` * `CREATIVE_TYPE_NATIVE` *
3652
- # `CREATIVE_TYPE_TEMPLATED_APP_INSTALL` * `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `
3653
- # CREATIVE_TYPE_LIGHTBOX` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3654
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_PUBLISHER_HOSTED` If
3655
- # this field is specified, width_pixels and height_pixels are both required and
3656
- # must be greater than or equal to 0.
3649
+ # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_LIGHTBOX` * `
3650
+ # CREATIVE_TYPE_PUBLISHER_HOSTED` If this field is specified, width_pixels and
3651
+ # height_pixels are both required and must be greater than or equal to 0.
3657
3652
  # Corresponds to the JSON property `additionalDimensions`
3658
3653
  # @return [Array<Google::Apis::DisplayvideoV2::Dimensions>]
3659
3654
  attr_accessor :additional_dimensions
@@ -3668,9 +3663,7 @@ module Google
3668
3663
  # @return [String]
3669
3664
  attr_accessor :appended_tag
3670
3665
 
3671
- # Required. Assets associated to this creative. Assets can be associated to the
3672
- # creative in one of following roles: * `ASSET_ROLE_UNSPECIFIED` * `
3673
- # ASSET_ROLE_MAIN` * `ASSET_ROLE_BACKUP` * `ASSET_ROLE_POLITE_LOAD`
3666
+ # Required. Assets associated to this creative.
3674
3667
  # Corresponds to the JSON property `assets`
3675
3668
  # @return [Array<Google::Apis::DisplayvideoV2::AssetAssociation>]
3676
3669
  attr_accessor :assets
@@ -3811,9 +3804,8 @@ module Google
3811
3804
 
3812
3805
  # JavaScript measurement URL from supported third-party verification providers (
3813
3806
  # ComScore, DoubleVerify, IAS, Moat). HTML script tags are not supported. This
3814
- # field is only supported in following creative_type: * `CREATIVE_TYPE_NATIVE` *
3815
- # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3816
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3807
+ # field is only writeable in following creative_type: * `CREATIVE_TYPE_NATIVE` *
3808
+ # `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3817
3809
  # Corresponds to the JSON property `jsTrackerUrl`
3818
3810
  # @return [String]
3819
3811
  attr_accessor :js_tracker_url
@@ -3954,9 +3946,8 @@ module Google
3954
3946
  # The URLs must start with https (except on inventory that doesn't require SSL
3955
3947
  # compliance). If using macros in your URL, use only macros supported by Display
3956
3948
  # & Video 360. Standard URLs only, no IMG or SCRIPT tags. This field is only
3957
- # supported in following creative_type: * `CREATIVE_TYPE_NATIVE` * `
3958
- # CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_APP_INSTALL` * `
3959
- # CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3949
+ # writeable in following creative_type: * `CREATIVE_TYPE_NATIVE` * `
3950
+ # CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
3960
3951
  # Corresponds to the JSON property `trackerUrls`
3961
3952
  # @return [Array<String>]
3962
3953
  attr_accessor :tracker_urls
@@ -7445,7 +7436,7 @@ module Google
7445
7436
  # original audience list and the targeting expansion level. Beginning **March 25,
7446
7437
  # 2023**, these settings may represent the [optimized targeting feature](//
7447
7438
  # support.google.com/displayvideo/answer/12060859) in place of targeting
7448
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
7439
+ # expansion. This feature will be rolled out to all partners by early May 2023.
7449
7440
  # Corresponds to the JSON property `targetingExpansion`
7450
7441
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
7451
7442
  attr_accessor :targeting_expansion
@@ -10770,7 +10761,7 @@ module Google
10770
10761
  # original audience list and the targeting expansion level. Beginning **March 25,
10771
10762
  # 2023**, these settings may represent the [optimized targeting feature](//
10772
10763
  # support.google.com/displayvideo/answer/12060859) in place of targeting
10773
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
10764
+ # expansion. This feature will be rolled out to all partners by early May 2023.
10774
10765
  class TargetingExpansionConfig
10775
10766
  include Google::Apis::Core::Hashable
10776
10767
 
@@ -10785,7 +10776,7 @@ module Google
10785
10776
  # when deprecated, all positive first-party audience targeting assigned to this
10786
10777
  # line item will be replaced with negative targeting of the same first-party
10787
10778
  # audiences to ensure the continued exclusion of those audiences. This field
10788
- # will be deprecated for all partners by mid-April 2023.
10779
+ # will be deprecated for all partners by early May 2023.
10789
10780
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10790
10781
  # @return [Boolean]
10791
10782
  attr_accessor :exclude_first_party_audience
@@ -10801,7 +10792,7 @@ module Google
10801
10792
  # default value for the field and will be automatically assigned if you do not
10802
10793
  # set the field. * If you set the field to any value other than `NO_EXPANSION`,
10803
10794
  # it will automatically be set to `LEAST_EXPANSION`. This behavior will be
10804
- # rolled out to all partners by mid-April 2023.
10795
+ # rolled out to all partners by early May 2023.
10805
10796
  # Corresponds to the JSON property `targetingExpansionLevel`
10806
10797
  # @return [String]
10807
10798
  attr_accessor :targeting_expansion_level
@@ -11857,7 +11848,7 @@ module Google
11857
11848
  # original audience list and the targeting expansion level. Beginning **March 25,
11858
11849
  # 2023**, these settings may represent the [optimized targeting feature](//
11859
11850
  # support.google.com/displayvideo/answer/12060859) in place of targeting
11860
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
11851
+ # expansion. This feature will be rolled out to all partners by early May 2023.
11861
11852
  # Corresponds to the JSON property `targetingExpansion`
11862
11853
  # @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
11863
11854
  attr_accessor :targeting_expansion
@@ -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.14.0"
19
+ GEM_VERSION = "0.16.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 = "20230316"
25
+ REVISION = "20230420"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.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-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.16.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: []