ok. i have done: Original Code in PHP lib: // Get the AdGroupAdService. $adGroupAdService = $user->GetAdGroupAdService('v200909'); $adGroupId = '3121652289';
Fix: // Get the AdGroupAdService. $adGroupAdService = $user->GetAdGroupAdService('v200909'); $foo = '3121652289'; $adGroupId = (float)$foo; if someone know better fix, let me know. Regards Mike On 18 Mrz., 19:38, Mike <i...@webtraffics.de> wrote: > I experience the same problem in Sandbox with php lib. > My code is based on examples/AddAds.php. > Basicly I just changes $adGroupId='3121652289'. > SoapFault Object ( [message:protected] => [EntityNotFound.INVALID_ID > @ operations[0].operand.adGroupId; trigger:'AdGroupId: 2147483647'] > > I can create campains and groups, but not ads. > > Regards Mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.