Re: getting version error while using google ads api

2024-06-24 Thread 'be...@hootinteractive.com' via Google Ads API and AdWords API Forum
Hi, For anyone who this might be helpful, I found the cause of that error, the campaign had the setting "keyword_match_type" set to "BROAD", so only broad keywords were allowed. Thanks, Berto On Friday 21 June 2024 at 12:48:14 UTC+2 be...@hootinteractive.com wrote: > Hi, > > Has this been reso

RE: getting version error while using google ads api

2023-12-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shipra, Thank you for reaching out to the Google Ads API support team. After reviewing your concern, I understand that you are encountering an error "The error code is not in this version" while using Google Ads API. In order to investigate the issue further, could you please please provide

Getting version error while using Google Ads API

2023-12-12 Thread 'Shipra' via Google Ads API and AdWords API Forum
Hey! While making applies with Google Ads API (C#) . We are getting error stating: *The error code is not in this version. *We are facing this error for multiple accounts. Error Details: { "errors": [ { "errorCode": { "criterionError": "UNKNOWN" }, "message": "The error code is not in this ve

Re: Error while using Google Ads API

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Sergei, Apart from the information provided in the thread, you may also check out these documentation on how you can correctly construct your requests : REST Mutate methods REST Design You may also opt to use the v6 and refer to the Discovery Document for V6 guide. I hope this helps. Best

Re: Error while using Google Ads API

2021-02-08 Thread Jeff Moore
Here is an example call that will work, in case it helps. It creates an expanded text ad /v6/customers/CUSTOMER_NUMBER/adGroupAds:mutate { "operations": [ { "create": { "ad": { "finalUrls": ["http://www.test.com";], "expandedTextAd": { "descrip

Re: Error while using Google Ads API

2021-02-08 Thread Steve Wilcox
Sergei, We are also using raw web requests. Our current code creates the ad thru the "customers//ads/" end point, rather than "adGroupAds" Also, I'm not sure which of the "ads" fields are optional, but you might need more than just the name. Good luck! On Monday, February 8, 2021 at 3:15:39

Re: Error while using Google Ads API

2021-02-08 Thread Sergei Kharchenko
Hi! We don't use any of existing client libraries of Google Ads Api. In our example, we use a direct Web request to https://googleads.googleapis.com/v5/. The request is: POST https://googleads.googleapis.com/v5/customers/2794540772/adGroupAds:mutate Body: { "operations": [ { "create": { "ad":

RE: Error while using Google Ads API

2021-01-21 Thread Google Ads API Forum Advisor Prod
Hi Sergei, So our team could get additional context about the issue, could you provide the complete request and response logs, along with the request ID, that was generated when the error occurred? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client l

Error while using Google Ads API

2021-01-21 Thread Sergey Kharchenko
Hello! We are currently using Google Ads Api, and we are trying to create AdGroupAd object. Unfortunately, we get the next error - https://prnt.sc/xd7pge The request is: POST https://googleads.googleapis.com/v5/customers/2794540772/adGroupAds:mutate Body: { "operations": [ {