Hi,

My application requires getting *ALL available extension feed items* from 
AdWords. These includes those that were created through AdWords UI (Which 
are named along the lines of "Main callout feed".)

Currently, it looks like I must perform 3 separate queries to identify the 
feed items. Namely:

   1. FeedService::get() to get the feeds
   2. FeedItemService::get() to get feed items using FeedIds from 
   FeedService
   3. FeedMappingService::get() to get feed mapping using FeedIds from 
   FeedService

Then map the feed item attributes using the data.

Is there an easier way to get the FeedItems with already mapped attributes? 
Like it is done in CampaignExtensionSettingService where the items are 
retrieved as concrete objects like CalloutFeedItem 
<https://developers.google.com/adwords/api/docs/reference/v201609/CampaignExtensionSettingService.CalloutFeedItem>
?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d334787a-04b2-4ca5-9c4c-76ad9eb77082%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to