Re: Duplicate An Ad Group

2023-04-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Scott, Thank you for coming back to us. I hope you are doing well today. With regards to your concern, I’m afraid that the ad_group in AdGroupCriterion can’t be changed or immutable. It can be duplicated or replicated and added to a new ad group. That said, you need to create a new criteria

Re: Duplicate An Ad Group

2023-04-13 Thread Scott Vaillancourt
Thanks for your response. I do know how to pull the information I'm looking for in terms of existing ad group criteria. My question pertains to how these criteria can be assigned to a new ad group. Specifically, rather than having to recreate all of the existing criteria under the new ad group

Duplicate An Ad Group

2023-04-12 Thread Scott Vaillancourt
I'm attempting to programmatically duplicate ad groups using Python and the Ads APIs. I understand there is no copy/paste functionality similar to what's available via the UI, so I'm thinking I'll have to rely on resource-specific mutate services to generate ad groups and ads. However, with