Re: CREATE_OPERATION_NOT_PERMITTED

2022-10-07 Thread Lukas Kelling
Hello Yasar, thank you for the quick confirmation. Have a nice day! Regards, Lukas On Thursday, 6 October 2022 at 21:26:59 UTC+2 adsapi wrote: > Hi Lukas, > > Thanks for posting your concern on this thread. > > Yes it is true that the ad customizer feeds have not been removed. Also, > the only

Re: CREATE_OPERATION_NOT_PERMITTED

2022-10-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lukas, Thanks for posting your concern on this thread. Yes it is true that the ad customizer feeds have not been removed. Also, the only feed placeholder types that are not yet deprecated are: Ad customizers Location extensions (and affiliate location extensions) Dynamic remarketing (Flight,

Re: CREATE_OPERATION_NOT_PERMITTED

2022-10-06 Thread Lukas Kelling
Hello, reopening this thread to ask for *confirmation* from Google Ads API Team. This page (https://developers.google.com/google-ads/api/docs/extensions/feeds/feed-items) mentions ad customizers as one of "the only feed placeholder types that are not yet deprecated". However, while ad custom

RE: CREATE_OPERATION_NOT_PERMITTED

2022-09-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anh, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regard to your concern, to better check this concern, could you please provide the complete Ads API logs (request and response with request-id) so our team further investigates this issue and gi

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread Nora
Hello, thank you for the quick reply. This is exactly what I had already suspected. Only this behavior has not been documented so far https://developers.google.com/google-ads/api/docs/ads/customize-ads?hl=en Regards Nora adsapi schrieb am Montag, 8. August 2022 um 15:08:02 UTC+2: > Hi Nora, >

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nora, Thank you for the reply. To give you the background of this error, it occurs when you are modifying a feed using an API which is attached to an expanded text Ads. However, so that we can check if this is indeed a scenario that you encountered, it would be helpful if you can provide us

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread Nora
I see a similar error message when updating my AD_CUSTOMIZER feed: "OperationAccessDeniedError.UPDATE_OPERATION_NOT_PERMITTED: Unauthorized UPDATE operation in invoking a service's mutate method., trigger: AD_PLACEHOLDER" Could it be that you are not allowed to update these FeedItems anymore, b

RE: CREATE_OPERATION_NOT_PERMITTED

2022-07-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. To take a closer look at the issue, could you provide the complete request and response logs with request ID and request header generated on your end with error? These details will be helpful in our investigation. If you haven't enabled the logging of th

Re: CREATE_OPERATION_NOT_PERMITTED

2022-07-18 Thread So
My code is below: var feedItemService = this.Accessor.AdsClient.GetService(Services.V11.FeedItemService); var operations = new LinkedList(); var feedResourceName = ResourceNames.Feed(4671073053, 75891781); var feedItem = new FeedItem { Feed = feedResourceName }; var model = new FeedItemAttrib

Re: CREATE_OPERATION_NOT_PERMITTED for Display Smart campaign

2022-04-15 Thread Andrew Hrimov
Can someone help me and explain, maybe something is wrong with hierarchy or account settings for client accounts? How I can avoid this error (main idea to operate with Manager account and post ads from it client accounts). Also I can attach request_id for proper investigation if it is not obviou

Re: CREATE_OPERATION_NOT_PERMITTED for Display Smart campaign

2022-04-14 Thread Andrew Hrimov
As I found else, not all my customers from Test Manager B can create campaign too, for example, my manager customer_id 745-648-6668 has 3 client accounts: 757-944-3809, 731-759-4472, 226-977-9954. And campaign creation request fails just with the last one client customer_id. Can you explain, wha