$query = 'SELECT
customer.id, metrics.impressions, customer.descriptive_name, customer.resource_name FROM customer WHERE metrics.impressions > 0';
but it throws the error "REQUESTED_METRICS_FOR_MANAGER".
Does this mean that I'll need to make a request for each ad account even if some of them have no activity? We have a lot of accounts with activity just a few days every month and we need to get this report on a daily basis.
What would be the best workaround to get this report (VIDEO_PERFORMANCE_REPORT) for all ad accounts with activity?
Thank you in advance,