google-apis-displayvideo_v1 0.47.0 → 0.49.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: 479b85240d4ee80bba5e37d5d3583279cce4df80d734b6fa5546207d5cb1aa2d
4
- data.tar.gz: 41d0748caa0bca798c1973eae8d97404738e5c9c29b3d0aa7664fc6c771978a1
3
+ metadata.gz: 8a6cc0d9032d9577fdb9cd4041757d3f678dbfeadf1ca0289ee06d537e81ad44
4
+ data.tar.gz: 78002c8f94559156189814971cbe7126b1b222ff9d9e789e1d132c04f1d511f7
5
5
  SHA512:
6
- metadata.gz: ac5e0115a6a9fa22c58f9815ef44085fe6290c2d4f7d0f4a1b3fb91faac50a5b85c75544b83b440e2ec90c8e0d702cde1f40289d52e3982e641bb2112f493b5c
7
- data.tar.gz: 3e0db505a56b9d97c6ec17e2e58cd48215a0dc8dc681e03753648b8b7e5bb044365a8d31523e3f981495601d708148e1c3a609d5f76c3d59c6c37b555b18c63c
6
+ metadata.gz: e648da27920a5171a09ac3b44ffcc9bff7403ca16780a60bb90a4700dcdbbb85dfb6a54a2f07bbd3d138f313a07e651caa36818d982f863a18bb5436f90c13dc
7
+ data.tar.gz: 93174a48f7f85546ed5977458e88946d82dbbfa12f92c03a2c6d9f70d3ea172f97f8f7192330c705d0dacf266f9274758ea1a4dda21ee2a369391836f382acdd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.49.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
7
+ ### v0.48.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.47.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230316
@@ -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
@@ -6979,7 +6970,7 @@ module Google
6979
6970
  # original audience list and the targeting expansion level. Beginning **March 25,
6980
6971
  # 2023**, these settings may represent the [optimized targeting feature](//
6981
6972
  # support.google.com/displayvideo/answer/12060859) in place of targeting
6982
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
6973
+ # expansion. This feature will be rolled out to all partners by early May 2023.
6983
6974
  # Corresponds to the JSON property `targetingExpansion`
6984
6975
  # @return [Google::Apis::DisplayvideoV1::TargetingExpansionConfig]
6985
6976
  attr_accessor :targeting_expansion
@@ -10000,7 +9991,7 @@ module Google
10000
9991
  # original audience list and the targeting expansion level. Beginning **March 25,
10001
9992
  # 2023**, these settings may represent the [optimized targeting feature](//
10002
9993
  # support.google.com/displayvideo/answer/12060859) in place of targeting
10003
- # expansion. This feature will be rolled out to all partners by mid-April 2023.
9994
+ # expansion. This feature will be rolled out to all partners by early May 2023.
10004
9995
  class TargetingExpansionConfig
10005
9996
  include Google::Apis::Core::Hashable
10006
9997
 
@@ -10015,7 +10006,7 @@ module Google
10015
10006
  # when deprecated, all positive first-party audience targeting assigned to this
10016
10007
  # line item will be replaced with negative targeting of the same first-party
10017
10008
  # audiences to ensure the continued exclusion of those audiences. This field
10018
- # will be deprecated for all partners by mid-April 2023.
10009
+ # will be deprecated for all partners by early May 2023.
10019
10010
  # Corresponds to the JSON property `excludeFirstPartyAudience`
10020
10011
  # @return [Boolean]
10021
10012
  attr_accessor :exclude_first_party_audience
@@ -10031,7 +10022,7 @@ module Google
10031
10022
  # default value for the field and will be automatically assigned if you do not
10032
10023
  # set the field. * If you set the field to any value other than `NO_EXPANSION`,
10033
10024
  # it will automatically be set to `LEAST_EXPANSION`. This behavior will be
10034
- # rolled out to all partners by mid-April 2023.
10025
+ # rolled out to all partners by early May 2023.
10035
10026
  # Corresponds to the JSON property `targetingExpansionLevel`
10036
10027
  # @return [String]
10037
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.47.0"
19
+ GEM_VERSION = "0.49.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.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-19 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.49.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: []