Hi,
I have a MCC Account with id = "3817077656" which is managing a linked account, when I tried to update that linked account "cpcbid" of its certain keyword I got the following error.
AdWordsApiException: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown.
EntityNotFoundReason.INVALID_ID. (Error: EntityNotFound.INVALID_ID, FieldPath: operations[0].operand.adGroupId, Trigger: AdGroupId: 47876183950)
I am getting the above error on following line of code.
AdGroupCriterionReturnValue retVal = adGroupCriterionService.mutate(
new AdGroupCriterionOperation[]
{
operation
});
Please help me in fixing this error.
Tanveer Hamid.