Re: I cant change daily budget with 201209

2012-10-22 Thread Alex Jones
if you want the budgetId from a campaign use the field "BudgetId" on the campaign's selector - same with any other budget field you would like. This will populate the fields of the budget object the campaign carries with it. On Monday, October 22, 2012 2:14:51 PM UTC-4, Reed wrote: > > What is t

Re: I cant change daily budget with 201209

2012-10-22 Thread Fredrik Gustafsson
I selected 'BudgetId' and I got them under budget object as you mentioned. 2012/10/22 Reed : > What is the preferred process for getting all of the budgetId values for > existing campaigns? I tried including BudgetId in the serviceSelector on a > get operation to the CampaignService. No errors w

Re: I cant change daily budget with 201209

2012-10-22 Thread Reed
What is the preferred process for getting all of the budgetId values for existing campaigns? I tried including BudgetId in the serviceSelector on a get operation to the CampaignService. No errors were thrown, but budgetID doesn't appear anywhere in the results coming back. I would have expec

Re: I cant change daily budget with 201209

2012-10-22 Thread Seval Zirve
Thanks :) 22 Ekim 2012 Pazartesi 17:07:20 UTC+3 tarihinde kes0 yazdı: > > I saw the same thing yesterday, you have to use BudgetService now :) > its not commented in migration notes either! > > https://developers.google.com/adwords/api/docs/reference/latest/BudgetService > > And you can see exa

Re: I cant change daily budget with 201209

2012-10-22 Thread Fredrik Gustafsson
I saw the same thing yesterday, you have to use BudgetService now :) its not commented in migration notes either! https://developers.google.com/adwords/api/docs/reference/latest/BudgetService And you can see example from example code in php at http://code.google.com/p/google-api-adwords-php/source

I cant change daily budget with 201209

2012-10-22 Thread Seval Zirve
Hi, I want change my campaign daily budget with API 201209 but i cant... How can i? $campaignService = $user->GetService('CampaignService', 201209); $campaignId = (float) ""; $campaign = new Campaign(); $campaign->id = $campaignId; $budget = new Budget(); $budget->budgetId = ""