Yes you are right. Im trying to change the status of a removed campaign. So its not possible to change the status of a removed campaign back to paused or enabled?
But this is what fiddler gives me. There is no operation in it. POST https://adwords.google.com/api/adwords/cm/v201409/CampaignService HTTP/1.1 User-Agent: Mono Web Services Client Protocol 4.0.50524.0 Authorization: Bearer ya29.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SOAPAction: "" Content-Type: text/xml; charset=utf-8 Content-Length: 658 Host: adwords.google.com <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201409"> <clientCustomerId>XXXXXXXXXX</clientCustomerId> <developerToken>XXXXXXXXXXXXXXXXXXX</developerToken> <userAgent>AdWordsChangeCampaign</userAgent> </RequestHeader> </soap:Header> <soap:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201409"> <operations> <operator>SET</operator> <operand> <id>270327786</id> </operand></operations> </mutate> </soap:Body> </soap:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/dc5ab833-4941-4a30-b64b-473392f8f10e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
