On Tue, May 30, 2006 at 06:42:39AM -0700, helen wrote:
This error can occur intermittently anyway, but ...
Campaign newcampaign = new Campaign();
newcampaign.name = "new";
newcampaign.dailyBudget = 500;
I don't know how the ".Net" client library works, but if it's anything
like other libraries out there, setting your daily budget to 500 isn't
going to work. You need to set it in Google's units of "micros". See
the section "Monetary Units" on this page:
http://www.google.com/apis/adwords/developer/adwords_api_services.html
Rich.