RE: Using the new Google Ads API

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dima, Thanks for reaching out to the Google Ads API Forum. Kindly note that you may receive the error ‘USER_PERMISSION_DENIED’ when a user doesn't have permission to access a customer and you’re accessing a client customer using 'login-customer-id’ in the request. Since you specified the "l

Using the new Google Ads API

2022-05-09 Thread Dima T
Hello. I am trying to convert old application which used deprecated authentication, to new one. The app is written in Java and using com.google.api-ads:google-ads version 18.0.0 Here are my config properties: api.googleads.clientId=8148nt.com api.googleads.clientSecret=cVsR api.googlea

RE: If there are some plans in the roadmap to update this service to work using the new Google Ads API v3?

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Joao, Thank you for reaching out to us. I see that you're asking a question on whether there will be an update with BigQuery to be compatible with Google Ads API. Since this is a concern about BigQuery functionality, could you reach out to the Cloud Support Team, as BigQuery is outside of ou

If there are some plans in the roadmap to update this service to work using the new Google Ads API v3?

2020-05-28 Thread João Ricardo Hurb Com
work using the new Google Ads API v3? https://cloud.google.com/bigquery-transfer/docs/adwords-transfer -- “Esta mensagem pode conter informações confidenciais e sujeitas a sigilo. A sua utilização, cópia e divulgação não autorizadas são

RE: How do I create an audience using the new Google Ads API?

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jon, Sure, I have passed this to our team. Regards, Dhanya, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api https://developers.google.com/adwords/api/co

Re: How do I create an audience using the new Google Ads API?

2019-01-14 Thread Jon Oler
Thanks again for the response, Dhanya. I now have my answer. I realize that the new API is in beta and that the full API that includes all the functionality of the old SOAP API is supposed to be released this quarter. That said, I feel like both the API docs and the release notes could be clea

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Currently, only CRMBased User Lists and Similar user lists are supported as stated in this section of the guide. Please keep an eye on the blog

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread Jon Oler
dsUserListServiceInterface.mutate(new UserListOperation[] {operation}); I'd like to know how to do this exact same thing using the new Google Ads API. As I mentioned previously, the release notes for version 0.6.0 of the new Google Ads API states that the ability to "Create audiences

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Sorry for the delay as I was checking with my team on this. Instead, you will need to create an Info object (e.g., CrmBasedUserListInfo) and set it to the UserList object via the setCrmBasedUserList() method. CrmBasedUserListInfo userList = CrmBasedUserListInfo.newBuilder() .setUpl

How do I create an audience using the new Google Ads API?

2019-01-10 Thread Jon Oler
I am unable to create a new audience using the new Google Ads API. The release notes for version 0.6.0 of the API (https://developers.google.com/google-ads/api/docs/release-notes) claim that the ability to "Create audiences using UserListService" was added in this release. I am usi