google-apis-displayvideo_v2 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +41 -24
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfd9e358007cdad99e4d004b3e1118820c19f329374f9aa527fde7910a9f37c4
|
4
|
+
data.tar.gz: b8eaeb6c5646cede709a05b85cef47295827c507066b0abc99cd588c0bc22954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b7d3d594436c2d402d7b8bb10f96b298f889fcd8e3a963deaee1bfb9ae5c6ca93125796b43cb5f905c6a8bbad9900a425bdd76fdb2db854c32e5639d2cd092
|
7
|
+
data.tar.gz: 965997f7bd1b75336436efca5eb9473415462f5740f156058eda407954f599bd8c20abca536eb0b2511a031df7b0eb4ea30d667b366b0c54b1f06324099d70c4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.15.0 (2023-04-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230406
|
6
|
+
|
7
|
+
### v0.14.0 (2023-03-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230316
|
10
|
+
|
3
11
|
### v0.13.0 (2023-03-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230302
|
@@ -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.
|
617
|
-
#
|
618
|
-
#
|
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
|
-
# `
|
3653
|
-
#
|
3654
|
-
#
|
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.
|
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
|
3815
|
-
# `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `
|
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
|
-
#
|
3958
|
-
# CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `
|
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
|
@@ -7442,7 +7433,10 @@ module Google
|
|
7442
7433
|
|
7443
7434
|
# Settings that control the targeting expansion of the line item. Targeting
|
7444
7435
|
# expansion allows the line item to reach a larger audience based on the
|
7445
|
-
# original audience list and the targeting expansion level.
|
7436
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
7437
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
7438
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
7439
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
7446
7440
|
# Corresponds to the JSON property `targetingExpansion`
|
7447
7441
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
7448
7442
|
attr_accessor :targeting_expansion
|
@@ -10764,7 +10758,10 @@ module Google
|
|
10764
10758
|
|
10765
10759
|
# Settings that control the targeting expansion of the line item. Targeting
|
10766
10760
|
# expansion allows the line item to reach a larger audience based on the
|
10767
|
-
# original audience list and the targeting expansion level.
|
10761
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
10762
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
10763
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
10764
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
10768
10765
|
class TargetingExpansionConfig
|
10769
10766
|
include Google::Apis::Core::Hashable
|
10770
10767
|
|
@@ -10772,13 +10769,30 @@ module Google
|
|
10772
10769
|
# expansion or optimized targeting. Similar audiences of the excluded first-
|
10773
10770
|
# party lists will not be excluded. Only applicable when a first-party audience
|
10774
10771
|
# is positively targeted (directly or included in a combined audience),
|
10775
|
-
# otherwise this selection will be ignored.
|
10772
|
+
# otherwise this selection will be ignored. Beginning **March 25, 2023**, this
|
10773
|
+
# field may be deprecated with the replacement of targeting expansion with [
|
10774
|
+
# optimized targeting](//support.google.com/displayvideo/answer/12060859). Upon
|
10775
|
+
# deprecation, this field will be set to `false`. If this field is set to `true`
|
10776
|
+
# when deprecated, all positive first-party audience targeting assigned to this
|
10777
|
+
# line item will be replaced with negative targeting of the same first-party
|
10778
|
+
# audiences to ensure the continued exclusion of those audiences. This field
|
10779
|
+
# will be deprecated for all partners by mid-April 2023.
|
10776
10780
|
# Corresponds to the JSON property `excludeFirstPartyAudience`
|
10777
10781
|
# @return [Boolean]
|
10778
10782
|
attr_accessor :exclude_first_party_audience
|
10779
10783
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10780
10784
|
|
10781
10785
|
# Required. Magnitude of expansion for applicable targeting under this line item.
|
10786
|
+
# Beginning **March 25, 2023**, the behavior of this field may change in the
|
10787
|
+
# following ways with the replacement of targeting expansion with [optimized
|
10788
|
+
# targeting](//support.google.com/displayvideo/answer/12060859): * This field
|
10789
|
+
# will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
|
10790
|
+
# representing optimized targeting turned off and a `LEAST_EXPANSION` value
|
10791
|
+
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
10792
|
+
# default value for the field and will be automatically assigned if you do not
|
10793
|
+
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
10794
|
+
# it will automatically be set to `LEAST_EXPANSION`. This behavior will be
|
10795
|
+
# rolled out to all partners by mid-April 2023.
|
10782
10796
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10783
10797
|
# @return [String]
|
10784
10798
|
attr_accessor :targeting_expansion_level
|
@@ -11831,7 +11845,10 @@ module Google
|
|
11831
11845
|
|
11832
11846
|
# Settings that control the targeting expansion of the line item. Targeting
|
11833
11847
|
# expansion allows the line item to reach a larger audience based on the
|
11834
|
-
# original audience list and the targeting expansion level.
|
11848
|
+
# original audience list and the targeting expansion level. Beginning **March 25,
|
11849
|
+
# 2023**, these settings may represent the [optimized targeting feature](//
|
11850
|
+
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
11851
|
+
# expansion. This feature will be rolled out to all partners by mid-April 2023.
|
11835
11852
|
# Corresponds to the JSON property `targetingExpansion`
|
11836
11853
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11837
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.
|
19
|
+
GEM_VERSION = "0.15.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 = "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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.15.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: []
|