google-apis-dfareporting_v3_4 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0c6539a0fe1825b9c65f23202e9fb6457706bf191b03ddaf21bb33ca4232f46
|
4
|
+
data.tar.gz: 2a2167b4e0df55e8705de8cd811cc7d5dff27b85eb983049d80c8851f5d8f0ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf4e40b683f1ef99f8983b7f1fcf5747ea5acd6ce63322fc9f86e500eb59fc819e0758ab93d8ffe6b9d820839181b83b6788602ab5eddc71de3da29a4193ff1b
|
7
|
+
data.tar.gz: 2da99d0e29bffcf6e5423a46ffc3c019243a7e5c3269316e6b39e4a6cfe89626fc36782c93dc7f551ee01e6a40b6c5b0ce799bb5598819ddee77a3e8a162ce74
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-dfareporting_v3_4
|
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
|
-
#
|
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_4
|
@@ -4963,7 +4963,7 @@ module Google
|
|
4963
4963
|
attr_accessor :type
|
4964
4964
|
|
4965
4965
|
# The value of the custom floodlight variable. The length of string must not
|
4966
|
-
# exceed
|
4966
|
+
# exceed 100 characters.
|
4967
4967
|
# Corresponds to the JSON property `value`
|
4968
4968
|
# @return [String]
|
4969
4969
|
attr_accessor :value
|
@@ -10947,14 +10947,14 @@ module Google
|
|
10947
10947
|
class ReportProperties
|
10948
10948
|
include Google::Apis::Core::Hashable
|
10949
10949
|
|
10950
|
-
#
|
10951
|
-
# of time before a conversion. By default the value is pulled from
|
10952
|
-
# you can manually enter a custom value. Valid values: 1-90.
|
10950
|
+
# CM360 checks to see if a click interaction occurred within the specified
|
10951
|
+
# period of time before a conversion. By default the value is pulled from
|
10952
|
+
# Floodlight or you can manually enter a custom value. Valid values: 1-90.
|
10953
10953
|
# Corresponds to the JSON property `clicksLookbackWindow`
|
10954
10954
|
# @return [Fixnum]
|
10955
10955
|
attr_accessor :clicks_lookback_window
|
10956
10956
|
|
10957
|
-
#
|
10957
|
+
# CM360 checks to see if an impression interaction occurred within the specified
|
10958
10958
|
# period of time before a conversion. By default the value is pulled from
|
10959
10959
|
# Floodlight or you can manually enter a custom value. Valid values: 1-90.
|
10960
10960
|
# Corresponds to the JSON property `impressionsLookbackWindow`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DfareportingV3_4
|
18
18
|
# Version of the google-apis-dfareporting_v3_4 gem
|
19
|
-
GEM_VERSION = "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.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210524"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,7 +22,8 @@ module Google
|
|
22
22
|
module DfareportingV3_4
|
23
23
|
# Campaign Manager 360 API
|
24
24
|
#
|
25
|
-
#
|
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_4'
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dfareporting_v3_4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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.
|
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:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Campaign Manager 360 API V3_4. 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_4/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_4/v0.6.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_4
|
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.
|
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.
|
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_4
|