But the current version of the API is 12. (http://www.google.com/apis/adwords/developer/index.html).
As far as I know, only the current version and the version before are supported (at the moment: V11 and V12).
So, upgrading your Code to one of these would probably solve your problem.
Tino
--
Refined Labs GmbH
Landwehrstraße 17
80336 München
Tel +49 89 1392879-0
ti...@refinedlabs.com
http://www.refinedlabs.com
Sitz: München
AG München HRB 166589
Geschäftsführer:
Thomas Bindl, Stephan Seitz
-----Ursprüngliche Nachricht-----
Von: adwor...@googlegroups.com [mailto:adwor...@googlegroups.com] Im Auftrag von SAP
Gesendet: Freitag, 9. Mai 2008 00:32
An: AdWords API Forum
Betreff: AdWords API Sandbox Error Sending a campaign over Please help
BudgetPeriod.Monthly - 'Indicates a monthly base budget (available only to a limited set of developers).'
Try out the BudgetPeriod.Daily-option. The use of that one is not restricted...
Tino
--
Refined Labs GmbH
Landwehrstraße 17
80336 München
Tel +49 89 1392879-0
ti...@refinedlabs.com
http://www.refinedlabs.com
Sitz: München
AG München HRB 166589
Geschäftsführer:
Thomas Bindl, Stephan Seitz
-----Ursprüngliche Nachricht-----
Von: SAP [mailto:lvi...@sapient.com]
Gesendet: Freitag, 9. Mai 2008 23:29
An: Tino Hertlein
Betreff: Re: AdWords API Sandbox Error Sending a campaign over Please help
Right, sorry, actually I am using V12. Now it's telling me one or more
input fileds are missing validation... Something to do with the
budget.... I am testing with the following:
Campaign campaign = new Campaign();
campaign.name ="NAME";
campaign.startDay = new DateTime(2008,05,20);
campaign.startDaySpecified = true;
DateTime endDay = new DateTime().AddMonths(4);
campaign.endDay = endDay;
campaign.endDaySpecified = true;
campaign.status = CampaignStatus.Active ;
campaign.budgetAmount = 100;
campaign.budgetAmountSpecified=true;
campaign.budgetPeriod = BudgetPeriod.Monthly;
campaign.budgetPeriodSpecified = true;
On May 9, 4:12 am, "Tino Hertlein" <t...@refinedlabs.com> wrote:
> Looking at the URL you posted, I suppose you work with V9 of the API?
>
> But the current version of the API is 12. (http://www.google.com/apis/adwords/developer/index.html).
>
> As far as I know, only the current version and the version before are supported (at the moment: V11 and V12).
>
> So, upgrading your Code to one of these would probably solve your problem.
>
> Tino
> --
> Refined Labs GmbH
> Landwehrstraße 17
> 80336 München
> Tel +49 89 1392879-0
> t...@refinedlabs.comhttp://www.refinedlabs.com