Hello,
For the following GAQL query:
SELECT change_status.resource_name, change_status.last_change_date_time, change_status.resource_type FROM change_status WHERE change_status.resource_type="CAMPAIGN_SHARED_SET" AND change_status.last_change_date_time BETWEEN "2022-08-16" AND "2022-09-01" ORDER BY change_status.last_change_date_time DESC LIMIT 10000
We always receive an error within a couple of seconds:
{ "errorCode": { "internalError": "INTERNAL_ERROR" }, "message": "An internal error has occurred." }
RequestId: nt3XDoyb0Rq3YDUm5VyqBA
ClientCustomerId: 2737840984
Can you please let me know what the problem is? thank you
Best,
Ales