Hi, thank you for this helpful answer. I think i understood how it works - so getting all the information of an Adgroup i need is no longer a problem.
But if i try to update a Adgroup i get the following message: SoapFault Object ( [message:protected] => Unmarshalling Error: Unable to create an instance of com.google.ads.api.services.campaignmgmt.adgroup.v200909.jaxbgen.AdGroupBids ..... A part of my code: //..... $adGroup = new AdGroup(); $adGroup->id = $adGroupId; $adGroup->status = $status; $adGroup->bids->keywordMaxCpc->amount->microAmount = ($budget * 1000000); //..... It would be great if you can give me a little example how i update the keywordMaxCpc and the keywordContentMaxCpc of an Adgroup. The examples of the v200909 api don t show how to do that. Thanks for your help. Best regards Sythus -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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