Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-15 Thread Meir Mouyal
Lately I have been getting this error too. I used to get it in the past by passing an asset name when creating the asset, but then I realized that the asset name was optional, so not passing the asset name solved the issue. However now I'm getting the issue again even though I'm not passing

UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread Meir Mouyal
Request: POST to the adGroupAds:mutate resource Request Body: { operations: [ { create: { ad: { name: "some name", finalUrls: [ "https://google.es;, ], responsiveDisplayAd: { marketingImages: [ {

Is it possible to retrieve the campaign labels name through a query?

2022-01-19 Thread Meir Mouyal
I'm using the REST API query resource by making the following query: SELECT campaign.id, campaign.labels FROM campaign But the campaign.labels return a list of label resourceNames, is it possible to make them return the labels names? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
t;location": { "fieldPathElements": [ { "fieldName": "operations", "index": 0 }, { "fieldName": "create" }, { "fieldName": "selective_optimization" }, { "fieldName": "conversion_actions" } ] } } ], "requ

UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
Requests are only getting this error when attempting to create a campaign with a conversion action. The errorCode.requestError says "UNKOWN", and the message "The error code is not in this version." I find it really weird as this has been working fine for months. Request Id:

Re: Why can't we make updates on an existing Ad through the API?

2022-01-06 Thread Meir Mouyal
I'm actually trying to mutate an Ad through the REST API, but I'm not being successful, the requestId of an example request you can take a look at is *Rp2bmte1kWxW8Zp7FB5_8Q*. In this case I'm simply trying to update the *ad.finalUrls* El viernes, 31 de diciembre de 2021 a las 8:32:21 UTC+1,

Why can't we make updates on an existing Ad through the API?

2021-12-30 Thread Meir Mouyal
The Google Ads API documentation specifies that the Ad is immutable: https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers.adGroupAds#:~:text=object%20(Ad)-,Immutable,-.%20The%20ad. However, through the UI its possible to edit an Ad. Can we have this feature on the Google

Re: The googleAds:search endpoint leaves the request hanging

2021-12-20 Thread Meir Mouyal
Hey Ernie, It happened yesterday, while there were some latency issues with the Google Ads API. What was interesting though is that for this particular endpoint nothing was ever returned, the request was just left hanging, meaning that I have no request Id to provide. El mar, 21 dic 2021 a las

The googleAds:search endpoint leaves the request hanging

2021-12-20 Thread Meir Mouyal
Any requests that I make to the googleAds:search endpoint are left hanging without returning a response. Something is wrong -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-16 Thread Meir Mouyal
Ok, I will contact support, thanks! El jueves, 16 de diciembre de 2021 a las 11:00:09 UTC+1, adsapi escribió: > Hi Meir, > > This is Yasar and I work with Matt. Let me assist you with this. > > Thanks for confirming that you don't have any issues through the API. In > order to generate traffic,

Campaign Proximities are not working correctly

2021-12-16 Thread Meir Mouyal
Something really weird is going on, some days they are created correctly without any problems and some other days it just fails. I always test it with different values, and for instance, yesterday it was working fine with "barcelona" as the city name, and today it isn't. The error I'm getting

Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-15 Thread Meir Mouyal
I don't have any issues through the API, I know the request works because I can see it in the UI. However the campaign is not generating any traffic El miércoles, 15 de diciembre de 2021 a las 18:31:49 UTC+1, adsapi escribió: > Hi Meir, > > Can you please privately reply with your request and

Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-15 Thread Meir Mouyal
Hey Matt, That's what I'm currently doing, setting a placement to youtube.com, but it doesn't seem to generate any traffic, literally 0 impressions. El martes, 14 de diciembre de 2021 a las 21:29:47 UTC+1, adsapi escribió: > Hi Meir, > > Thanks for reaching out. There isn't an setting in the

How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-14 Thread Meir Mouyal
Is there a way in which I can filter a display campaign to only show ads on the YouTube platform? What should I need to do? Create a placement for youtube.com and then select all the YouTube channels and videos? Also, for the app, previously the YouTube App was included in the list, now it

AdGroup targeting not being correctly set through the API even though the response is successful

2021-12-03 Thread Meir Mouyal
Hello there, I'm making a request to set multiple custom interests and affinities to an adgroup and getting a successful response with the created resourceNames. However, when checking through the UI if the targeting was correctly set, almost all of the targetings sent through the request

NAME_ALREADY_USED:CustomInterestError on custom interests migration

2021-11-30 Thread Meir Mouyal
I'm trying to migrate all the CustomInterests from one account to another. Some of the custom interests have the same name but different types: CUSTOM_AFFINITY or CUSTOM_INTENT. However when trying to make a request with all the custom interest I get the NAME_ALREADY_USED error. Should this

Using Shutterstock images in Responsive Display Ad

2021-11-22 Thread Meir Mouyal
Hey, I was wondering if and how I can use Shutterstock images as the marketingImages assets for a Response Display Ad. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

DUPLICATE_NAME error when creating a label that already exists

2021-11-18 Thread Meir Mouyal
It would be nice if the existing Id of the duplicate label is returned. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-17 Thread Meir Mouyal
Never mind, it's not fixed yet, the original asset was being returned because I was using the same asset name when creating the asset :/ El miércoles, 17 de noviembre de 2021 a las 15:09:55 UTC+1, Meir Mouyal escribió: > > Hey there, > > Is it possible that this has already been s

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-17 Thread Meir Mouyal
Hey there, Is it possible that this has already been solved? I can't find anything in the blog, however now I seem to get the original asset details as a result! Thanks :D El lunes, 15 de noviembre de 2021 a las 2:47:29 UTC+1, adsapi escribió: > Hi everyone, > > Thank you for your follow

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
Hey there, Yeep... I've thought about filtering through a report but... it's not ideal at all, I might just modify a pixel in the image and upload it. Typically when getting a duplicate error you really expect to have the Id or some reference that points you to the original resource, so it

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
I'm getting the same error and I'm setting a different name, the error message is correct. How can I know though which is the original asset? El lunes, 31 de mayo de 2021 a las 10:59:57 UTC+2, Google Ads API Forum Advisor Prod escribió: > Hi, > > Thank you for raising this concern. > > If you

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Hey there! Yeep, it seems to work with v9. However it doesn't seem correct to have the "updateMask" set to "maximizeConversions.targetCpa" when its not even in the "update" object. The documentation should

How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Through the UI I can set the Maximize Conversions bidding in a Display Campaign, however I can't seem to do the same thing through the Ads API. Can it be done? Thanks :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
I forgot to mention, I'm referring to the Google Ads API (not AdWords) El miércoles, 10 de noviembre de 2021 a las 6:55:42 UTC+1, Meir Mouyal escribió: > Hey everyone, > > I was wondering if it's possible to create a campaign with a goal through > the API as it's done th

How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
Hey everyone, I was wondering if it's possible to create a campaign with a goal through the API as it's done through the UI. For instance, I would like to create a Lead Campaign. I haven't been able to find anything about it in the API Docs. Given the case that we cannot set campaign goals