Re: video Campaign in google ads API

2023-01-24 Thread 'Anurag' via Google Ads API and AdWords API Forum
Hi Team, are Video campaigns are now supported to create through APIs? I couldn't find info in release Doc. Thanks and regards Anurag On Friday, June 10, 2022 at 3:14:10 PM UTC+5:30 kri...@skills-agency.com wrote: > Thank you for the clarification. > On Friday, June 10, 2022 at 2:12:52 PM UTC+

Re: Ability to "Cancel" client account

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bat, Thanks for reaching out to us. As of now, there are no updates, and definite timeline that will be supported in the Google Ads API. For now, you may monitor our blog for an update when it is supported in the future. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2TNgor:ref

Empty field descriptive_name

2023-01-24 Thread Lucas Oliveira
Hello I'm requesting my customer/account informations using the GoogleAdsService as below. The response given sometimes has the field descriptive_name empty. I others fields about this customer_id are returning fine. Could you help me with this issue? ga_client = GoogleAdsClient.load_from_dic

Re: Ability to "Cancel" client account

2023-01-24 Thread Bat-Ochir Enkhbaatar
Hello, Is there any update for feature to canceling or suspending accounts via Ads API? Regards, Bat On Monday, December 20, 2021 at 11:42:31 PM UTC+9 adsapi wrote: > Hi Sergei, > > Thanks for reaching out. The Ads API does not currently support cancelling > or reactivating accounts. However,

RE: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, you may refer to this guide and this sample code on how to Add Logical User List in version 12. Regards, Darwin Google Ads API Team ref:_00D1U1174p._5004Q2iNAzV:ref --

RE: Query click_view for gclid returns no results

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API team. With regards to your concern, kindly note that Google Ads API mirrors the Google Ads UI. You can pull/fetch the data that you're seeing in the Google Ads UI. Having said that, you mentioned that upon using the query that you provided,

What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread Ajit Trivedi
Hi 0 I am using version 9 of com.google.ads.googleads . I was using the following code snippet to get the UserList. try (UserListServiceClient userListServiceClient = googleAdsClient.getLatestVersion().createUserListServiceClient()){ UserList

Re: Expiry of Refresh Token / Access Token

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Endrit, Thank you for reaching out to our API support team. The invalid_client is different from the invalid_grant (usually due to expired refresh tokens) error. That said, the invalid_client could indicate an issue with your credentials (client_id and client_secret) and we recommend that y

Re: Expiry of Refresh Token / Access Token

2023-01-24 Thread Endrit Hoti
Hello, I have same problem now. My app in cloud platform is external user type and publishing status "Production" and still the problem with refresh token persists. it says : google.auth.exceptions.RefreshError: (‘invalid_client: Unauthorized’, {‘error’: ‘invalid_client’, ‘error_description’:

RE: Forecast Curve API more than 1000

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sinu, Thanks for reaching out to the Google Ads API Forum. Could you provide us with the complete API logs(request and response with request-id) generated on your end for your statement “The Forecast Curve API gives only 1000 records”? Also, could you elaborate more on what you mean by “Is

Query click_view for gclid returns no results

2023-01-24 Thread Sanket Dofe
I am trying to fetch data related to an Ad click using a given gclid. For this I am using the following GAQL query SELECT click_view.ad_group_ad, click_view.gclid, click_view.keyword, click_view.keyword_info.match_type, click_view.keyword_info.text, click_view.resource_name, ad_group.name, ad_g

Re: Dismiss recommendation issue

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron, Thank you for getting back to us. I hope that you are doing well today. Moving forward to your concern, since you have tried the sample code for DismissRecommendation using the C# and it hangs, what we can do right now is to advise you to reach out to the Client library owners of Dotn