Re: How to work with deleted CampaignFeeds?

2013-12-06 Thread Paul Matthews (AdWords API Team)
Hi, You're both correct, you can't actually un-delete an object. We've made some fixes to the FeedServices, are you still seeing this error? If you are, can you please forward us a requestId of a recent ( 5 days) SOAP request, so we can investigate further. Regards, - Paul, AdWords API Team.

Re: How to work with deleted CampaignFeeds?

2013-10-25 Thread pma
Updating the campaign feed with status 'ACTIVE' does not seem to work for me. 2.0.0-p247 :012 begin; f.execute(:CampaignFeedService, :mutate, [operator: 'SET', operand: { campaign_id: 131834561, feed_id: 3417521, status: 'ACTIVE' }]); rescue = e; p e.message; end Google AdWords: mutate

Re: How to work with deleted CampaignFeeds?

2013-10-10 Thread mm
Thanks for your reply Paul. In this case, the Campaign is already ACTIVE, and the CampaignFeed is DELETED. When I attempt to SET the status of the CampaignFeed to ACTIVE, I receive the CampaignFeedError.CANNOT_OPERATE_ON_DELETED_CAMPAIGN_FEED error. Thanks - mm On Wednesday, October 9, 2013

Re: How to work with deleted CampaignFeeds?

2013-10-09 Thread Paul Matthews (AdWords API Team)
Hi mm, You should be able to undelete a campaign by performing an update, changing the status to ACTIVE. Then you should be able to manipulate the items within the Feed. Essentially re-writing the feed. Regards, - Paul, AdWords API Team. On Thursday, 3 October 2013 22:04:13 UTC+1, mm wrote:

Re: How to work with deleted CampaignFeeds?

2013-10-08 Thread mm
Any help with this, guys? On Thursday, October 3, 2013 4:04:13 PM UTC-5, mm wrote: Hey guys - I have a case where I have added some enhanced sitelinks to a campaign. Then I went into the adwords UI and disassociated all sitelinks from that campaign. Now I want to add a new sitelink to the

How to work with deleted CampaignFeeds?

2013-10-03 Thread mm
Hey guys - I have a case where I have added some enhanced sitelinks to a campaign. Then I went into the adwords UI and disassociated all sitelinks from that campaign. Now I want to add a new sitelink to the campaign via the api. I have changed both the status to Active and the associated