Refresh error exception while making api call with Google ads account

2023-03-05 Thread Chethan U
Hi team, while making an API call with Google ads accounts, I'm getting below exception. Raise exceptions.Refresherror(Google.auth.exceptions.RefreshError:('invalid_grant:Bad Request' , {'error' : 'invalid_grant' , 'error_description' : Bad Request'} ) Please let me know what's the issue. --

Re: RE : Mismatch in audience segment upload in Google ads

2023-01-13 Thread Chethan U
Thanks for your response. Actually this is the code I used. Here I have used "user_data.user_identifiers.append(user_identifier)" only once. Is this correct or should I include another "user_data.user_identifiers.append(user_identifier)" after " user_identifier.hashed_email = ((row['emails'])['

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: Mismatch in audience segment upload in Google ads

2023-01-12 Thread Chethan U
And one more thing, the segment which I uploaded has size 56-66 k size across search, YouTube, Gmail campaign. But under display the size is <100. Can I know what is the issue. On Friday, January 13, 2023 at 10:39:39 AM UTC+5:30 Chethan U wrote: > Hi I tried to upload a audience segment

Mismatch in audience segment upload in Google ads

2023-01-12 Thread Chethan U
Hi I tried to upload a audience segment which had 1 lakh rows to Google ads through google ads api. But after uploading a segment to Google ads, in the UI I can see only 56k-66 k size. Can you please convey me what's the issue. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

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 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

"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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~