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
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
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
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
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
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
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":
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
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": [
{