Update keyword using Google Ads Rest API

2021-06-09 Thread Dp Patel
Hello All, I am new to Google Ads API and currently working on consuming several Google Ads API Endpoints to see how those works. I initially started with Campaign and I am able to Get all campaigns, Add/Update/Delete Campaigns. Now I am working through Keywords. I am so far able to Get Keywor

RE: Update keyword using Google Ads Rest API

2021-06-10 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. As you could see here the keyword criterion is immutable which means it could not be updated via the API. Thus it’s not possible to mutate the keyword via the API. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._50

Re: Update keyword using Google Ads Rest API

2021-06-10 Thread Dp Patel
So there is now way we can update Keyword text after it's created using REST API? Can we do it using Client Library ? Because I see a method Update Keyword in the Example .NET client library project. Also I was running AuthenticationInWebApplication project and It ran fine initially but now it'

Re: Update keyword using Google Ads Rest API

2021-06-10 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. The keyword could not be changed once it is created either via the Rest API endpoints directly or via the client libraries. The code example you shared is how to change the keyword for an ad group rather than updating the keyword itself. For your other question,

Re: Update keyword using Google Ads Rest API

2021-06-14 Thread Dp Patel
I am running a AuthenticationInWebApplication provided by Google and It says client library should be able to refresh token automatically. I have provided refresh token in the appsettings.json file for the AuthenticationInWebApplication project and it's not able to refresh the oauthtoken it lo

Re: Update keyword using Google Ads Rest API

2021-06-15 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. Please share the complete request and response logs along with the configuration file via the Reply privately to author option for us to further investigate. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2I1

Re: Update keyword using Google Ads Rest API

2021-06-16 Thread Dp Patel
Attaching an Error Screenshot here. On Thursday, June 10, 2021 at 4:17:42 PM UTC-4 adsapi wrote: > Hi, > > Thank you for reaching out. The keyword could not be changed once it is > created either via the Rest API endpoints directly or via the client > libraries. The code example you shared is h

Re: Update keyword using Google Ads Rest API

2021-06-16 Thread Dp Patel
Authentication Refresh Token Error On Thursday, June 10, 2021 at 4:17:42 PM UTC-4 adsapi wrote: > Hi, > > Thank you for reaching out. The keyword could not be changed once it is > created either via the Rest API endpoints directly or via the client > libraries. The code example you shared is ho

Re: Update keyword using Google Ads Rest API

2021-06-16 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. Please give it a try to regenerate the OAuth2 credentials including the refresh token using the PlayGround and make sure that when you generate the clientId and clientSecret you select the app type as Web app. Please give it a try and if the issue persists please