I've created 2 adgroup operations as below.... $adgrp1=new AdGroup(); $adgrp1->id=$adGroupId1; $adgrp1->campaignId=$campaignid;
$adgrp2=new AdGroup(); $adgrp2->id=$adGroupId2; $adgrp2->campaignId=$campaignid; //creating adgroup operation $adgrpoperation1=new AdGroupOperation(); $adgrpoperation1->operator='SET'; $adgrpoperation1->operand=$adgrp1; $adgrpoperation2=new AdGroupOperation(); $adgrpoperation2->operator='SET'; $adgrpoperation2->operand=$adgrp2; return array($adgrpoperation1,$adgrpoperation2); Then i've created bulk mutate request and submitted the job. The job was successful. But i couldn't retrieve the stats associated with the above adgroups (operation result is an instance of none of them..i.e. neither failureresult nor return value result etc......) My intention is to just get the current stats of the above AdGroups using bulk mutate job..... Please correct my mistakes and send me the solution Thank you, kush -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
