google-apis-dfareporting_v4 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9372b86dae2ee430ea008bc538909ab444e75065e519dd3a65d57e2e5ea2f7d0
4
- data.tar.gz: efd6a759ad7a46c767dec6504580b8130b2ac33eec8f74d48f55e85e4d34440d
3
+ metadata.gz: 0be923c1c7c91cb8af843e3da27224e7b94c518cea74ac33057263dba9f29e14
4
+ data.tar.gz: c673079f7154ea966f908f190b0736732849120f64d1932e0c9e8b1e1d7bb9fc
5
5
  SHA512:
6
- metadata.gz: 236ccb665784b3d4194646a24bea0f4a2f38c422e90cccf1a33388813116e6bfe136c6e7eeb91302f9c7514ffe1334d00ed0a48986d9645dc51953c400f44b3f
7
- data.tar.gz: 3849942b638e3ff61235d2d8f5af90b912a7d8a56edd81bc3bc38fc362ccd08c814511c042236826afc18fe1e3e95573ccc440fc201498ea285f61557df9f17a
6
+ metadata.gz: 1aaa85678178d7455ed86dde560e40fa0c9f69aaea7f8db667aec9d489b569473c8a42d572b07e12b8d0f97845131d7dcc9bd6cadd1cacb35934405ff24313e6
7
+ data.tar.gz: b46cddd11c9ab3c2251d9363fb1a5bd1db274c4058b44ff23d529bd12a03bdb867de41c7c45433318e81c03e66cd214cfa86e90ac89fe3181f4c57eddee92a29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dfareporting_v4
2
2
 
3
+ ### v0.19.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250218
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.18.0 (2024-09-29)
4
9
 
5
10
  * Regenerated from discovery document revision 20240926
@@ -2097,19 +2097,21 @@ module Google
2097
2097
 
2098
2098
  # The feed labels associated with the feed where your items are uploaded. For
2099
2099
  # more information, please refer to ​​ https://support.google.com/merchants/
2100
- # answer/12453549. This is a required field.
2100
+ # answer/12453549. Providing the feed label reduces ambiguity in identifying the
2101
+ # right offer details.
2101
2102
  # Corresponds to the JSON property `merchantFeedLabel`
2102
2103
  # @return [String]
2103
2104
  attr_accessor :merchant_feed_label
2104
2105
 
2105
2106
  # The language associated with the feed where your items are uploaded. Use ISO
2106
- # 639-1 language codes. This field is needed only when item IDs are not unique
2107
- # across multiple Merchant Center feeds.
2107
+ # 639-1 language codes. Providing the feed language reduces ambiguity in
2108
+ # identifying the right offer details.
2108
2109
  # Corresponds to the JSON property `merchantFeedLanguage`
2109
2110
  # @return [String]
2110
2111
  attr_accessor :merchant_feed_language
2111
2112
 
2112
- # The Merchant Center ID where the items are uploaded. This is a required field.
2113
+ # The Merchant Center ID where the items are uploaded. Providing Merchant Center
2114
+ # ID reduces ambiguity in identifying the right offer details.
2113
2115
  # Corresponds to the JSON property `merchantId`
2114
2116
  # @return [Fixnum]
2115
2117
  attr_accessor :merchant_id
@@ -2904,7 +2906,8 @@ module Google
2904
2906
  # @return [Array<Google::Apis::DfareportingV4::UserIdentifier>]
2905
2907
  attr_accessor :user_identifiers
2906
2908
 
2907
- # The value of the conversion. This is a required field.
2909
+ # The value of the conversion. Interpreted in CM360 Floodlight config parent
2910
+ # advertiser's currency code. This is a required field.
2908
2911
  # Corresponds to the JSON property `value`
2909
2912
  # @return [Float]
2910
2913
  attr_accessor :value
@@ -12110,6 +12113,14 @@ module Google
12110
12113
  attr_accessor :include_click_tracking
12111
12114
  alias_method :include_click_tracking?, :include_click_tracking
12112
12115
 
12116
+ # Optional. Indicates that the unescapedlpurl macro should be included in the
12117
+ # tag for the static landing page. New placements will default to the value set
12118
+ # on their site.
12119
+ # Corresponds to the JSON property `includeUnescapedlpurlMacro`
12120
+ # @return [Boolean]
12121
+ attr_accessor :include_unescapedlpurl_macro
12122
+ alias_method :include_unescapedlpurl_macro?, :include_unescapedlpurl_macro
12123
+
12113
12124
  # Option specifying how keywords are embedded in ad tags. This setting can be
12114
12125
  # used to specify whether keyword placeholders are inserted in placement tags
12115
12126
  # for this site. Publishers can then add keywords to those placeholders.
@@ -12126,6 +12137,7 @@ module Google
12126
12137
  @additional_key_values = args[:additional_key_values] if args.key?(:additional_key_values)
12127
12138
  @include_click_through_urls = args[:include_click_through_urls] if args.key?(:include_click_through_urls)
12128
12139
  @include_click_tracking = args[:include_click_tracking] if args.key?(:include_click_tracking)
12140
+ @include_unescapedlpurl_macro = args[:include_unescapedlpurl_macro] if args.key?(:include_unescapedlpurl_macro)
12129
12141
  @keyword_option = args[:keyword_option] if args.key?(:keyword_option)
12130
12142
  end
12131
12143
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV4
18
18
  # Version of the google-apis-dfareporting_v4 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240926"
25
+ REVISION = "20250218"
26
26
  end
27
27
  end
28
28
  end
@@ -4535,6 +4535,7 @@ module Google
4535
4535
  property :additional_key_values, as: 'additionalKeyValues'
4536
4536
  property :include_click_through_urls, as: 'includeClickThroughUrls'
4537
4537
  property :include_click_tracking, as: 'includeClickTracking'
4538
+ property :include_unescapedlpurl_macro, as: 'includeUnescapedlpurlMacro'
4538
4539
  property :keyword_option, as: 'keywordOption'
4539
4540
  end
4540
4541
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-29 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Campaign Manager 360 API V4
82
79
  test_files: []