Entire mutate code w/o wsdl and soap header is below, $criterion = array( 'adGroupId' => (float) $adgroup_id, 'criterion' => array('id' => (float) $criterion_id, 'Criterion.Type' => 'Keyword' ), 'userStatus' => 'PAUSED' );
$operation = array('operator' => 'SET', 'operand' => $criterion); $operations = array($operation); $result = $adGroupCriterionService->mutate($operations); Everything seems normal but, i get the error as; ............................ [faultstring] => [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand] .................................... There seems no way out, any help will be appreciated. (PS: I AM NOT USING "CLIENT LIBRARY") -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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