google-apis-localservices_v1 0.2.0 → 0.3.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: 1a7ccd92bf5b5ea1af44af94ba66037666347ce36882500fc38cfc125f8c9b91
|
4
|
+
data.tar.gz: 28749b2dc5716c5ba8bde672be41644b6034393203938d44a70b29c0b8321de1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f9bf9c33d36ee08fd9f3d9b8e0b10191e7ce2f85c5c736eb79826c48e76869d1c1c15781f09905711b87d4a41a001ab219ac900a98795e848552d4de4bd2f00
|
7
|
+
data.tar.gz: 17a44b14aaeba53e7571da9ba15bbaf992ad34a70f72f0c5e296abadcae9988fb1497d43807faf33365ef54e0332136c58b7b98d3009f9806d069ebf5fb15360
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-localservices_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2021-04-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210330
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.2.0 (2021-03-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.1.2
|
@@ -23,7 +23,7 @@ module Google
|
|
23
23
|
module LocalservicesV1
|
24
24
|
|
25
25
|
# An Account Report of a GLS account identified by their account id containing
|
26
|
-
# aggregate data gathered from a particular date range.
|
26
|
+
# aggregate data gathered from a particular date range. Next ID: 18
|
27
27
|
class GoogleAdsHomeservicesLocalservicesV1AccountReport
|
28
28
|
include Google::Apis::Core::Hashable
|
29
29
|
|
@@ -81,6 +81,11 @@ module Google
|
|
81
81
|
# @return [Float]
|
82
82
|
attr_accessor :current_period_total_cost
|
83
83
|
|
84
|
+
# Number of impressions that customers have had in the past 2 days.
|
85
|
+
# Corresponds to the JSON property `impressionsLastTwoDays`
|
86
|
+
# @return [Fixnum]
|
87
|
+
attr_accessor :impressions_last_two_days
|
88
|
+
|
84
89
|
# Phone lead responsiveness of the account for the past 90 days from current
|
85
90
|
# date. This is computed by taking the total number of connected calls from
|
86
91
|
# charged phone leads and dividing by the total number of calls received.
|
@@ -132,6 +137,7 @@ module Google
|
|
132
137
|
@current_period_connected_phone_calls = args[:current_period_connected_phone_calls] if args.key?(:current_period_connected_phone_calls)
|
133
138
|
@current_period_phone_calls = args[:current_period_phone_calls] if args.key?(:current_period_phone_calls)
|
134
139
|
@current_period_total_cost = args[:current_period_total_cost] if args.key?(:current_period_total_cost)
|
140
|
+
@impressions_last_two_days = args[:impressions_last_two_days] if args.key?(:impressions_last_two_days)
|
135
141
|
@phone_lead_responsiveness = args[:phone_lead_responsiveness] if args.key?(:phone_lead_responsiveness)
|
136
142
|
@previous_period_charged_leads = args[:previous_period_charged_leads] if args.key?(:previous_period_charged_leads)
|
137
143
|
@previous_period_connected_phone_calls = args[:previous_period_connected_phone_calls] if args.key?(:previous_period_connected_phone_calls)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LocalservicesV1
|
18
18
|
# Version of the google-apis-localservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210330"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -84,6 +84,7 @@ module Google
|
|
84
84
|
property :current_period_connected_phone_calls, :numeric_string => true, as: 'currentPeriodConnectedPhoneCalls'
|
85
85
|
property :current_period_phone_calls, :numeric_string => true, as: 'currentPeriodPhoneCalls'
|
86
86
|
property :current_period_total_cost, as: 'currentPeriodTotalCost'
|
87
|
+
property :impressions_last_two_days, :numeric_string => true, as: 'impressionsLastTwoDays'
|
87
88
|
property :phone_lead_responsiveness, as: 'phoneLeadResponsiveness'
|
88
89
|
property :previous_period_charged_leads, :numeric_string => true, as: 'previousPeriodChargedLeads'
|
89
90
|
property :previous_period_connected_phone_calls, :numeric_string => true, as: 'previousPeriodConnectedPhoneCalls'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-localservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-04-05 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-localservices_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-localservices_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-localservices_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-localservices_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|