Hi,

edit group giving error
SoapFault Object ( [message:protected] => [EntityNotFound.INVALID_ID @
operations[0].operand.id; trigger:'AdGroupId: 2147483647']

if i pass params like
 $adGroup = new AdGroup();
 $adGroup->id = $adGroupId;
then giving the above error

if i pass param like
$adGroup = new AdGroup();
$adGroup->id = 3060282795;
then it's working

reply me ASAP

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

Reply via email to