Hello Daniel,

Ok, so I can just change the status of a paused or an active campaign.

When I try to pause a Campaign this is what my sniffer shows me: 
But there is no value for the status in it. In my first the first Post you 
can see how this soap is created.
Looks ike this is a Problem of serialization in Mono :( or do I miss 
something else?

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>

Thank you very much

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2d32cbd8-9708-47aa-b12d-a23c2aa72b8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to