RE: Does deleting a Feed delete its underlying feed items

2022-03-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Seán, Thank you for reaching out to our API support team. In the API's perspective and as for feed items, they are generally managed through a different service. That said, you will need to perform a separate deletion request using that said service, to complete the removal of both feed and

Does deleting a Feed delete its underlying feed items

2022-03-31 Thread Seán Hayes
Hi Another Ad customizer question. I'm migrating to RSA Ad customizers and had an older data feed that only applied customizers to ETAs. While setting up the RSA Ad customizers I seemed to have hit the account limit for customizers/feed items. I had deleted the older data feed (i.e. the non-

Re: Does deleting a feed using a mutate (REMOVE) FeedOperation delete its associated ExtensionFeedItems?

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi Parker, If you simply delete the *Feed*, then I think what you'll find is that the *Ad extensions* tab will show something like *Invalid settings* on your campaigns. The reason for this is that the underlying CampaignFeed

Does deleting a feed using a mutate (REMOVE) FeedOperation delete its associated ExtensionFeedItems?

2015-08-14 Thread Parker Crist
Hi, I am wanting to delete all of the sitelinks I have in a particular feed using the AdWords API, and delete the feed itself. To do so, do I first need to disassociate the FeedItems from their campaigns with a CampaignExtensionSettingOperation, then delete the ExtensionFeedItems themselves, t

Re: Deleting a Feed

2013-07-17 Thread Paul Matthews (AdWords API Team)
Hi Abidi, So to remove the link, you'd only need to remove the link between the Campaign and the Feed (CampaignFeed). However, there's currently a limit of 20 Feeds, so if you're certain you're

Deleting a Feed

2013-07-14 Thread Abbas Abidi
Hi guys, Just wondering, to delete a call-extension Feed from a campaign should I be executing DELETE for all four steps (CampaignFeed, FeedMapping, FeedItem and Feed) that were involved in creating it or executing DELETE on the Feed itself is enough? I couldn't find a DELETE feed example recom