Re: User List maintenance using Google Ads API

2021-01-14 Thread Google Ads API Forum Advisor Prod
Hello Philip, Could you do me a huge favor and start a new forum thread with this question? It's already well written; it just needs to be in a new thread. The reason is because people who are on this thread or people coming along later may get confused when the question is slightly different t

Re: User List maintenance using Google Ads API

2021-01-13 Thread Philip Amendolia
Hi, Using the Google Ads API RunOfflineUserDataJob service if I send 2 separate jobs synchronously, in order on my end, will the job cantaining the RemoveAll operation be executed bef

Re: User List maintenance using Google Ads API

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, The logs must not have gone through. Please try sending them directly to googleadsapi-supp...@google.com. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRix7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

Re: User List maintenance using Google Ads API

2020-07-05 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, I have sent you the logs via Reply privately to author last week, however, didnt receive any response. Could you please have a look and let me know. Thanks, Abhinav On Tuesday, 30 June 2020 00:11:19 UTC+10, adsapiforumadvisor wrote: > > Hi Abhinav, > > Can you please share your co

Re: User List maintenance using Google Ads API

2020-06-29 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Can you please share your complete detailed request and response logs for the member upload via Reply privately to author so I can further investigate the issue? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google Ads API Team

Re: User List maintenance using Google Ads API

2020-06-28 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchel, Please refer below screenshot [image: testCapture'.PNG] first audience was uploaded by GoogleAdwordsApi and second audience was uploaded manually. I am not able to see any match rate for the first audience which was uploaded by API. Thanks, Abhinav On Thursday, 25 June 2020 23:46

Re: User List maintenance using Google Ads API

2020-06-25 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, The match rate should update automatically when you upload the new members. However, it can take up to 12 hours for the new members to be uploaded to the user list so I would recommend waiting at least that amount of time to check and see if the new match rate is correct. Regards,

Re: User List maintenance using Google Ads API

2020-06-24 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, I have successfully added customers to the customer list (audience) however I am not able to see any match rate percentage populated when I manually check on my google ads manager portal(under Audience list) It is bit different as uploading the customer list manually gives me the e

Re: User List maintenance using Google Ads API

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, If you would like to remove a specific member, you should pass the full member object to the mutateMembers call. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRix7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

Re: User List maintenance using Google Ads API

2020-06-17 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi There, I am trying to perform two operation on existing customer list (audience) 1) Adding the customer (FirstName, LastName, Email, Phone, Country, Zip) to an existing customer list (Audience) - Which I am able to do that 2) Removing the existing customer from the same existing customer list

Re: User List maintenance using Google Ads API

2020-06-12 Thread Google Ads API Forum Advisor Prod
Hi All, @Abhinav, you are correct that Google Ads API is still in beta and not currently recommended for production use. @cv, as Abhinav mentioned, adding and removing customers to a user list is possible using the AdWords API mutateMembers operation. As you said, you have already been doing t

Re: User List maintenance using Google Ads API

2020-06-12 Thread cv
Hi, @abhinav, Yes Correct. @Mitchel, We are waiting for official words. Thanks On Friday, 12 June 2020 15:28:31 UTC+5:30, Abhinav Sharma wrote: > > @CV, > > As per my understanding, google adwords api supports > 1) addition of new customers in the existing customerList > 2) removal of existi

Re: User List maintenance using Google Ads API

2020-06-12 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
@CV, As per my understanding, google adwords api supports 1) addition of new customers in the existing customerList 2) removal of existing customer from the existing customerList Google adwords api does not support the modification of the customer information (such as first name, last name, emai

Re: User List maintenance using Google Ads API

2020-06-11 Thread cv
Hello Mitchell, Unfortunately, it is currently not possible to add members to a user list using the Google Ads API however there is an existing feature request for this so I would recommend keeping an eye on our Developer Blog for information on future r

Re: User List maintenance using Google Ads API

2020-06-11 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Thanks for the update. As per my knowledge the Google Ads API is in beta stage so that I can not use in production for the new development. Please correct me If I am wrong. Thanks, Abhinav On Friday, 12 June 2020 00:51:48 UTC+10, adsapiforumadvisor wrote: > > Hi Abhinav, > > Thank

Re: User List maintenance using Google Ads API

2020-06-11 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Thank you for your patience. I have received some updates from my team. It turns out there was some confusion and that the AdWordsUserListService actually does not support partial failures. However, the Google Ads API UserListService does support partial failures. Unfortunately, it

Re: User List maintenance using Google Ads API

2020-06-10 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, I removed your last post because it contained sensitive information. Please make sure to us the Reply privately to author option when sending logs and other sensitive data. In terms of the issue, I am having my team look into it and will let you know when there's an update. Regard

Re: User List maintenance using Google Ads API

2020-06-10 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
AdsClientLibs.DetailedRequestLogs Information: 1 : -BEGIN API CALL- Request --- POST /api/adwords/rm/v201809/AdwordsUserListService Authorization: REDACTED Accept-Encoding: gzip, deflate TimeStamp: Wed, 10 Jun 2020 11:57:54 GMT http://schemas.xmlsoap.or

Re: User List maintenance using Google Ads API

2020-06-09 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Can you please share the complete detailed request and response logs for your call via Reply privately to author so I can further investigate the issue? You can find information on enabling logging here. It looks like you have the right code to enable partial failure. You can handle

Re: User List maintenance using Google Ads API

2020-06-08 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Appreciate if you can point out the code change required in the code which I have sent you in previous post. In addition to this, i have seen the document https://developers.google.com/adwords/api/docs/guides/partial-failure#c which mentions below supported services for partial fa

Re: User List maintenance using Google Ads API

2020-06-08 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
HI Mitchell, as you mentioned earlier that partial failures are allowed in AdwordsUserListService. However when I am trying to add some users in the existing user list then I am not able to implement the partial failure. please refer below code and point out the area where we can implement the

Re: User List maintenance using Google Ads API

2020-05-30 Thread cv
Hello Abhinav, This may clear all the doubts. Good explanation here . Thanks, On Friday, 29 May 2020 20:04:42 UTC+5:30, adsapiforumadvisor wrote: > > Hi Abhinav, > > Please see here >

Re: User List maintenance using Google Ads API

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Please see here for more information about getting the partial failure values and a more in depth example here. Please share your code if you are still having. @cv, the documentation shows that both partial failure and validate only should be supported for that service. I will moni

Re: User List maintenance using Google Ads API

2020-05-28 Thread cv
Hello Mitchell, Your link also suggests that it would support both partial_failure and validate_only. But again your reply said that would for validate_only. We confused. @abhinav I think API is not supporting the same. I have also asked the same to the forum but they said to contact Google Ads

Re: User List maintenance using Google Ads API

2020-05-28 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Could you please help me out to implement the handlepartialfailure in below code. I am struggling lil bit here. I am not able to get the partialFailureErrors object from mutateMembersResult . using (var userListService = (AdwordsUserListService) user.GetServic

Re: User List maintenance using Google Ads API

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, I can confirm that the UserList service supports partial failure as shown here. Also, for AdWords API, the AdWordsUserListService should support partial failures as well. Please let me know if that causes any errors. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRix7:

Re: User List maintenance using Google Ads API

2020-05-28 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Is partial failure supported with UserListService Mutate operations? I think it is not. @cv have also asked for the same but they replied NO. please refer Link here

Re: User List maintenance using Google Ads API

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, That code looks correct. Can you please share the detailed request and response logs via Reply privately to author so I can further investigate the issue? @cv, partial failures should be supported for this operation. It looks like that forum post is in regards to validateOnly. Rega

Re: User List maintenance using Google Ads API

2020-05-24 Thread cv
Hi Mitchell, Is partial failure supported with UserListService Mutate operations? I think it is not. I have also asked for the same but they reply with no. Link here I have another question regarding partial failure and val

Re: User List maintenance using Google Ads API

2020-05-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
On Tuesday, 21 April 2020 14:06:59 UTC+10, Abhinav Sharma wrote: > > Hi, > > I am trying to find few clarifications on below items before starting the > integration with Google Ads API. > > 1) I wanted to use the Google Ads API over google AdWords API so that I > can utilize the REST API and JS

Re: User List maintenance using Google Ads API

2020-05-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Thanks for you quick response. I am stuck in one scenario where I am trying to add, update or delete the users (1000 in single request) from the existing user list (Audience) and trying to handle the partial failures. below is code i have implemented: using (var userListService =

Re: User List maintenance using Google Ads API

2020-05-22 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, You should make sure you have partial failures enabled when you make your call. With this enabled, all members will go through except the ones that fail. In terms of dealing with the failures, I would check if it's the same issue or different issues impacting them then try and troub

Re: User List maintenance using Google Ads API

2020-05-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi, Thanks for the clarification. I have implemented the suggestion, however, I am stuck in one scenario. I am uploading 1000 customer records in the existing user list (custom Audience) with the userListService.mutateMembers method. However, How should I handle the partial failure? e.g. if 10

Re: User List maintenance using Google Ads API

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi All, Let me try and clear up the confusion. Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove few members using MutateMembers() from the existing userlist and add some new mem

Re: User List maintenance using Google Ads API

2020-04-22 Thread cv
Hi Abhinav, That was my scenario. I need to implement Replace as it is in UI. Replace: Replace your existing audience list by uploading a CSV file with a new set of customer data. You can use a template

Re: User List maintenance using Google Ads API

2020-04-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Sorry I didn't realize that you have raised the https://groups.google.com/forum/#!topic/adwords-api/mnPb2kCI2zo It means I need to clear the whole user List and then add the members again. Correct me If I am wrong. On Wednesday, 22 April 2020 19:17:07 UTC+10, Abhinav Sharma wrote: > > It does no

Re: User List maintenance using Google Ads API

2020-04-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
It does not seem like I can do the as I am referring the post https://groups.google.com/forum/#!topic/adwords-api/mnPb2kCI2zoand it clearly mentions that we need to remove all members from the user list and add the members back to the same user list If I need to use the same userlistId. pl

Re: User List maintenance using Google Ads API

2020-04-22 Thread cv
Hello Abhinav, Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove few members using MutateMembers() from the existing userlist and add some new members back to the same userlist?

Re: User List maintenance using Google Ads API

2020-04-21 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Thanks for the clarification. to continue on the question 3 and 4, could you please clarify my next query as mentioned below: Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove fe

RE: User List maintenance using Google Ads API

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Thank you for reaching out. Please see my answers to your questions below: I can't speak on the timeline of Google Ads API. Please keep an eye on our Developer Blog for information on upcoming changes and future releases. You can create a UserList in Google Ads API by following one o

User List maintenance using Google Ads API

2020-04-20 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi, I am trying to find few clarifications on below items before starting the integration with Google Ads API. 1) I wanted to use the Google Ads API over google AdWords API so that I can utilize the REST API and JSON standards, however, I read that Google Ads API is in Beta state. May I please