You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
From what I understand, FeedItems target by AdGroup. So I was wondering if it's possible to have 3 ads in one AdGroup with 3 FeedItems targeting the AdGroup. How are the FeedItems coupled with the ads in the same AdGroup, if possible? Thanks!
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Mar 21, 2017, 3:33:08 PM3/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Sam,
Feeds are essentially tables which will have columns which are referred to as FeedAttributes and each row in this table which is referred as FeedItem. A sample use case would be, if you wish to display your Ads with the sitelinks of different sections of your page, that is when you choose to set up Feeds.
The FeedItems could be enabled at different levels like customer's entire account or at a campaign level or at an AdGroup level. Deciding at which level the feed should be enabled is based on the data in your feed and the level of control you want. Please check here for more details. Once you apply the FeedItems at an AdGroupLevel, it will be applicable for all the Ads in that specific AdGroup. You can only have one Feed associated with an AdGroup for a given PlaceHolderType. If you are attempting to add more than one Feed at an AdGroup level with the same PlaceHolderType, you will get the error : FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE.
You could use FeedItemService, if you need to enable specific feedItems at the AdGroupLevel. This will help you filter which FeedItems (rows) apply to the specific ad group using a matching function. You can check this section for more details.
If you are interested, you can find the code samples here.