Hi Chad,
Thank you for reaching out to us.
Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data shows on the Ads UI report, the API should pull the same. That being said, for our team to further check this and provide appropriate recommendations to you, could you please provide us with the entire UI screenshot without cropping where you can see the expected data you want to retrieve in the API?
You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
On the other hand, if the UI you are referring to is in the campaign section then you may use the campaign report and may also try the sample query below:
SELECT campaign.id, campaign.name, campaign.app_campaign_setting.app_id, metrics.impressions, metrics.clicks FROM campaign WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX'
You may also check this guide as it describes the steps necessary to create and submit a query to the Google Ads API to get back data.
You may see the links below for the following emphasize words from the above statement:
![]() |
Google Ads API Team |
To clarify, we do have Display Ads going to all three; our website, the playstore, and the appstore.
Will PM really join all of those into a single asset group and dynamically send users to each location based on different factors such as the users device?