Update: It looks like I finally got the data using the following query: SELECT campaign.name, metrics.all_conversions, metrics.all_conversions_value, segments.conversion_action_name FROM campaign WHERE segments.conversion_action_name != ''
Peter Orchroch schrieb am Dienstag, 29. September 2020 um 17:01:47 UTC+2: > Thank you for your information. > > I can now get information about the individual Conversion Actions using a > query like "SELECT conversion_action.name FROM conversion_action", but > how can I get the values each of those conversion collected? For example, I > want to know the amount and value of each conversion action in the last 7 > days. > > adsapiforumadvisor schrieb am Freitag, 25. September 2020 um 21:05:13 > UTC+2: > >> Hi Peter, >> >> Unfortunately, AdWords API doesn't have a report aggregated at the >> conversion level. However, you can use Google Ads API and run a report on >> the conversion_action >> <https://developers.google.com/google-ads/api/fields/v5/conversion_action> >> level. >> >> Regards, >> Anthony >> Google Ads API Team >> >> [image: Google Logo] >> Anthony >> Google Ads API Team >> >> >> ref:_00D1U1174p._5004Q25Wq8x:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/c366367a-d35f-41c9-8bcb-efa842f049e3n%40googlegroups.com.
