Hi, Thanks for your quick response. The Conversion action report only give these statusses: ENABLED,HIDDEN, REMOVED But I'm also looking for these status: Excellent, Good, Needs attention, No recent data I have included a screenshot.
Is it possible to fetch theses statusses with the API? Thanks! Giel On Friday 19 January 2024 at 10:36:55 UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your concern, I understand that you need information > regarding how to fetch to conversion status per conversion action through > the Google Ads API. > > You can use the below query to get the conversion status per conversion > action > <https://developers.google.com/google-ads/api/fields/v14/conversion_action>: > > > - "query": "SELECT conversion_action*.*id, conversion_action*.*name, > conversion_action.type, conversion_action.status, > conversion_action.owner_customer FROM conversion_action WHERE > conversion_action*.*id = {conversion_action.id }" > > You can try making a request using the Method: customers.googleAds.search > <https://developers.google.com/google-ads/api/rest/reference/rest/v14/customers.googleAds/search> > . > > 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. > > This message is in relation to case "ref:!00D1U01174p.!5004Q02rXWbY:ref" > > Thanks, > > [image: Google Logo] Google Ads API Team > > > > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/7f4fe011-e463-40a4-8d8e-fc1466d87da3n%40googlegroups.com.
