Hi Team,
I am trying to upload a new customer list on the audience manager dashboard via an API call
I was able to upload 33333 customers at once (considering each row in my csv as 1 customer) successfully however if my customer list is any bigger than that I am getting the following error
Request with ID 'FVQ6A4****gcXC8w' failed with status 'INVALID_ARGUMENT' and includes the following errors:
Error with message 'Maximum number of user identifiers allowed per request is 100,000.'.
My data has
so each customer in my list would have 3 user_identifiers and the current limit is 100000 so 100000/3 = 33333 is the customer limit. I read in Jan the limit will be reduced to 20 does it mean the number of customers I can upload through 1 API call would be 6 (20/3) ?
Is my understanding correct? Please help me understand the change.
I am attaching below my implementation for build_offline_data_job_operations method and the output of the same for further reference and understanding
Also if I want to upload customer list 50k customers would it be possible? If yes, what is the right approach? Is there a limitation associated with that ?
Thanks in advance,
Chaithanya
