Hi, I am trying to update keywordContentMaxCpc and it is not getting updated. Heres the outgoing/incoming SOAP -
*** Outgoing HTTP headers ********************************************** POST /api/adwords/cm/v201101/AdGroupService HTTP/1.0 Host:adwords.google.com User-agent:SOAPpy 0.12.0 (pywebsvcs.sf.net) XML-parser: xml.etree.cElementTree v1.0.6 Content-type:text/xml; charset="UTF-8" Content-length:1659 SOAPAction: ************************************************************************ *** Outgoing SOAP ****************************************************** <?xml version='1.0' encoding='UTF-8'?> <ns0:Envelope ns0:encodingStyle="http://schemas.xmlsoap.org/soap/ encoding/" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"> <ns0:Header> <ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/ cm/v201101"> <ns1:authToken ns2:type="xsd3:string" xmlns:ns2="http://www.w3.org/ 2001/XMLSchema-instance"></ns1:authToken> <ns1:userAgent ns2:type="xsd3:string" xmlns:ns2="http://www.w3.org/ 2001/XMLSchema-instance">AwApi-Python-14.2.1</ns1:userAgent> <ns1:clientCustomerId ns2:type="xsd3:string" xmlns:ns2="http:// www.w3.org/2001/XMLSchema-instance"></ns1:clientCustomerId> <ns1:developerToken ns2:type="xsd3:string" xmlns:ns2="http:// www.w3.org/2001/XMLSchema-instance"></ns1:developerToken> <ns1:validateOnly ns2:type="xsd3:string" xmlns:ns2="http:// www.w3.org/2001/XMLSchema-instance">false</ns1:validateOnly> </ns1:RequestHeader> </ns0:Header> <ns0:Body> <ns1:mutate xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v201101"> <ns1:operations ns2:type="AdGroupOperation" xmlns:ns2="http:// www.w3.org/2001/XMLSchema-instance"> <ns1:operator>SET</ns1:operator> <ns1:operand ns2:type="AdGroup"> <ns1:id>2589135013</ns1:id> <ns1:bids ns2:type="ManualCPCAdGroupBids"> <ns1:keywordMaxCpc ns2:type="Bid"> <ns1:amount ns2:type="Money"> <ns1:microAmount>300000</ns1:microAmount> </ns1:amount> </ns1:keywordMaxCpc> <ns1:keywordContentMaxCpc ns2:type="Bid"> <ns1:amount ns2:type="Money"> <ns1:microAmount>1.111</ns1:microAmount> </ns1:amount> </ns1:keywordContentMaxCpc> </ns1:bids> </ns1:operand> </ns1:operations> </ns1:mutate> </ns0:Body> </ns0:Envelope> ************************************************************************ *** Incoming HTTP headers ********************************************** HTTP/1.? 200 OK Content-Type: text/xml; charset=UTF-8 Date: Thu, 17 Nov 2011 20:40:23 GMT Expires: Thu, 17 Nov 2011 20:40:23 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE ************************************************************************ *** Incoming SOAP ****************************************************** <?xml version='1.0' encoding='UTF-8'?> <ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"> <ns0:Header> <ns1:ResponseHeader xmlns:ns1="https://adwords.google.com/api/ adwords/cm/v201101"> <ns1:requestId>0004b1f43acf47900a424d8900007281</ns1:requestId> <ns1:operations>1</ns1:operations> <ns1:responseTime>164</ns1:responseTime> <ns1:units>5</ns1:units> </ns1:ResponseHeader> </ns0:Header> <ns0:Body> <ns1:mutateResponse xmlns:ns1="https://adwords.google.com/api/ adwords/cm/v201101"> <ns1:rval> <ns1:ListReturnValue.Type>AdGroupReturnValue</ ns1:ListReturnValue.Type> <ns1:value> <ns1:id>2589135013</ns1:id> <ns1:campaignId>66441853</ns1:campaignId> <ns1:campaignName>SiteRetargetingTheme</ns1:campaignName> <ns1:name>Ad Group #1</ns1:name> <ns1:status>ENABLED</ns1:status> <ns1:bids ns2:type="ManualCPCAdGroupBids" xmlns:ns2="http:// www.w3.org/2001/XMLSchema-instance"> <ns1:AdGroupBids.Type>ManualCPCAdGroupBids</ ns1:AdGroupBids.Type> <ns1:keywordMaxCpc> <ns1:amount> <ns1:ComparableValue.Type>Money</ns1:ComparableValue.Type> <ns1:microAmount>300000</ns1:microAmount> </ns1:amount> </ns1:keywordMaxCpc> <ns1:enhancedCpcEnabled>false</ns1:enhancedCpcEnabled> </ns1:bids> </ns1:value> </ns1:rval> </ns1:mutateResponse> </ns0:Body> </ns0:Envelope> ************************************************************************ EndTime: 2011-11-17 12:40:24 There keywordContentMaxCpc field is just not there in the response. Help please. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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