Re: create customer match audience using rest interface

2024-02-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. I would suggest you follow customers.offlineUserDataJobs guide to perform an addOperation, create and run operation. You can use the customers.offlineUserDataJobs.addOperations endpoint to perform create, remove and removeAll operations. Hope this helps. L

Re: create customer match audience using rest interface

2024-02-27 Thread Prashant Patidar
Hello, I have the same use case to run google Apis to manage audience using customer match list user list, Can you help me to provide the rest Apis as I m not able to retrieve it from the package. Thanks for your understanding it would be a great help for me. On Thursday, February 25, 2021 at 1

Re: create customer match audience using rest interface

2021-02-24 Thread Google Ads API Forum Advisor Prod
Hi Sohail, Thank you for reaching out. The error indicates that you have issues related to the OAuth2 Verification. Please create the OAuth2 credentials by following this guide and update them in the adwords_api.yml file. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads A

Re: create customer match audience using rest interface

2021-02-24 Thread Sohail Amin
Hi, I'm also getting this issue, when I run the below code: user_list_srv = adwords.service(:AdwordsUserListService, 'v201809')user_list = { :xsi_type => 'CrmBasedUserList', :name => 'Customer relationship management list #%d' % Time.new.usec, :description => 'A list of cus

Re: create customer match audience using rest interface

2021-02-23 Thread Coder
Thank you for the support provided. I have contacted the responsible for java client library and added bug there. On Tuesday, February 23, 2021 at 9:21:48 AM UTC adsapiforumadvisor wrote: > Hi, > > Thank you for the reply. > > Since your

Re: create customer match audience using rest interface

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the reply. Since your question is client library specific, then I am afraid that our team could no longer be able to provide any insights as it is already outside of our scope. I would recommend reaching out to the author of the client library instead by posting the concern h

Re: create customer match audience using rest interface

2021-02-22 Thread Dhamayanthi K
Hi, Thank you for your reply. Yes, I was able to upload the user list after I run RunOfflineUserDataJobas rest API. The clarification needed here is that, the client library example doesn't show this step in the example code provided. So whoever uses the client library example to try out, may no

Re: create customer match audience using rest interface

2021-02-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please find my response to your questions below: Executing the RunOfflineUserDataJob is mandatory to upload the customer-match list. Once you run the job with RunOfflineUserDataJob, were you able to successfully upload the user list? The purpose of using it i

Re: create customer match audience using rest interface

2021-02-19 Thread Coder
Hi, Thank you for replying back. As mentioned earlier I don't have permission to reply privately (option is greyed out). To answer your question, yes, I tried both client library and rest apis. I tried the same example you provided in the link here: example

Re: create customer match audience using rest interface

2021-02-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Are you using the REST interface directly to upload the users? Could you give it a try to use this client library example? If the issue persists after you try the client library example, please share the complete request and response logs along with the screensho

Re: create customer match audience using rest interface

2021-02-18 Thread Coder
Hi, Thank you for the response. To answer your question, the account is a production a/c and not a test one. Now it is close to 20hrs, but *it is still not showing up the Last updated time as updated*, it is still with default value "Last upload: Jan 1, 1970 1:00:00 AM". I'm checking the job s

Re: create customer match audience using rest interface

2021-02-18 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please note that it takes 6 to 12 hours for a list to be populated with members. Please allow more time for it to be fully populated. Also make sure you are using a production account as test accounts do not serve ads so the remarketing feature is not applicable

Re: create customer match audience using rest interface

2021-02-17 Thread Coder
Hello again, Thanks for the clarification. Now I have provided 5K actual customer gmail ids, and they are uploaded fine and no errors while uploading. But I still see in the UI that it says <100 and too small to serve, also last updated shows as "Last upload: Jan 1, 1970 1:00:00 AM". Its been

Re: create customer match audience using rest interface

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. For the uploaded emails, they are supposed to be google accounts(meaning gmail). However, emails with other domains would not throw any errors. For privacy purposes, the user list size will show as zero until the list has at least 1,000 members. After that, the s

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Update to the previous message: I tried with right 6 gmail ids and it is still not showing in the UI. But when I tried manually uploading the csv file using the UI, it says *populating*, though size is 0. Please share your insights on them. Thanks. On Tuesday, February 16, 2021 at 8:57:14 AM

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Hi Ernie, Just realised this: Being this as the testing process, I simply added some unknown emails (like custo...@example.com), will it be the case that it did not add? In that case the API won't throw any error? Thanks. On Tuesday, February 16, 2021 at 8:18:26 AM UTC Coder wrote: > Hi Erni

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Hi Ernie, Thank you for the support. I don't have an option to "Reply to Author (no permission)". However to answer your question, I did not encounter any issues while uploading. I have masked sensitive fields and copied you the request & response. *1) Created a Customer Match user list.* POST

Re: create customer match audience using rest interface

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Please provide the requested details for #1 and #2 via Reply privately to author option. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2CPseQ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

Re: create customer match audience using rest interface

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the reply. I work with Xiaoming and let me provide support to your concern. For the #1 and #2, if your API request did not encounter any issues, then it most likely encountered the behavior below. However, so that I can further investigate if your API requests encountered any

Re: create customer match audience using rest interface

2021-02-15 Thread Coder
Hi Xiaoming, Thank you for the response. I tried to follow the client library and wrote equivalent REST APIs to add customer match user list and added members to it. However I do not see members added in the GoogleAds UI: Could you please clarify below in this regard. 1) After I added members t

RE: create customer match audience using rest interface

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You would be able to use the REST interface to upload the user list. However, this makes the process more complicated sometimes as it’s not high level programming languages. You could follow one of the client libraries to see what fields are being used and what

Re: create customer match audience using rest interface

2021-02-11 Thread Coder
Hello, I'm trying to create an audience with type customer match and add / remove users to it. I do not want to use the client libraries, as our project just want to use audience upload feature and I don't want to bundle the complete client libraries, rather would like to use the rest interface