Hello Dominic,
Sorry for the delay, I was traveling. Opt-in of budget optimizer bidding strategy is removed from V201402 onward. Use the Maximize clicks <https://developers.google.com/adwords/api/docs/reference/v201402/BiddingStrategyService.TargetSpendBiddingScheme> flexible bid strategy instead. Also, note you can't set budget details inline, you need to create a budget with BudgetService and set campaign budgetId field to its ID. Consider reviewing the migration guide: https://developers.google.com/adwords/api/docs/guides/migration/v201402 -Danial, AdWords API Team. On Monday, December 1, 2014 7:06:34 PM UTC-8, Dominic Hofilena wrote: > > Um anything :) > > On Saturday, November 29, 2014 6:26:15 PM UTC+8, Dominic Hofilena wrote: >> >> Thanks Danial, >> >> Here my XML code >> >> <?xml version="1.0" encoding="UTF-8"?> >> >> <SOAP-ENV:Envelope xmlns:SOAP-ENV=" >> http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1=" >> https://adwords.google.com/api/adwords/cm/v201409" xmlns:xsi=" >> http://www.w3.org/2001/XMLSchema-instance"> >> <SOAP-ENV:Header> >> <ns1:RequestHeader> >> <ns1:clientCustomerId>XXX-XXX-XXXX</ns1:clientCustomerId> >> <ns1:developerToken>{confidential}</ns1:developerToken> >> <ns1:userAgent>INSERT_COMPANY_NAME_HERE (AwApi-PHP/5.5.2, >> Common-PHP/5.5.2, PHP/5.5.12)</ns1:userAgent> >> </ns1:RequestHeader> >> </SOAP-ENV:Header> >> <SOAP-ENV:Body> >> <ns1:mutate> >> <ns1:operations> >> <ns1:operator>ADD</ns1:operator> >> <ns1:operand> >> <ns1:name>camp 1</ns1:name> >> <ns1:budget> >> <ns1:budgetId>293235197</ns1:budgetId> >> <ns1:name>camp 1_budget2014-11-29_54799b81674bf</ns1:name> >> <ns1:period>DAILY</ns1:period> >> <ns1:amount> >> <ns1:ComparableValue.Type>Money</ns1:ComparableValue.Type> >> <ns1:microAmount>1000000</ns1:microAmount> >> </ns1:amount> >> <ns1:deliveryMethod>STANDARD</ns1:deliveryMethod> >> <ns1:isExplicitlyShared>false</ns1:isExplicitlyShared> >> <ns1:status>ENABLED</ns1:status> >> </ns1:budget> >> >> <ns1:adServingOptimizationStatus>OPTIMIZE</ns1:adServingOptimizationStatus> >> <ns1:advertisingChannelType>SEARCH</ns1:advertisingChannelType> >> <ns1:networkSetting> >> <ns1:targetGoogleSearch>true</ns1:targetGoogleSearch> >> <ns1:targetSearchNetwork>true</ns1:targetSearchNetwork> >> <ns1:targetContentNetwork>true</ns1:targetContentNetwork> >> </ns1:networkSetting> >> <ns1:biddingStrategyConfiguration> >> <ns1:biddingStrategyType>BUDGET_OPTIMIZER</ns1:biddingStrategyType> >> <ns1:biddingScheme xsi:type="ns1:BudgetOptimizerBiddingScheme"> >> <ns1:bidCeiling> >> <ns1:microAmount>0</ns1:microAmount> >> </ns1:bidCeiling> >> </ns1:biddingScheme> >> </ns1:biddingStrategyConfiguration> >> </ns1:operand> >> </ns1:operations> >> </ns1:mutate> >> </SOAP-ENV:Body> >> </SOAP-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/c038ae89-ba91-4ad2-958f-b8d513ac8a7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
