Re: BudgetID has INVALID_ID according to CampaignOperation

2012-11-01 Thread Bryan Minor
that Budget with BudgetId 96414882? > i found the Budget with Id : 96414882 is deleted status. > > Can you please try adding another Budget? > > Best, > - Takeshi, AdWords API Team > > > 2012年10月29日月曜日 4時53分06秒 UTC+9 Bryan Minor: >> >> Working with AdWo

Removing Budgets from BudgetService?

2012-10-29 Thread Bryan Minor
I am selecting a group of Budgets, then REMOVING them from the BudgetService. The code to select and then remove these Budgets is (C#): //Google API variables BudgetService budgetService_C = null; Budget budget_C = null; BudgetOperation budgetOper

What does "EnitityCountLimitExceeded.ACCOUNT_LIMIT" mean in regard to BudgetService?

2012-10-28 Thread Bryan Minor
In working on moving to v201209 version of BudgetService, when adding a new Budget to the BudgetService I get this exception message: InnerException = {"[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0]]"} This is very curious since I have added almost no Budgets. This is being done

Budget.BudgetDeliveryMethod for C#?

2012-10-28 Thread Bryan Minor
In trying to set the BudgetDeliveryMethod in C# I would expect to have to do a call like: budget_C.deliveryMethod = Budget.BudgetDeliveryMethod.ACCELERATED; But this will not work. What does work is: budget_C.deliveryMethod = BudgetBudgetDeliveryMethod.ACCELERATED; Is this correct? Why?

BudgetID has INVALID_ID according to CampaignOperation

2012-10-28 Thread Bryan Minor
Working with AdWords API v201209. I have setup the new BudgetService approach, but keep getting the following message: InnerException = {"[EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId; trigger:'BudgetId: 96414882']"} When trying to execute: campaignService_C.mutat