Re: update keyword's bidding not working

2016-11-23 Thread Wizard Meccup
However, when i try to set bids not using BatchJob, it works fine and all bids are setted. What wrong with BatchJob? public function updateKeywordsBidSingle(array $keywordsData) { $return = array(); try { foreach ($keywordsData as $key => $keywordData) { $adGroupCrite

update keyword's bidding not working

2016-11-23 Thread Wizard Meccup
Hi, I try to set(update) keyword's bidding with BatchJobService on PHP. I create several operation: foreach ($keywordsData as $keywordData) { // Create ad group criterion. $adGroupCriterion = new BiddableAdGroupCriterion(); $adGroupCriterion->adGroupId = $keywordData['adGroupId'];

Re: Multiple keyword CPC update

2016-09-20 Thread Wizard Meccup
Thank you понедельник, 19 сентября 2016 г., 21:10:03 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can use the BatchJobService > > to > group multiple operations into a single req

Re: Multiple keyword CPC update

2016-09-19 Thread Wizard Meccup
I asked for multiple keyword bid update. This can be done only with the help BatchJobServise? For example I need to update bids for up to 1,000 keywords, how to do it easier? пятница, 16 сентября 2016 г., 0:12:54 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can

Multiple keyword CPC update

2016-09-15 Thread Wizard Meccup
I am looking at to change many keywords bid periodically. Which service should I use? MutateJobService and BulkMutateJobService are not exists in v201607 (current), but many links on page https://developers.google.com/adwords/api/docs/use-cases point to them. Where to find them and how to use

Keyword Stats (Clicks, Costs etc.) in v201509

2016-01-21 Thread Wizard Meccup
Hello, i am newbie at adWords API. I use php libraries and i want to retrieve keyword statistics (clicks, costs, maxCPC etc.) like on the page "Keywords" in adwords.google.com without report definiton (ReportDefinitionService). Can you help me ? Thanks... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~