Unauthorized CREATE operation on campaign

2022-02-12 Thread arion a
Hi Guys, trying to create new campaign using googleAdsServiceClient.mutateCallable().call(request) and request is MutateGoogleAdsRequest any idea why i can not create a campaign ? mutate_operation_responses { campaign_result { } } partial_failure_error { code: 3 message: "Unauthorized

A few questions regarding using the Adwords API for keywords research

2022-02-12 Thread Digitalplatz Solutions
Hi Team, I and my business partner own a blogging business and we started looking into the Adwords API to make our keyword research a lot faster and easier. I will like to clarify a few things on - Can we use the *test account *for our keyword research usecases and what are the limitations

Application Logo during OAuth Authentication

2022-02-12 Thread Vanessa Maccherini
Hello, I am writing you because I am getting my app verified and I included my app logo in the form I submitted but when I test the login I still cannot see it in the Google banner. I thought it was normal but today I got en email from Google stating that they cannot approve my request unless

Oauth Permissions

2022-02-12 Thread Vanessa Maccherini
Hello, I am submitting my application for review and I've received an email highlighting the fact that there are certain Scopes I am requiring during login process that I did not ask for during the review project. The Scopes are the following: - https://www.googleapis.com/auth/admin.direct

c# Create Budget Error OPERATION_NOT_PERMITTED_FOR_CONTEXT

2022-02-12 Thread Karin Rutter
HI I am totaly newbe on Google Ads API... The first 2 weeks sped time to configurations of my app that finaly can get the API call without errors... just accout infos ;-) but for my big success. the next step I try to create compaing but I got error OPERATION_NOT_PERMITTED_FOR_CONTEXT The Code

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-12 Thread Matteo Medda
Hi, we have found a workaround on the creation of campaigns, let's first check the existence of an image with a specific "name" and if it does not exist we go to create it. Previously we created them directly without a "name" and the error of images with same content never showed up. Thx, Mat