Skip to content

Commit 24da1cc

Browse files
feat(localservices): update the api
#### localservices:v1 The following keys were added: - schemas.GoogleAdsHomeservicesLocalservicesV1BookingLead (Total Keys: 7) - schemas.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.properties.bookingLead.$ref (Total Keys: 1)
1 parent fd2eeb8 commit 24da1cc

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

docs/dyn/localservices_v1.detailedLeadReports.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ <h3>Method Details</h3>
118118
&quot;aggregatorInfo&quot;: { # Conatiner for aggregator specific information if lead is for an aggregator GLS account. # Aggregator specific information related to the lead.
119119
&quot;aggregatorProviderId&quot;: &quot;A String&quot;, # Provider id (listed in aggregator system) which maps to a account id in GLS system.
120120
},
121+
&quot;bookingLead&quot;: { # Container for booking lead specific information. # More information associated to only booking leads.
122+
&quot;bookingAppointmentTimestamp&quot;: &quot;A String&quot;, # Timestamp of when service is provided by advertiser.
123+
&quot;consumerEmail&quot;: &quot;A String&quot;, # Consumer email associated with the booking lead.
124+
&quot;consumerPhoneNumber&quot;: &quot;A String&quot;, # Consumer phone number associated with the booking lead.
125+
&quot;customerName&quot;: &quot;A String&quot;, # Name of the customer who created the lead.
126+
&quot;jobType&quot;: &quot;A String&quot;, # The job type of the specified lead.
127+
},
121128
&quot;businessName&quot;: &quot;A String&quot;, # Business name associated to the account.
122129
&quot;chargeStatus&quot;: &quot;A String&quot;, # Whether the lead has been charged.
123130
&quot;currencyCode&quot;: &quot;A String&quot;, # Currency code.

googleapiclient/discovery_cache/documents/localservices.v1.json

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
}
251251
}
252252
},
253-
"revision": "20211008",
253+
"revision": "20211015",
254254
"rootUrl": "https://localservices.googleapis.com/",
255255
"schemas": {
256256
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
@@ -353,6 +353,34 @@
353353
},
354354
"type": "object"
355355
},
356+
"GoogleAdsHomeservicesLocalservicesV1BookingLead": {
357+
"description": "Container for booking lead specific information.",
358+
"id": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
359+
"properties": {
360+
"bookingAppointmentTimestamp": {
361+
"description": "Timestamp of when service is provided by advertiser.",
362+
"format": "google-datetime",
363+
"type": "string"
364+
},
365+
"consumerEmail": {
366+
"description": "Consumer email associated with the booking lead.",
367+
"type": "string"
368+
},
369+
"consumerPhoneNumber": {
370+
"description": "Consumer phone number associated with the booking lead.",
371+
"type": "string"
372+
},
373+
"customerName": {
374+
"description": "Name of the customer who created the lead.",
375+
"type": "string"
376+
},
377+
"jobType": {
378+
"description": "The job type of the specified lead.",
379+
"type": "string"
380+
}
381+
},
382+
"type": "object"
383+
},
356384
"GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport": {
357385
"description": "A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.",
358386
"id": "GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport",
@@ -366,6 +394,10 @@
366394
"$ref": "GoogleAdsHomeservicesLocalservicesV1AggregatorInfo",
367395
"description": "Aggregator specific information related to the lead."
368396
},
397+
"bookingLead": {
398+
"$ref": "GoogleAdsHomeservicesLocalservicesV1BookingLead",
399+
"description": "More information associated to only booking leads."
400+
},
369401
"businessName": {
370402
"description": "Business name associated to the account.",
371403
"type": "string"
@@ -420,12 +452,14 @@
420452
"enum": [
421453
"LEAD_TYPE_UNSPECIFIED",
422454
"MESSAGE",
423-
"PHONE_CALL"
455+
"PHONE_CALL",
456+
"BOOKING"
424457
],
425458
"enumDescriptions": [
426459
"Not specified.",
427460
"Message lead.",
428-
"Phone call lead."
461+
"Phone call lead.",
462+
"Booking lead."
429463
],
430464
"type": "string"
431465
},

0 commit comments

Comments
 (0)