google-apis-dfareporting_v3_3 0.1.0 → 0.2.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: dfed9137c9eec75b8d96771eb89a0b491b4ad3606fd7db0ae66df83b61e85719
4
+ data.tar.gz: 19cbd31411caa96f18d2e44595e70019f9ff6b32b6ff91bfd0547126fdd594fa
5
5
  SHA512:
6
- metadata.gz: 5c19cafd361212b41c132c29d245ce59a78aefcb513cf2a5841a1abdbab69d373d2544ea72c1ea00e0b44fed5b290fa13a492069ba82a8fa3cf0542bcf3dcfda
7
- data.tar.gz: e11e8b97eed0f1fd9ac792438f884eec11b75af7957a962b434333f7767c8dc93da3cea9e04b262f562bf9f8c3305889b45aee4920ebe26d05ce94442479001e
6
+ metadata.gz: de444534d0bb0a84d41045f66ed64094b26d670890767c16eb2acb5a98215795c0a3b1dc1b9f15c5333a942b608d9baab4b7587e7aad1371792a2182671d0540
7
+ data.tar.gz: a292745e3306566836772fd46fc3a35ed31cc0f0956dee09838f5af724e5956970beb7f23f3936010a7c7fec84a46ad984c967884c33e42bffb7bf2fb767a78f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dfareporting_v3_3
2
2
 
3
+ ### v0.2.0 (2021-02-12)
4
+
5
+ * Regenerated from discovery document revision 20210210
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * 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.2.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.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201102"
25
+ REVISION = "20210210"
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,14 +1,14 @@
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.2.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-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_3/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Campaign Manager 360 API V3_3