You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
In order to change target URLs of our clients ads through the AdWords API - following the post http://goo.gl/QlK4uw - we have the following process up and running:
We pull via AdWords API active AdGroups
Per AdGroup we do the following to get TargetURLs of the keywords changed:
Pause adgroup
Clone adgroup
create new adgroup via AdGroupService
create new textads via AdGroupAdService
add keywords via AdGroupCriterionService
add adgroup specific settings via AddAdGroupDemographicCriteria
(Then we redo this operation until all desired AdGroups have been changes)
Are there preferences/settings on adgroup level (like target audience, dimensions, Ad extensions or else) that are not retrievable over the API, which would make a 1:1 cloning / duplicating of an adgroup impossible