google-apis-dfareporting_v3_3 0.1.0 → 0.6.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: b96c2c3eddf8c165950722ee08d47fd0d84c67ea795a25669974fc26bc4b0f34
4
- data.tar.gz: be4cc58bce6b97e12c09daf9c71ee14ea7e3b221572ed16114ebb8283d27414b
3
+ metadata.gz: d802a05c544bd68a010f7161d489789b185f91c2800e402194b94a6082f70f37
4
+ data.tar.gz: 8004ad094bb561a4dbec6bc55070b19027727849dc5b6c194df1f77bb90f9cf4
5
5
  SHA512:
6
- metadata.gz: 5c19cafd361212b41c132c29d245ce59a78aefcb513cf2a5841a1abdbab69d373d2544ea72c1ea00e0b44fed5b290fa13a492069ba82a8fa3cf0542bcf3dcfda
7
- data.tar.gz: e11e8b97eed0f1fd9ac792438f884eec11b75af7957a962b434333f7767c8dc93da3cea9e04b262f562bf9f8c3305889b45aee4920ebe26d05ce94442479001e
6
+ metadata.gz: 20d41c9e4622462b3cb015c9454fffc9e545997e252757b1945b88b40ae84359ebcbd320591fb2aff586b00cd6e3a8f76775b9952cb7a7b928f1860ab9fc0f8c
7
+ data.tar.gz: 52eebeafb37933690cd132b299ea3c954e44ec3b66fa8a0b80a2765e2041824c3ab0f215dc91cf793110d6f3fa7ce811e76fcd1a40cbc77ff43c06a7dfcbbac2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-dfareporting_v3_3
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated from discovery document revision 20210524
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.4.0 (2021-05-19)
13
+
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.2.0 (2021-02-12)
21
+
22
+ * Regenerated from discovery document revision 20210210
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Campaign Manager 360 API
23
23
  #
24
- # Manage your DoubleClick Campaign Manager ad campaigns and reports.
24
+ # Build applications to efficiently manage large or complex trafficking,
25
+ # reporting, and attribution workflows for Campaign Manager 360.
25
26
  #
26
27
  # @see https://developers.google.com/doubleclick-advertisers/
27
28
  module DfareportingV3_3
@@ -4477,7 +4477,7 @@ module Google
4477
4477
  attr_accessor :type
4478
4478
 
4479
4479
  # The value of the custom floodlight variable. The length of string must not
4480
- # exceed 50 characters.
4480
+ # exceed 100 characters.
4481
4481
  # Corresponds to the JSON property `value`
4482
4482
  # @return [String]
4483
4483
  attr_accessor :value
@@ -10013,14 +10013,14 @@ module Google
10013
10013
  class ReportProperties
10014
10014
  include Google::Apis::Core::Hashable
10015
10015
 
10016
- # DFA checks to see if a click interaction occurred within the specified period
10017
- # of time before a conversion. By default the value is pulled from Floodlight or
10018
- # you can manually enter a custom value. Valid values: 1-90.
10016
+ # CM360 checks to see if a click interaction occurred within the specified
10017
+ # period of time before a conversion. By default the value is pulled from
10018
+ # Floodlight or you can manually enter a custom value. Valid values: 1-90.
10019
10019
  # Corresponds to the JSON property `clicksLookbackWindow`
10020
10020
  # @return [Fixnum]
10021
10021
  attr_accessor :clicks_lookback_window
10022
10022
 
10023
- # DFA checks to see if an impression interaction occurred within the specified
10023
+ # CM360 checks to see if an impression interaction occurred within the specified
10024
10024
  # period of time before a conversion. By default the value is pulled from
10025
10025
  # Floodlight or you can manually enter a custom value. Valid values: 1-90.
10026
10026
  # Corresponds to the JSON property `impressionsLookbackWindow`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV3_3
18
18
  # Version of the google-apis-dfareporting_v3_3 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201102"
25
+ REVISION = "20210524"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,8 @@ module Google
22
22
  module DfareportingV3_3
23
23
  # Campaign Manager 360 API
24
24
  #
25
- # Manage your DoubleClick Campaign Manager ad campaigns and reports.
25
+ # Build applications to efficiently manage large or complex trafficking,
26
+ # reporting, and attribution workflows for Campaign Manager 360.
26
27
  #
27
28
  # @example
28
29
  # require 'google/apis/dfareporting_v3_3'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v3_3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Campaign Manager 360 API V3_3. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_3/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_3/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_3
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Campaign Manager 360 API V3_3