|
250 | 250 | }
|
251 | 251 | }
|
252 | 252 | },
|
253 |
| - "revision": "20211008", |
| 253 | + "revision": "20211015", |
254 | 254 | "rootUrl": "https://localservices.googleapis.com/",
|
255 | 255 | "schemas": {
|
256 | 256 | "GoogleAdsHomeservicesLocalservicesV1AccountReport": {
|
|
353 | 353 | },
|
354 | 354 | "type": "object"
|
355 | 355 | },
|
| 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 | + }, |
356 | 384 | "GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport": {
|
357 | 385 | "description": "A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.",
|
358 | 386 | "id": "GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport",
|
|
366 | 394 | "$ref": "GoogleAdsHomeservicesLocalservicesV1AggregatorInfo",
|
367 | 395 | "description": "Aggregator specific information related to the lead."
|
368 | 396 | },
|
| 397 | + "bookingLead": { |
| 398 | + "$ref": "GoogleAdsHomeservicesLocalservicesV1BookingLead", |
| 399 | + "description": "More information associated to only booking leads." |
| 400 | + }, |
369 | 401 | "businessName": {
|
370 | 402 | "description": "Business name associated to the account.",
|
371 | 403 | "type": "string"
|
|
420 | 452 | "enum": [
|
421 | 453 | "LEAD_TYPE_UNSPECIFIED",
|
422 | 454 | "MESSAGE",
|
423 |
| - "PHONE_CALL" |
| 455 | + "PHONE_CALL", |
| 456 | + "BOOKING" |
424 | 457 | ],
|
425 | 458 | "enumDescriptions": [
|
426 | 459 | "Not specified.",
|
427 | 460 | "Message lead.",
|
428 |
| - "Phone call lead." |
| 461 | + "Phone call lead.", |
| 462 | + "Booking lead." |
429 | 463 | ],
|
430 | 464 | "type": "string"
|
431 | 465 | },
|
|
0 commit comments