Thanks for the confirmation team! On Friday, December 6, 2024 at 4:48:30 PM UTC+2 Google Ads API and AdWords API Forum wrote:
> > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Unfortunately, directly accessing phone call recording URLs using the > Google Ads API is not currently supported. These URLs are typically > restricted to authorized users within the Google Ads account. To access the > call recording URL, you must sign in with an email address that has at > least read-only access to the Google Ads client account that owns the > campaign that the lead is associated with. Requesting all conversations at > once can be a time-consuming request, so you should filter conversations by > lead. I would recommend you to check this Local Services lead conversation > <https://developers.google.com/google-ads/api/docs/campaigns/local-service-campaigns#local_services_lead_conversation> > for > more information, > > You can use the following query : > > SELECT local_services_lead_conversation.id, > local_services_lead_conversation.event_date_time, > local_services_lead_conversation.message_details.text FROM > local_services_lead_conversation WHERE local_services_lead.id = {lead.id} > > You can try making a request using the Search > <https://developers.google.com/google-ads/api/rest/reference/rest/v17/customers.googleAds/search> > or SearchStream > <https://developers.google.com/google-ads/api/rest/reference/rest/v17/customers.googleAds/searchStream> > by > passing the customer Id. Also, you can use Query Builder > <https://developers.google.com/google-ads/api/fields/v14/customer_search_term_insight_query_builder> > to > create your query and Query Validator > <https://developers.google.com/google-ads/api/fields/v14/query_validator> to > validate your query. > > Thanks and Regards. > The Google Ads API team. > > > On Thursday, December 5, 2024 at 12:52:23 AM UTC+5:30 Oksana Sulyma wrote: > >> Hi team! >> I can pull local_services_lead_conversation.phone_call_details.call_ >> recording_url via API. >> How can I actually listen for recording using this URL? When I thy to >> open it in browser, I get permission denied, of cause as I'm not logged in. >> The use case I can retrieve phone_call_details.call_recording_url for >> multiple accounts we serve. I have only API access to that accounts. Am I >> able to reach the recordings? Documentation link will be super helpful. >> Thanks! >> Oksana >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/8030974d-e8c2-4fc5-aa12-1debba2934fan%40googlegroups.com.
