Hi,
So, I'm trying to update bids, and I'm having some trouble with the
system response. I get no error message, and yet the response still
shows the old bid value. SOAP:
Request:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<authToken>*****</authToken>
<userAgent>*****</userAgent>
<developerToken>*****</developerToken>
</RequestHeader>
</soap:Header>
<soap:Body>
<mutate>
<operations xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<operator>SET</operator>
<operand xsi:type="BiddableAdGroupCriterion">
<bids xsi:type="ManualCPCAdGroupCriterionBids">
<maxCPC>
<amount>
<microAmount>280000</microAmount>
</amount>
</maxCPC>
</bids>
<adGroupId>949366646</adGroupId>
<criterion xsi:type="Keyword">
<text>what is the current prime rate</text>
<id>528302131</id>
<matchType>BROAD</matchType>
</criterion>
</operand>
</operations>
</mutate>
</soap:Body>
</soap:Envelope>
Response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<requestId>cd5f649357551cb2f64c509e2b4c1a00</requestId>
<operations>1</operations>
<responseTime>702</responseTime>
<units>3</units>
</ResponseHeader>
</soap:Header>
<soap:Body>
<mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<rval>
<ListReturnValue.Type>AdGroupCriterionReturnValue</
ListReturnValue.Type>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="BiddableAdGroupCriterion">
<adGroupId>949366646</adGroupId>
<criterion xsi:type="Keyword">
<id>528302131</id>
<Criterion.Type>Keyword</Criterion.Type>
<text>what is the current prime rate</text>
<matchType>BROAD</matchType>
</criterion>
<AdGroupCriterion.Type>BiddableAdGroupCriterion</
AdGroupCriterion.Type>
<userStatus>ACTIVE</userStatus>
<systemServingStatus>ELIGIBLE</systemServingStatus>
<approvalStatus>APPROVED</approvalStatus>
<destinationUrl>http://www.lowermybills.com/servlet/
LMBServlet?
the_action=NavigateHomeLoansAdRedirect&sourceid=seogoolre102708mc665&moid=20189</
destinationUrl>
<bids xsi:type="ManualCPCAdGroupCriterionBids">
<AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</
AdGroupCriterionBids.Type>
<maxCpc>
<amount>
<ComparableValue.Type>Money</ComparableValue.Type>
<microAmount>250000</microAmount>
</amount>
</maxCpc>
<bidSource>CRITERION</bidSource>
</bids>
<firstPageCpc>
<amount>
<ComparableValue.Type>Money</ComparableValue.Type>
<microAmount>50000</microAmount>
</amount>
</firstPageCpc>
<qualityInfo>
<isKeywordAdRelevanceAcceptable>true</
isKeywordAdRelevanceAcceptable>
<isLandingPageQualityAcceptable>true</
isLandingPageQualityAcceptable>
<isLandingPageLatencyAcceptable>true</
isLandingPageLatencyAcceptable>
<qualityScore>7</qualityScore>
</qualityInfo>
</value>
</rval>
</mutateResponse>
</soap:Body>
</soap:Envelope>
The Criterion remains at 0.25 instead of 0.28. Any idea why this is
happening?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
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 [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
To unsubscribe, reply using "remove me" as the subject.