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

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

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

Re: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Adding to Abhi's question. He mentioned a scenario where we have 1 customer related record in our CRM based list (1 email, 3 phone numbers, first_name, last_name, country and zip). Suppose the customer info is: 1) email: abhinav.blahb...@blah.com 2) phone1: 0123456789 3) phone2:

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

Logging options available in Adwords API

2020-06-16 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi There, I am planning to build an Asp.Net core web API which will integrate with Adwords API. Could you please help me out to explore different options available to log the request and response (in detailed or summary) and sink it to some different log destination other than file. The

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,

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

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

Re: User List maintenance using Google Ads API

2020-06-09 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

Re: User List maintenance using Google Ads API

2020-06-09 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-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)

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

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

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.

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

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

.Net Core support for Adwords API

2020-04-19 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi There, I am finding the difficulty to get the .net core support for adwords api. I am trying to build an application for my organization which will integrate the Adwords API (specifically the customer match), however, I cant find any .net core support for Adwords API integration. Any help