<?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201406" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Header> <wsdl:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201406"> <userAgent>AwApi-Ruby/0.13.1, Common-Ruby/0.9.5, Savon/1.2.0, ruby/1.9.3, HTTPI/1.1.1, curb)</userAgent> <developerToken>my_token</developerToken> <clientCustomerId>my_customer_id</clientCustomerId> <partialFailure>true</partialFailure> </wsdl:RequestHeader> </env:Header> <env:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201406"> <operations> <operator>ADD</operator> <operand> <name>Коллекции</name> <budget> <budgetId>299055549</budgetId> </budget> <settings xsi:type="KeywordMatchSetting"> <optIn>true</optIn> </settings> <networkSetting> <targetGoogleSearch>true</targetGoogleSearch> <targetSearchNetwork>true</targetSearchNetwork> <targetContentNetwork>true</targetContentNetwork> <targetPartnerSearchNetwork>false</targetPartnerSearchNetwork> </networkSetting> <biddingStrategyConfiguration> <biddingStrategyType>MANUAL_CPC</biddingStrategyType> </biddingStrategyConfiguration> </operand> </operations> </mutate> </env:Body> </env:Envelope>