RE: operation_not_permitted_for_context help!!!

2025-05-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi: This was just escalated to me. The error OPERATION_NOT_PERMITTED_FOR_CONTEXT usually indicates that the action you're trying to perform isn't allowed for the type of account or the specific context in which you're operating. Given that you're trying to create customer client accounts under

RE: operation_not_permitted_for_context help!!!

2025-05-06 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 support team I have raised your concern with the rest of our team and one of my teammates will reach out to you once we have an update. Meanwhile, your patience is appreciated. Thanks, Google Ads API Team Feedback How was our support toda

Re: operation_not_permitted_for_context when adding language as adgroupcriterion

2024-09-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, As previously mentioned, the API documentation lacks ad group criteria for language. Therefore, I request that you create campaign criteria that include language settings to prevent errors. This message is in relation to case "ref:!00D1U01174p.!5004Q02vGYPg:ref" (ADR-00269362) Thanks, Goo

Re: operation_not_permitted_for_context when adding language as adgroupcriterion

2024-09-25 Thread LP AI
This doesn't match with another reply I hae received. I am creating a keyword in an account and it gets an error related to the language as the system detects it as a different language and so does not approve the ad. This is what I was told > It seems that the mechanism we use to determine the

RE: operation_not_permitted_for_context when adding language as adgroupcriterion

2024-09-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 support team. >From the provided logs, I understand that you've encountered the >"OPERATION_NOT_PERMITTED_FOR_CONTEXT" error while trying to target the >language in ad group criteria. Please note that the language targeting is not >supported

RE: operation_not_permitted_for_context

2024-03-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Hope you are doing well. I could see that the campaign: 20717377421 has status 'Removed', this is the reason you are facing an error. Please note that it is not possible to perform any mutate operation on the removed campaigns. Hope this helps. This message is in relation to case "ref:!00D1

RE: operation_not_permitted_for_context when create feed

2023-07-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Xueyao, Thank you for reaching out to us. Kindly note that there was a recent blog post released about the Image and Location Auto-migration in August 2023. The migrations occur at the account level. During the migration of an account, which will take several minutes, you won’t be able to e

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-11-23 Thread Sergey Gusak
Thanks, it works! Added configData.Add("LoginCustomerId", ""); // manager customer id must be without dashes (-) to code and it processed On Tuesday, November 23, 2021 at 7:26:14 AM UTC+2 adsapi wrote: > Hi Sergey, > > Thank you for reaching out to us. > > With regard to your concern, please do

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sergey, Thank you for reaching out to us. With regard to your concern, please do note that the API request to create campaign budget is for client account only. Since you're submitted a n API request using MCC account, then this is the reason why the OPERATION_NOT_PERMITTED_FOR_CONTEXT erro

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-11-22 Thread Sergey Gusak
Sorry, I've mixed errors Using CustomerID is cause of issue: Failure: Message: Status(StatusCode="PermissionDenied", Detail="The caller does not have permission", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1637623447.83000","description":"Error received from pe

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT for demographic targeting

2021-09-28 Thread Google Ads API Forum Advisor
Hi Lakshya, Thank you for the trace that you provided. However, these do not appear to be the complete request and response logs with request ID that my colleague Ernie earlier requested. That said, and since it appears that you are using Ruby, you can first enable logging by referring to this

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT for demographic targeting

2021-09-27 Thread Lakshya Garg
Hi, I am trying to add demographic for local campaign. options[:customer_id] = '1642674633' options[:ad_group_id] = '133212439888' Please find the below logs: request_id: 8orcWK_fFAnfvMeqTNet0g WARN -- : CID: 1642674633, Host: googleads.googleapis.com:443, Method: /google.ads.googleads.v8.se

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT for demographic targeting

2021-09-27 Thread Google Ads API Forum Advisor
Hi Lakshya, Thank you for posting your concern. To investigate the issue that you experienced, could you provide the complete request and response logs with request ID generated on your end where we can see the error? If you haven't enabled the logging of the API transactions for the specific

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-16 Thread Google Ads API Forum Advisor
Hi Matěj, Thank you for the reply. You need to link the client accounts to your manager account, which your user account have an access, and follow the call structure that I've mentioned on my previous email. You may check this document as it discussed the suggestion that I provided. Let me k

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-16 Thread Matěj Humpál , Follow Bubble
Hi Ernie, yes, I have followed all the steps you mention before and as I mention in the previous message, I was able to make the API work after I accepted the invitation to the client account I myself created a few moments before. My concern is: Do I have to be explicitly invited to all clie

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-12 Thread Google Ads API Forum Advisor
Hi Matěj, Thanks for the reply. I work with Yasar and let me provide support to your concern. Could you confirm if your question is related on how to authenticate in Google Ads API to avoid the error? If yes, then you may see the key things to remember below: 1. Set customer ID (without hyphen

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-12 Thread Matěj Humpál , Follow Bubble
Never mind, I just accepted an invitation to a client account (under the same e-mail address that the Manager Account is under) and everything (or basic get/add campaign operations) started working. Not that this is super clear behaviour, but OK. Is there a clearer, more straightforward way?

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-12 Thread Matěj Humpál , Follow Bubble
Thanks for a quick response! Also thanks for the clarification, I expected something along these lines. I still don't understand why I wouldn't have permissions to access customers I created myself 5 minutes ago. The USER_PERMISSION_DENIED i get is when I use --customerId parameter 7930612705.

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT with PHP examples AddCampaigns.php

2021-08-12 Thread Google Ads API Forum Advisor
Hi MH, Thanks for reaching out to us. Kindly note that you may receive error ‘USER_PERMISSION_DENIED’ if you’re incorrectly setting the 'login-customer-id’ in the request or when a user doesn't have permission to access a customer and you’re accessing a client customer using 'login-customer-id

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-06 Thread Google Ads API Forum Advisor
Hi, I noticed that you posted on several threads regarding your concern. Our team recommends that we continue discussions on a single thread instead, for better tracking of issues. That being said, you may refer to my response to your concern in this thread, to address the OPERATION_NOT_PERMIT

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-05 Thread Google Ads API Forum Advisor
Hello Aditya, In the future, if a thread is a few months old and no longer active, could you do us a huge favor and just start a new thread? Sometimes, your issue may be different than the last one, and it can be confusing to some other people who may have had their issue already resolved on th

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-04 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match UserList to the campaign. Getting the following error using the code: CampaignCriterionServiceClient campaignCriterionServiceClient = googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient(); UserListInfo

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-04 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match UserList to the campaign. Getting the following error using the code: CampaignCriterionServiceClient campaignCriterionServiceClient = googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient(); UserListInfo

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-07-07 Thread Google Ads API Forum Advisor
Hello there, Thank you for raising this to us. So our team can better check on the issue, could you share with us the following details below? If using the AdWords API complete SOAP logs (request and response with requestId) If using the Google Ads API complete logs (request and response wit

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2020-10-16 Thread cv
Hi Ernie, I am not sure is this the reason. Because I am facing issue with this account only. Can you please help? Thanks On Friday, 16 October 2020 at 10:43:20 UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. > > I would like to inform you first that API version

RE: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2020-10-15 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. I would like to inform you first that API version v3, which you are currently using, is already deprecated as discussed on our Deprecation Schedule document. With this, we recommend that you upgrade to the newest version by following this guide to try out n