Hi, I'm trying to use the PHP client library in order to change some ad parameters in my ads, but I can't make it work. The error message I receive is "INVALID_ADGROUP_CRITERION_SPECIFIED", but I know for a fact from running the "getAllAdGroupCriteria"-service that both the ad group Id and keyword Id is correct. Does someone know what's causing this issue? The code I'm running is looking like this: $adGroup = (float) '1319726625'; $keyword = (float) '10908901'; $adParam = new AdParam($adGroup, $keyword, '100', 1); $adParamOperation1 = new AdParamOperation(); $adParamOperation1->operand = $adParam; $adParamOperation1->operator = 'SET'; $operations = array($adParamOperation1); $adParams = $adParamService->mutate($operations); Thank you in advance!
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en