google-apis-displayvideo_v3 0.6.0 → 0.7.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: 882929268c99c4f37aac673a968ff2da69db8678df9cd91e761b59f6f31ef32b
4
- data.tar.gz: 673a7974e191d9ece8e79f0136e430f276a5aab1d6086a3c0a8fd0e5bdb97bcb
3
+ metadata.gz: 1e0ec2f14df67d44c2de50915517c22914f8fce7a22d2eae84c1197f55bf5682
4
+ data.tar.gz: 25d971efe9836a0ffbe5c282e6e680ab9e143cb34dee117dd3f608864a8e78e9
5
5
  SHA512:
6
- metadata.gz: e4bd829b665762d34e83b043683a74ae97dd1ec95cf94eeb94279f675085b232506e2515ee4746d9e5f3330a72027e1cd9bf2703dea8f70f094dfad4a35765c4
7
- data.tar.gz: 26fbafd9aab915189b73c037a53047644a3f40d10f95a9bfb05d05f9ce1f4c8e92e423578d27e6101ec5e1592d256667f03f3fb9f7b913990434a887f869d411
6
+ metadata.gz: f229aca8d9e9c13144f9b303b75364ba6b960842cd28eaa266aa53f1266a4775c8e5a49e67bf332013a346bd1d7dcd0c86317f543a6149c54ed9eb571f11676e
7
+ data.tar.gz: 8ad33a17c1cc85018a390d5a5e85c04ed907281997eab6bc1e6e6cd3e461f28d974b70314107397e6fa41d0a137cf9e2f9c66c07ca565dbaeca795459e686c4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.7.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240215
6
+
3
7
  ### v0.6.0 (2024-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240201
@@ -497,13 +497,22 @@ module Google
497
497
  # @return [Fixnum]
498
498
  attr_accessor :ias_client_id
499
499
 
500
- # Whether or not to use DV360's Online Behavioral Advertising (OBA) compliance.
501
- # Starting on February 9, 2024, this field will be affected by an update to the
502
- # Display & Video 360 API Terms of Service. See our [announcement](//ads-
503
- # developers.googleblog.com/2024/01/update-to-display-video-360-api-terms.html)
504
- # for more detail. Warning: Changing OBA settings may cause the audit status of
505
- # your creatives to be reset by some ad exchanges, making them ineligible to
506
- # serve until they are re-approved.
500
+ # Whether or not to disable Google's About this Ad feature that adds badging (to
501
+ # identify the content as an ad) and transparency information (on interaction
502
+ # with About this Ad) to your ads for Online Behavioral Advertising (OBA) and
503
+ # regulatory requirements. About this Ad gives users greater control over the
504
+ # ads they see and helps you explain why they're seeing your ad. [Learn more](//
505
+ # support.google.com/displayvideo/answer/14315795). If you choose to set this
506
+ # field to `true`, note that ads served through Display & Video 360 must comply
507
+ # to the following: * Be Online Behavioral Advertising (OBA) compliant, as per
508
+ # your contract with Google Marketing Platform. * In the European Economic Area (
509
+ # EEA), include transparency information and a mechanism for users to report
510
+ # illegal content in ads. If using an alternative ad badging, transparency, and
511
+ # reporting solution, you must ensure it includes the required transparency
512
+ # information and illegal content flagging mechanism and that you notify Google
513
+ # of any illegal content reports using the appropriate [form](//support.google.
514
+ # com/legal/troubleshooter/1114905?sjid=6787484030557261960-EU#ts=2981967%
515
+ # 2C2982031%2C12980091).
507
516
  # Corresponds to the JSON property `obaComplianceDisabled`
508
517
  # @return [Boolean]
509
518
  attr_accessor :oba_compliance_disabled
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240201"
25
+ REVISION = "20240215"
26
26
  end
27
27
  end
28
28
  end
@@ -92,8 +92,10 @@ module Google
92
92
  execute_or_queue_command(command, &block)
