Thank you for the follow-up! I've actually resolved the issue, but for posterity I've added noted below. To obtain Secondary Conversion Actions *(**conversion_action.primary_for_goal = False)*, `*conversion_action.include_in_conversions_metric` must be omitted from the query. *
*Only Contains Primary Conversion Actions* (* *conversion_action.primary_for_goal = True)* ** This query will only include primary conversion actions where "Included in account-level goals" within the Ads UI is set to True* *SELECT customer.id <http://customer.id/>, conversion_action.id <http://conversion_action.id/>, conversion_action.name <http://conversion_action.name/>, conversion_action.type, conversion_action.status, conversion_action.category, conversion_action.include_in_conversions_metric, metrics.all_conversions, metrics.all_conversions_value, conversion_action.primary_for_goal * *FROM conversion_action * *WHERE * * segments.date DURING LAST_30_DAYS* *Contains Secondary Conversions Actions (* *conversion_action.primary_for_goal = False)* *SELECT customer.id <http://customer.id/>, conversion_action.id <http://conversion_action.id/>, conversion_action.name <http://conversion_action.name/>, conversion_action.type, conversion_action.status, conversion_action.category, metrics.all_conversions, metrics.all_conversions_value, conversion_action.primary_for_goal * *FROM conversion_action * *WHERE ** segments.date DURING LAST_30_DAYS* On Monday, June 26, 2023 at 7:19:42 AM UTC-4 Google Ads API Forum Advisor wrote: > Hello Marc, > > Greetings from the Google Ads API Team. > > With regards to your concern, can you please provide us with the complete > *request* and *response* logs with *request* *ID* generated on your end > and an uncropped screenshot of the Google ads UI that shows the data you > are trying to obtain so our team can provide precise recommendations? > > - *Request - * > > *https://developers.google.com/google-ads/api/docs/concepts/field-service#request* > > > <https://developers.google.com/google-ads/api/docs/concepts/field-service#request> > > - *Response - * > > *https://developers.google.com/google-ads/api/docs/concepts/field-service#response* > > > <https://developers.google.com/google-ads/api/docs/concepts/field-service#response> > > - *Request ID - * > > *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id* > > > <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id> > > > You can provide it via Reply privately to the author option. If this > option is not available, then send it instead on this email address > googleadsa...@google.com > This message is in relation to case "ref:_00D1U1174p._5004Q2mWyBH: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 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/6c8cd90f-3556-4023-a466-98d91bcc60adn%40googlegroups.com.