Re: Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-29 Thread Eric Koleda
Hi Alpcan, The description of the Criterion.Type fieldhas the necessary information: "This field indicates the subtype of Criterion of this instance. It is ignored on input, and

Re: Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
New version SAME ERROR. Anyone, Someone, who has a clue..waiting for a response. $criterion = new SoapVar(NULL, NULL, 'Keyword', $namespace); $criterion->id = 'XX'; $adGroupCriterion = new SoapVar(NULL, NULL, 'BiddableAdGroupCriterion', $namespace); $adGro

Re: Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
PS: api version 201008 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribe

Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
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'