Hi In this article https://ads-developers.googleblog.com/2021/10/userdata-enforcement-in-google-ads-api.html, it is mentioned that a maximum number of user_identifers <https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier> set in a UserData <https://developers.google.com/google-ads/api/reference/rpc/latest/UserData> object can be 20. But I have tested this today with 100000 user_identifiers and it was working fine. I have tried this with OfflineUserDataJobService.AddOfflineUserDataOperations <https://developers.google.com/google-ads/api/reference/rpc/latest/OfflineUserDataJobService#addofflineuserdatajoboperations> API.
My question is if a limit of 20 is enforced then *how many operations can be passed in one API call*? I assume that it would be around 5000 operations in one API call. But the daily limit of operations for a basic developer token is 15000, which means I can make only 3 API calls in a day, and after it, I will be hit by rate-limiting which doesn't seem to be correct. It also means that one UserDataOperation or OfflineUserDataJobOPeration should represent the 1 customer data. Therefore to upload millions of customer data we need to create millions of UserDataOperation or OfflineUserDataJobOPeration and make thousands of API calls based on the number of operations allowed in one API call. This will significantly increase the rate limit issues. Could you please provide your input on this and feel free to correct me if my understanding is wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1abc9d2e-1c60-4817-803b-5826dc23d88dn%40googlegroups.com.
