Hi,

There is currently no direct way to achieve this. Depending on the AdWords 
API service that you used (if it is feed based 
<https://developers.google.com/adwords/api/docs/guides/feed-services>, or 
via the extension setting services 
<https://developers.google.com/adwords/api/docs/guides/extension-settings>), 
you will first need to use the service's get() method in order to retrieve 
all the information from its objects. For example, if you used 
CampaignExtensionSettingService 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignExtensionSettingService>,
 
will first need to retrieve all your ExtensionSetting 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignExtensionSettingService.ExtensionSetting>
 information 
using the CampaignExtensionSettingService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201710/CampaignExtensionSettingService#get>
 method.

Once you have done so, you may store the information in a temporary 
database or variables, then programmatically change the clientCustomerId 
(and the OAuth2 credentials, if current access is not shared across your 
accounts). You can then use the ADD operator to create your extensions into 
your other account/campaign.

Feel free to write back to me if you have any further clarifications.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/79d4dd6a-dd94-4e8c-9ab4-07144cd4a2e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to