Please contact me as soon as possible. Thank you very much
![]() |
Google Ads API Team |
The reason why you are getting an empty response while retrieving the data using the click_view report is because your account has only app campaigns data present under it for the selected segments data. As mentioned earlier, app campaign clicks are not available to retrieve from the click view report via the Google Ads API. You can continue to retrieve this data for other campaign types.
I hope this helps!![]() |
Google Ads API Team |
When retrieving data from the click_view resource, you must use the Customer ID (CID) associated with the specific account that owns the data, not the Manager Accounts (MCC) ID. Your query returns an empty response because the campaigns and associated click data are linked to the individual customer account, not the MCC account. Also, from the query provided, it appears that you are segmenting the data with a future date '2025-09-15'. Note that the click data for future dates doesn't exist.
To fix this, you need to use the correct Customer ID in your request. The campaigns, ad groups, and clicks you're looking for exist within the specific customer account, not at the MCC level. I tried retrieving the data from click_view using the customer ID (example: 9867963374) for a previous date (example: '2025-08-10'), and it worked.
The reason you are able to retrieve the data from the customer resource is because this resource is accessible at the MCC level. It returns customer metadata, not campaign performance data.
![]() |
Google Ads API Team |
[2025-09-12 04:10:50Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u6ULv:ref" (ADR-00332533)