Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-11-05 Thread Paul Matthews
Hi Sanju, Your best approach to this problem is to: 1. Create a new budgetfor the required parameters 2. Modify the campaign

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-11-04 Thread Sanju A
Hi Paul, Yes Excatly what I want. I want to change the budget for one of them which is shared with above 3campaigns. And trying with BudgetId by changing amounts for that budgetId doesn't reflects the change in budget. Thnx On Fri, Nov 2, 2012 at 5:50 PM, Paul Matthews wrote: > Hi Sanju, > > I

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-11-02 Thread Paul Matthews
Hi Sanju, If I understand this correctly, you have a shared budget between 3 campaigns but you only want to modify the budget for one of them? If that's the case, it sounds like you need to create a separate budget for the campaign you wish to have a different budget. As for your mutate call h

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-10-31 Thread Sanju
Hi, I am struck in modifying budget of a campaign which is having shared budget previously. I am not able to find how to update budget of a individual campaign. Indepth: I'm having one shared budget as say $100 and assigned this shared budget to 3 campaigns. Now how can update budget individua

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-10-25 Thread Alex Jones
Thanks for the reply - it helps me alot. On Thursday, October 25, 2012 12:50:25 PM UTC-4, Paul Matthews wrote: > > Hi Alex, > > All campaigns will appear as shared budgets through the API, the > difference is that individual budgets will only be associated to one > campaign. That said, you can u

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-10-25 Thread Paul Matthews
Hi Alex, All campaigns will appear as shared budgets through the API, the difference is that individual budgets will only be associated to one campaign. That said, you can use any budget as a shared budget by simply assigning it's id to another campaign. -Paul, AdWords API Team. On Tuesday, 2

What value would BudgetId have if a camapaign isn't using a shared budget

2012-10-23 Thread Alex Jones
So I have some campaigns in production created with 201109 - which means they are using an individual budget. Since we'd like to move them all to shared budgets automatically, we'd like to detect that they have are still using a shared budget and update them to use a shared budget. My current p