$adGroup = new AdGroup();
$adGroup->id = $adGroupId;
the error is
SoapFault Object ( [message:protected] => [EntityNotFound.INVALID_ID @
operations[0].operand.id; trigger:'AdGroupId: 2147483647']
[string:private] => [code:protected] => 0 [file:protected] => C:\wamp
\www\adManager\libs\Google\Api\Common\Lib\AdsSoapClient.php
[line:protected]
if i write code like
$adGroup = new AdGroup();
$adGroup->id = 3060282795;
then it's working.
plz reply me ASAP.
This is related to a bug in how the SoapClient class handled long
values. Please see the following thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/364a50bd2197a915/
Best,
- Eric Koleda, AdWords API Team
On Feb 22, 2:02 am, "freesystems.t...@gmail.com" <adwo...@kutenda.com>
wrote: