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 to get all the campaigns data with CampaignService GET and then create a new campaign changing only some fields.
Because I want to clone all the campaign the response should contain all fields: where can I find the list of such fields?
At the moment I'm having some problems to include the AdGroups list inside the response
Best regards, Emanuele