Re: I cant change daily budget with 201209

2012-10-22 Thread Seval Zirve
> And you can see example from example code in php at > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/BasicOperations/AddCampaigns.php > > > 2012/10/22 Seval Zirve >: > > Hi, > > > > I want change my campaign dai

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 = ""

About Quality Info

2012-10-09 Thread Seval Zirve
Hi, i get some quality info with API but always return same results. How can i get isLandingPageLatencyAcceptable, isLandingPageQualityAcceptable, isKeywordAdRelevanceAcceptable values? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

About All Campaigns

2012-09-26 Thread Seval Zirve
Hi, How can i get all campaigns (with stats ex. clicks, impressions, cost) data under the customer service with just one query? Normally i can get all campaigns one by one with Customer ID, but i want all campaigns with one query. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find