Luca,
To delete feeds properly, you have to delete all the related linkages, such
as its association w/ AdGroup or Campaign, its mappings, etc.
Secondly, you can only delete feeds that you've created.
Thanks,
Ray
On Thursday, March 6, 2014 4:50:28 AM UTC-5, Luca Fiaschi wrote:
>
> Hi I found
Hi I found out the reason:
among the feeds there were some non user generated, which would invalidate
the entire remove request:
the following code fix the problem:
def remove_feeds(client):
feed_service = client.GetFeedService(version='v201309')
selector = {"fields":["Id", "FeedStatus
Hi,
I have also tried:
def remove_feeds2(client):
feed_service = client.GetFeedService(version='v201309')
selector = {"fields":["Id", "FeedStatus"] }
response = feed_service.get(selector)[0]
print response
operations = []
for feed in response['entries']:
operations
Hi,
I have added a bunch of feeds to a test account and created corresponding
sitelinks following the API example.
https://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/advanced_operations/add_site_links.py
While continuing experimenting, I removed all