Re: Clone a campaign using only API

2017-05-08 Thread Emanuele Bragagnolo
in the same account, again you can consider Campaign Drafts >and Experiments > > Also note that some things are downright impossible. For instance you > cannot create a video campaign, so you can't clone one either. > > Anyway, maybe it helps if you can offer the bigger picture. > >

Re: Clone a campaign using only API

2017-04-25 Thread Emanuele Bragagnolo
Hi Sreelakshmi Ok, I understand that the campaign can contain different objects. The point is that such objects are not returned in the CampaignService.get(). To figure out which objects are contained inside a campaign I need to query for example the AdGroupService, CampaignCriterionService,

Re: Clone a campaign using only API

2017-04-25 Thread Emanuele Bragagnolo
Hi Sreelakshmi Thank you for your quick reply I have a question about this point And the process will have to be repeated for all the nested objects within > the campaign and the adgroup. Those nested objects are only adgroups and criterion? If no, can you give me a list of all the nested

Re: Clone a campaign using only API

2017-04-25 Thread Emanuele Bragagnolo
Hi Sreelakshmi Thank you for your quick reply I have a question about this point And the process will have to be repeated for all the nested objects within > the campaign and the adgroup. Those nested object are only adgroups and criterion? If no, can you give me a list of all the nested

Clone a campaign using only API

2017-04-24 Thread Emanuele Bragagnolo
Hi I am implementing a feature to clone a whole AdWords campaign using only the API. Basically I want the same behavior of the CTRL+C and CTRL+V that is available in the AdWords UI with a deep copy of the campaign and of all the AdGroups contained in it. I've found this old thread

Copy or clone a Campaign using API

2017-04-24 Thread Emanuele Bragagnolo
Hi! I am trying to implement a functionality to clone an AdWords campaign using the API. Basically I want the same behavior of the CTRL+C and CTRL+V that is available in the AdWords UI with a deep copy of the campaign and of all the AdGroups contained in it. The approach I am trying to use is