Re: how can I copy campaign ad extensions to another

2017-12-03 Thread orzorc
And I find that different feedItems share same feedId. How can I create that feedId and assign it to the right feedItems? On Friday, December 1, 2017 at 3:54:46 PM UTC+8, Peter Oliquino wrote: > > Hi, > > There is currently no direct way to achieve this. Depending on the AdWords > API service tha

Re: how can I copy campaign ad extensions to another

2017-12-03 Thread orzorc
I can get some object via CampaignExtensionSettingService. And dump the result objects. I notice that every ExtensionSetting object includes some FeedItems, like CalloutFeedItem, AppFeedItem. Does this mean it is feed based? On Friday, December 1, 2017 at 3:54:46 PM UTC+8, Peter Oliquino wrote:

Re: how can I copy campaign ad extensions to another

2017-11-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, There is currently no direct way to achieve this. Depending on the AdWords API service that you used (if it is feed based , or via the extension setting services

Re: how can I copy campaign ad extensions to another

2017-11-30 Thread orzorc
what's more, C_campaign in B_account is requiring the same set of extensions, how can I copy to both C_campaign and B_campaign? So I need to know how to operate with feed id and feed mapping id and attach them to campaign? 在 2017年12月1日星期五 UTC+8上午10:59:44,orzorc写道: > > Hi, > I want to copy all e

how can I copy campaign ad extensions to another

2017-11-30 Thread orzorc
Hi, I want to copy all extensions attached to A_campaign in A_account to B_campaign in B_account and B_account has no extensions. I have read the examples about extension but have no clue how can I make use of them. I have n