Hi Shwetha, I'm already creating adgroup callout extensions using the adGroupFeedService, managing our own feed table. Intend on using the batch job to upload feed items, however, not being able to add a adgroupFeedService at the time of adgroup creation within a batch job is an annoyance. I'll have to setup a second job to ad the callouts to the adgroups that were created once the batch is done.
Thanks, Matt. On Tuesday, January 31, 2017 at 2:22:32 PM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > 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/18886a50-5969-4273-9bf0-db7974655851%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
