Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-02-20 Thread t . kieft
Seems to work, thanks! On Wednesday, February 18, 2015 at 10:30:32 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I've got good news: you can now delete CampaignFeeds and AdGroupFeeds even > when their associated campaigns or ad groups have already been deleted. > Please give it

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-02-20 Thread t . kieft
Seems to work, thanks! On Wednesday, February 18, 2015 at 10:30:32 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I've got good news: you can now delete CampaignFeeds and AdGroupFeeds even > when their associated campaigns or ad groups have already been deleted. > Please give it

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-02-18 Thread Josh Radcliff (AdWords API Team)
Hi, I've got good news: you can now delete CampaignFeeds and AdGroupFeeds even when their associated campaigns or ad groups have already been deleted. Please give it a try and let me know if you encounter any issues. Thanks, Josh, AdWords API Team On Friday, January 23, 2015 at 4:24:49 PM UTC-

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, I'm following up with the feeds team to see if there's a way to get around this issue via the API. I'll post back when I hear back from them. In the meantime, you could try collecting all ENABLED AdGroup IDs via AdGroupService or reports, and then split up your AdGroupFeedService request i

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-23 Thread t . kieft
Hi, This is not working. I have some accounts that have a large number of removed ad groups, while others have a large number of enabled ad groups. When I try to filter AdGroupFeed objects based on the Ad Group IDs, either way I get SelectorError.TOO_MANY_PREDICATE_VALUE. Unfortunately the AdG

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, Unfortunately, you cannot delete an *AdGroupFeed* via the API once its associated *AdGroup* has been deleted. To filter out *AdGroupFeed*s for your deleted *AdGroup*s, you could periodically poll AdGroupService

How to remove AdGroupFeed objects that reference a removed ad group

2015-01-15 Thread t . kieft
I'm trying to remove some AdGroupFeed objects that reference Ad Groups that where removed earlier. But the API is returning: OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY. According to the API documentation it is impossible to mutate AdGroupFeed objects that reference removed