Hi Matt, If you would rather use custom feeds for your callouts, you can use Feed services <https://developers.google.com/adwords/api/docs/guides/feed-services> to manage your extensions. You need to use FeedService <https://developers.google.com/adwords/api/docs/reference/v201609/FeedService> to create your feeds, map to placeholders using FeedMappingService <https://developers.google.com/adwords/api/docs/reference/v201609/FeedMappingService> and associate to customer, campaign, or ad group using CustomerFeedService <https://developers.google.com/adwords/api/docs/reference/latest/CustomerFeedService> , CampaignFeedService <https://developers.google.com/adwords/api/docs/reference/latest/CampaignFeedService> and AdGroupFeedService <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupFeedService> respectively. You need to use FeedItemService <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService> to upload the feed items, which is supported by BatchJobService. I'm afraid the other services are not yet supported in BatchJobService. Since this is usually a one time setup which allows multiple mutate operations in a single request, you can perform these operations once and then use BatchJobs to upload the feed items. The AddSiteLinksUsingFeeds <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/extensions/AddSiteLinksUsingFeeds.java> Java example demonstrates how to use Feed services to add sitelink extensions. You can use this as a reference and add callout extensions.
Regards, Shwetha, 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/c21406db-0249-498e-917d-19c7e764d260%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
