Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, For your question regarding adding feed items to feeds created via the AdWords UI, you can do so using the FeedItemService. The CampaignExtensionSettingService and CampaignFeedService are services that associate your feeds/feed items to campaigns. For campaign extensions created via

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Thanks, I was able to get the active extensions using CampaignExtensionSettingService. For feeds created via the AdWords API, you will have to make use of the > different feed services > . Just to clarify, as this is

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, Could you confirm if you created the Callout1 feed item using the AdWords UI? If yes, then what you need to use will be the CampaignExtensionSettingService . For feeds created via the

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi Peter, By doing that, I was able to get all the feed items in the feed but I am unable to filter the specific items that are associated with the campaign. To illustrate FeedItems in Feed: 1. Callout1 2. Callout2 FeedItem that is active in Campaign A: 1. Callout1 I need to

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, Apologies as I should have included this in my previous reply. Once you get the list of FeedIds associated to your campaign, you can then use the FeedItemService.get

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi Peter, It sounds like that gets the Feed but not the FeedItems. How do I get the individual FeedItems that are active on the campaign? I need to be able to display the feed

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, To get the list of active feeds (currently serving) that were added to a specific campaign, you could use the CampaignFeedService.get and use the CampaignId

How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi, I am using the latest PHP library (v25) but this question should be about the API itself. Say I have created a feed using the API or AdWords, and added them to a campaign using CampaignFeedService *or via the AdWords interface*, how do I get the extensions that are currently active on the