Hi Rafael, You need to send only the fields to be updated. See http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109_1/BasicOperations/UpdateCampaign.cs#80 for an example where the code updates just the budget, by setting the delivery method to accelerated. The documentation for Budget type is here: https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Budget
Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 21 May 2012 22:03:47 UTC+5:30, Rafael Marquez wrote: > > Hello there. > What are the required fields/structures? Do I really need to pass > everything in the campaign object? > I was able to set the campaign status just by oassing the CampaignID and > the status, but the budget has proved to be trickier... > Thanks in advance for you reply.... > > > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
