Hi Jonathan,
Thank you for reaching out. UserDataService is designed for uploading small batches of Customer Match data concurrently. The limit of the user identifiers could not be altered for this service. However, if you have a large amount of data to upload, you should consider using the OfflineUserDataJobService which supports asynchronous upload of Customer Match data and store sales (direct upload) data. You could refer to this code example on how to implement it with OfflineUserDataJobService.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
Hi Jonathan,
Thank you for reaching out. Please find my response to your questions below:
There is no specific limit for the OfflineUserDataJobService. However, the mutate request limit is 5,000 operations per request.
You don’t need to maintain the "Job". You could create a new "Job" each time you would like to do an upload.