Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-13 Thread Chethan U
Hi, I modified the code to upload user identifiers such as 'mobilenumber' and 'email' as same user identifiers. And I tried to upload csv file of 8 rows, but still I'm getting error ""Maximum number of user identifiers allowed per request is 10 and per operation is 20". This is the cod

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the reply. Kindly note that our team doesn't provide any custom code implemenations, but you may need to implement it on your own. However, you can use the OfflineUserDataJobService to create a new UserData with the same resource_name as the previous OfflineUserDataJob (offli

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the reply. Kindly note that our team doesn't provide any code implementation, but you may need to implement it on your own. However, you can use the OfflineUserDataJobService to create a new UserData with the same resource_name as the previous OfflineUserDataJob (offline_user

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-08 Thread Chethan U
Thanks for your response. >From this code can you please help me how to send multiple requests with same resource name. def add_users_to_customer_match_user_list(client, customer_id, user_list_resource_name, customer_data, skip_polling, filename): """Uses Customer Match to create and add users

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chethan, Thank you for bringing this to our attention. With regard to your questions, please refer to my answers below: 1.From this code can you confirm me whether I'm uploading as different user identifiers or what? Upon checking your code below, I can confirm that you are uploading a diff

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-05 Thread Chethan U
1.From this code can you confirm me whether I'm uploading as different user identifiers or what? 2.If I'm uploading as different user identifier then is it possible to upload user identifiers having > 1 lakh count? 3.If possible how can I upload more than 1 lakh user identifiers? please revert

Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-04 Thread Chethan U
Hi I need one more clarification. I have a csv file which has 7 rows in which it contains 2 columns named as 'Mobilenumber' and 'email'. I was trying to upload this file to google ads account through google ads api. In this case both mobilenumber and email together considered as 14 ident

RE: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chethan, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, I can see here that the error that you got is "TOO_MANY_USER_IDENTIFIERS." Please note that there's an update that the maximum number

"Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-03 Thread Chethan U
Hi I'm trying to upload customer segment which consists of mobile number and email to Google ads accounts via Google ads api. The CSV file consists of 75000 rows and I'm getting this error. Please suggest what is the problem and what can be done. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~