;AdWordsApiException: Exception
of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown.
Customer passed in an invalid token in the header.. (Error:
QuotaCheckError.INVALID_TOKEN_HEADER, FieldPath: Trigger: New developers
must use the Google Ads API.) "
On Fri, 21 May 2021 at 00:06, Google Ads API Forum Advisor Pro
Hi Team,
I'm trying to build an Ad and Campaign for a Webapp using the Google's
AdWorks API.
1. I created the OAuth 2.0 ClientID details using '
https://console.cloud.google.com/apis/'.
2. I used the client details in the web.config of
AdWords.Examples.CSharp.OAuth and tried the 'Authorize User
Thanks for reply.
I did explore these two services but I am more interested in getting the
timestamp at which they are added.
Both campaigncriterionservice and adgroup criterion service provided me the
details of keyword added but the timestamp at which they are added is unknown.
My requirement
I am trying to fetch change history for last 30 days for number of negative
keywords added by user.
I am able to fetch the negative keywords added at campaign level as well
as ad group level by using CustomerSyncServiceInterface, source example at
below link:
https://github.com/googleads/googl