Re: Upload a customer list to the audience manager using google ads api

2022-03-21 Thread chaithanya M S
Hi All, Let say I have 2M records and I created 2M operations. How many API calls is required to process these 2M operations? Is it 1 API call or 2M API calls? If it is 1 API call how do we modify the attached call to accommodate 2M operations? Thank you, Chaithanya On Tuesday, December 14, 2

Re: Upload a customer list to the audience manager using google ads api

2021-12-13 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
perfect thank you. so one operation per customer it is !! (please correct if I am wrong ) On Friday, December 10, 2021 at 1:28:56 AM UTC-7 adsapi wrote: > Hi, > > Thanks for getting back to us. > > Based on this *document* >

Re: Upload a customer list to the audience manager using google ads api

2021-12-09 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
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 re

Create new customer list in audience manager

2021-12-08 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
Hi Team, I have some basic questions as i try to upload a new customer list via the google ads API 1. Is there a limitation on the number of customer lists I can upload per day ? 2. Is there a limit on the number of customers that a list could possibly have? Best, Chaithanya -- -- =~=~=~=~

Re: Upload a customer list to the audience manager using google ads api

2021-12-08 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
2021 at 11:09:31 AM UTC-7 chaithanya M S wrote: > Thanks for your reply Matt, I am taking reference of the following code > https://github.com/googleads/google-ads-python/blob/main/examples/remarketing/add_customer_match_user_list.py > > for uploading a new customer > > My