So you mean with basic access I can only upload 15000 customers to my list per day?
On Thursday, December 9, 2021 at 9:46:58 AM UTC-7 adsapi wrote: > Hello, > > User lists are not supported in test accounts. You are limited to 15,000 > operations per day with Basic Access. However, the 1,000 request limit only > applies to GET requests, so limit is not relevant here. > > The function, _build_offline_user_data_job_operations, should be used to > create a user data set for just one user and one operation. That operation > is then added on line 137: > > response = > offline_user_data_job_service_client.add_offline_user_data_job_operations( > request=request > > However, for Python client library specific questions, please reach out to > the client library owners here > <https://github.com/googleads/google-ads-python/issues>. > > > Regards, > Matt > Google Ads API Team > > > Reminder: Share your feedback about the Google Ads (AdWords) API! Take the > 2021 > Google Ads API and AdWords API Annual Survey > <https://google.qualtrics.com/jfe/form/SV_eQbOpf4VxRyyqqO?source=so> > > [image: Google Logo] > Matt > Google Ads API Team > > > ref:_00D1U1174p._5004Q2Scdit:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/71533a17-610d-4116-a337-f12d5af30b0fn%40googlegroups.com.
