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 
<https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService>
 
(or use AD_GROUP_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports#ad-group>) 
and collect the IDs of *REMOVED* ad groups, then exclude those IDs using a 
predicate on *AdGroupId* when making your *AdGroupFeedService.get* requests.

Thanks,
Josh, AdWords API Team

On Thursday, January 15, 2015 at 8:23:39 AM UTC-5, t.k...@social-mining.com 
wrote:
>
> 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 entities. Is there any way to get rid of the 
> objects? They are making querying the AdGroupFeedService extremely slow.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a74e8d1d-9615-4096-9514-cf084531ec17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to