Re: How to get reports about Conversion Actions not being included in Conversions

2020-09-29 Thread Peter Orchroch
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

Re: How to get reports about Conversion Actions not being included in Conversions

2020-09-29 Thread Peter Orchroch
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

How to get reports about Conversion Actions not being included in Conversions

2020-09-25 Thread Peter Orchroch
Hello, I am using the Google Ads API to fetch information about the amount and value of Conversions each of my Conversion Actions recieves. For this, I am currently fetching an Account Performance Report (I don't know if that is the best report to use?) with the parameters "Conversions",