Hi,
Thank you for reaching out to us.
With regard to your concern, as per the access levels documentation, the standard access has unlimited daily operations. So you can send more than 100,000 operations in a single request. As per the customer match consideration, there are no limits on the number of operations you can add to a single job. However, for optimal processing, we recommend adding up to 10,000 identifiers in a single call to the OfflineUserDataJobService.AddOfflineUserDataJobOperations method and up to 1,000,000 identifiers to a single job.
Then, for the multiple request, if you need to submit more than 100,000 identifiers for a job, send multiple requests with the same job resource_name. Just kindly note that, even though you have standard access there is a chance of facing RESOURCE_TEMPORARILY_EXHAUSTED error when you make too many API calls to the same resource in a small amount of time. When you face these errors you have to retry the request after the amount of time specified in the error log. We recommend using exponential back-off policy to reduce these errors.
Reference links:
![]() |
Google Ads API Team |