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
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
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'