AdWords API valid soap for addcampaign
I'm not sure if the advanced coders need this, but I am going to post
valid soap requests for a few common requests for the newbies. If
Google had these in their sample code, it would have helped me.
<?xml version="1.0" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
- <soap:Header>
<email>xxxxxxxxxxxxxxxxxxxx</email>
<clientEmail>xxxxxxxxxxxxxxxxxxxx</clientEmail>
<password>xxxxxxxxxxxxxxxxxxxx</password>
<useragent>xxxxxxxxxxxxxxxxxxxx</useragent>
<token>xxxxxxxxxxxxxxxxxxxx</token>
</soap:Header>
- <soap:Body>
- <m:addCampaign
xmlns:m="https://adwords.google.com/api/adwords/v2/CampaignService">
- <campaign>
<id>45952</id>
<dailyBudget>1000000</dailyBudget>
<status>Paused</status>
</campaign>
</m:addCampaign>
</soap:Body>
</soap:Envelope>
0 Comments:
Yorum Gönder
<< Home