We send a daily GET request to detailedLeadReports from the Local Services 
API (https://developers.google.com/local-services-ads/guides/reporting), 
but on Sep 11, we noticed that the fields being retrieved are different now.

Before Sep 11:
{
  'detailedLeadReports': [
    {
      'leadId': 'XXXXXXXXXX',
      'accountId': 'XXXXXXXXXX',
      'leadCreationTimestamp': '2024-07-24T17:58:13Z',
      'leadType': 'PHONE_CALL',
      'phoneLead': {
        'chargedCallTimestamp': '2024-07-24T17:58:13Z',
        'chargedConnectedCallDurationSeconds': '194s',
        'consumerPhoneNumber': '+XXXXXXXXX'
      },
      'chargeStatus': 'CHARGED',
      'disputeStatus': 'APPROVED',
      'googleAdsLeadId': 'XXXXXXXXX'
    }

After Sep 11:
{
  'detailedLeadReports': [
    {
      'leadId': 'XXXXXXXXXX',
      'accountId': 'XXXXXXXXXX',
      'leadCreationTimestamp': '2024-08-18T15:35:08Z',
      'googleAdsLeadId': 'XXXXXXXXX'
    }

As you can see, a large amount of fields have disappeared. Is this 
intentional? Is there any way to get the old fields back? The documentation 
<https://developers.google.com/local-services-ads/guides/reporting> for 
this hasn’t been updated if this was intentional..

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30c36bd7-77b2-42d2-a8d3-3fdb5b72788fn%40googlegroups.com.

Reply via email to