Move adgroup to another campaign

2016-02-03 Thread Jan Šrámek
Hello, I'm trying to change campaign id in adgroup object by using mutate request (operator 'SET'). But I recieve only the same object with no changes. $adGroup = new \AdGroup(); $adGroup->id = # ID of existing group $adGroup->CampaignId = #new camp. ID Thank you for any advices. -- -- =~=~=

Move AdGroup to another Campaign

2016-02-03 Thread Jan Šrámek
Hello i'm trying to change campaign id by using mutate request on AdGroupService. But i recieve unchanged adgroup object. My method: public function changeAdgroupCampaign($adGroupId, $campaignId) { // Get the service, which loads the required classes. $adGroupService = $this->_

AdWords account backup

2016-02-03 Thread Jan Šrámek
Hi, is there any simple way how to make backup of whole adwords account by using AdWords API? Ideally if this backup could be used again via API. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

Downloading whole account

2016-02-10 Thread Jan Šrámek
Hello. Adwords Editor allows to export whole account. It takes few seconds. My desire is to do the same thing via API and then Looping over all campaings, adgroups only in php. In my current method i am downloading all comapaingns then looping over all - getting all groups - getting all ads for