With the FeedService I'm getting the Feeds in the shared data.
FeedPage page = feedService.query(
"SELECT Id, Name, Attributes where FeedStatus='ENABLED' and Origin='ADWORDS'");
Is there a chance to get the type of the Feed without parsing the name of the feed?
For the Sitelink Feed I'm getting the following result:
Feed Name: Primärer Sitelink-Feed
FeedAttribute: SitelinkName 1 STRING
FeedAttribute: SitelinkUrl 2 URL
FeedAttribute: SitelinkDescription1 3 STRING
FeedAttribute: SitelinkDescription2 4 STRING
FeedAttribute: SitelinkFinalUrls 5 URL_LIST
FeedAttribute: SitelinkFinalMobileUrls 6 URL_LIST
FeedAttribute: SitelinkTrackingUrl 7 URL
Is there only one default Sitelink-Feed (created by AdWords)?
Thanks for your help.
Patrick