RE: [1-8067000026362] Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mohammed, Thank you for reaching out, and apologies that you've run into this issue. There is actually a separate whitelist for UAC in the Google Ads API, which is why you're unable to access those assets in the Google Ads API. The problem is temporary and will be resolved so that you can

Re: [1-8067000026362] Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-05-04 Thread Mohammad Reza Kiani
My question is why this is happening for App Campaign in google-ads api. Because I could create and manage Universal App Campaign in adwords-api but here we have this rule which is against your motto that you can access all functionality using adwords in google-ads-api. And I have another

RE: [1-8067000026362] Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-05-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mohammad, Regret the delay as I was checking this internally with the team. The App Campaigns creation and management functionality is currently available on whitelisted accounts. You will need to contact your Google representative if you are interested in having your account whitelisted.

Re: Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-05-01 Thread Mohammad Reza Kiani
Thank you for attention. I can't understand something from your documentation as much as I tried. What is the different between the loginCustomerId which is set in ads.properties file with the customer id I should use for mutation operations? (for example in

RE: Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mohammad, I'm glad that the first issue has been resolved. If you are making API calls using OAuth credentials from a manager account and are accessing a related customer account, then you will need to specify the login-customer-Id in the request header. Please check this related blog

Re: Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread Mohammad Reza Kiani
I solved that problem by setting api.googleads.loginCustomerId in ads.properties file and using new customerId in the explicite code (however I didn't understand what was the problem) and adding channelSubType to request. But now I'm receiving this error: Request --- MethodName:

Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread Mohammad Reza Kiani
Hi, I'm using google ads new api to create campaign. After I'v created a budget & a bidding strategy successfully, I failed to create the app using following code: Campaign.newBuilder() .setName(StringValue.of(request.name))