Re: Getting Type of AdWords Feed

2017-05-27 Thread bitsmuggler
Hi Shwetha, Thanks - that helped me. Regards, Patrick Am Montag, 22. Mai 2017 23:00:17 UTC+2 schrieb Shwetha Vastrad (AdWords API Team): > > Hi Patrick, > > Feeds which are managed by the system (Origin='ADWORDS') only support one > feed per extension type. Only one feed mapping for a placeho

Re: Getting Type of AdWords Feed

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrick, Feeds which are managed by the system (Origin='ADWORDS') only support one feed per extension type. Only one feed mapping for a placeholder type is allowed per feed or customer and a feed mapping for a system generated feed cannot be operated on. You can use FeedMappingService

Getting Type of AdWords Feed

2017-05-22 Thread bitsmuggler
Hi there 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 Sit