Hi, I noticed that your request is missing the advertisingChannelType <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Campaign#advertisingChannelType>. This field is required starting with v201402 <https://developers.google.com/adwords/api/docs/guides/migration/v201402>. Please include that element in your request and try again.
Thanks, Josh, AdWords API Team On Friday, August 29, 2014 7:00:10 AM UTC-4, Alexey Polotnyanko wrote: > > Hello! > > I'm trying to create campaign and it fails with %subj error. > What's wrong? > > Request is: > > <?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> > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/1b3e9768-3cbd-4d6e-9eff-b3e26c31f64c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
