SELECT Id, AdGroupName, AdGroupName, AdGroupId, AdGroupStatus, CriterionAttachmentLevel, IsRestrict
FROM AUDIENCE_PERFORMANCE_REPORT
WHERE CriterionAttachmentLevel IN [ADGROUP, CAMPAIGN]
AND Status != REMOVED
AND AdGroupStatus != REMOVED
AND CampaignStatus != REMOVED
The errors we get are of this type:
error="com.google.api.ads.adwords.lib.utils.ReportException: Problem sending data to report download server." encountered for account="Account......"
That account has a total of 400,000 remarketing lists attached at Campaign level and 0 at AdGroup level. The amount of data should not be the problem here - with the exact same query, I manage to download 600,000+ audiences for another account, however, they're all attached at AdGroup level.
What could be causing this type of error? And could the CriterionAttachmentLevel be playing such big a part in this?
Regards,
Veli