93
93
  end
94
94
 
95
- # Creates a new advertiser. Returns the newly created advertiser if successful.
96
- # This method can take up to 180 seconds to complete.
95
+ # Creates a new advertiser. Returns the newly created advertiser if successful. *
96
+ # *This method regularly experiences high latency.** We recommend [increasing
97
+ # your default timeout](/display-video/api/guides/best-practices/timeouts#
98
+ # client_library_timeout) to avoid errors.
97
99
  # @param [Google::Apis::DisplayvideoV3::Advertiser] advertiser_object
98
100
  # @param [String] fields
99
101
  # Selector specifying which fields to include in a partial response.
@@ -838,7 +840,10 @@ module Google
838
840
 
839
841
  # Permanently deletes a campaign. A deleted campaign cannot be recovered. The
840
842
  # campaign should be archived first, i.e. set entity_status to `
841
- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
843
+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly
844
+ # experiences high latency.** We recommend [increasing your default timeout](/
845
+ # display-video/api/guides/best-practices/timeouts#client_library_timeout) to
846
+ # avoid errors.
842
847
  # @param [Fixnum] advertiser_id
843
848
  # The ID of the advertiser this campaign belongs to.
844
849
  # @param [Fixnum] campaign_id
@@ -1562,7 +1567,9 @@ module Google
1562
1567
 
1563
1568
  # Replaces all of the sites under a single channel. The operation will replace
1564
1569
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
1565
- # new_sites.
1570
+ # new_sites. **This method regularly experiences high latency.** We recommend [
1571
+ # increasing your default timeout](/display-video/api/guides/best-practices/
1572
+ # timeouts#client_library_timeout) to avoid errors.
1566
1573
  # @param [Fixnum] advertiser_id
1567
1574
  # The ID of the advertiser that owns the parent channel.
1568
1575
  # @param [Fixnum] channel_id
@@ -2678,7 +2685,10 @@ module Google
2678
2685
  end
2679
2686
 
2680
2687
  # Duplicates a line item. Returns the ID of the created line item if successful.
2681
- # YouTube & Partners line items cannot be created or updated using the API.
2688
+ # YouTube & Partners line items cannot be created or updated using the API. **
2689
+ # This method regularly experiences high latency.** We recommend [increasing
2690
+ # your default timeout](/display-video/api/guides/best-practices/timeouts#
2691
+ # client_library_timeout) to avoid errors.
2682
2692
  # @param [Fixnum] advertiser_id
2683
2693
  # Required. The ID of the advertiser this line item belongs to.
2684
2694
  # @param [Fixnum] line_item_id
@@ -2860,7 +2870,9 @@ module Google
2860
2870
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2861
2871
  # BulkUpdateLineItems * assignedTargetingOptions.create *
2862
2872
  # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2863
- # created or updated using the API.
2873
+ # created or updated using the API. **This method regularly experiences high
2874
+ # latency.** We recommend [increasing your default timeout](/display-video/api/
2875
+ # guides/best-practices/timeouts#client_library_timeout) to avoid errors.
2864
2876
  # @param [Fixnum] advertiser_id
2865
2877
  # Output only. The unique ID of the advertiser the line item belongs to.
2866
2878
  # @param [Fixnum] line_item_id
@@ -6726,7 +6738,9 @@ module Google
6726
6738
 
6727
6739
  # Replaces all of the sites under a single channel. The operation will replace
6728
6740
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
6729
- # new_sites.
6741
+ # new_sites. **This method regularly experiences high latency.** We recommend [
6742
+ # increasing your default timeout](/display-video/api/guides/best-practices/
6743
+ # timeouts#client_library_timeout) to avoid errors.
6730
6744
  # @param [Fixnum] partner_id
6731
6745
  # The ID of the partner that owns the parent channel.
6732
6746
  # @param [Fixnum] channel_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-18 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
63
63
  post_install_message:
64
64
  rdoc_options: []