I start receive Internal Error Exception, when I post this request: -----SoapRequest at 27.08.2009 16:52:41----- POST /api/adwords/cm/v200906/AdGroupService HTTP/1.0 Host: adwords.google.com:443 User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.3074) Content-type: text/xml; charset=utf-8 Content-length: 130581 SOAPAction: "mutate" -------------------------------------------------- <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200906"> <applicationToken>********FcMg</applicationToken> <authToken>********</authToken> <clientEmail>alexander.vinnit...@gmail.com</clientEmail> <developerToken>********WSzA</developerToken> <userAgent>AWAPI DotNetLib 4.1.0 - Электровоз</userAgent> </RequestHeader> </soap:Header> <soap:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200906"> <operations> <operator>SET</operator> <operand> <id>509084129</id> <campaignId>19700129</campaignId> <campaignName>Электровоз</campaignName> <name>ноутбуки</name> <status>DELETED</status> <bids xsi:type="ManualCPCAdGroupBids"> <AdGroupBids.Type>ManualCPCAdGroupBids</AdGroupBids.Type> <siteMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </siteMaxCpc> </bids> <stats> <network>ALL</network> <Stats.Type>Stats</Stats.Type> </stats> </operand> </operations> <operations> <operator>SET</operator> <operand> <id>1021823365</id> <campaignId>19700129</campaignId> <campaignName>Электровоз</campaignName> <name>Garmin</name> <status>DELETED</status> <bids xsi:type="ManualCPCAdGroupBids"> <AdGroupBids.Type>ManualCPCAdGroupBids</AdGroupBids.Type> <keywordMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </keywordMaxCpc> <keywordContentMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </keywordContentMaxCpc> <siteMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </siteMaxCpc> </bids> <stats> <network>ALL</network> <Stats.Type>Stats</Stats.Type> </stats> </operand> </operations> <operations> <operator>SET</operator> <operand> <id>1433263495</id> <campaignId>19700129</campaignId> <campaignName>Электровоз</campaignName> <name>Panasonic DMC-TZ4EE-К Black</name> <status>DELETED</status> <bids xsi:type="ManualCPCAdGroupBids"> <AdGroupBids.Type>ManualCPCAdGroupBids</AdGroupBids.Type> <keywordMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </keywordMaxCpc> <keywordContentMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </keywordContentMaxCpc> <siteMaxCpc> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> </siteMaxCpc> </bids> <stats> <network>ALL</network> <Stats.Type>Stats</Stats.Type> </stats> </operand> </operations> ..... ..... </mutate> </soap:Body> </soap:Envelope> --------------------------------------------------
-----SoapResponse at 27.08.2009 16:52:45----- Content-type: text/xml; charset=UTF-8 Content-length: 729 SOAPAction: "mutate" -------------------------------------------------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/ adwords/cm/v200906"> <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ message> <ApplicationException.Type>ApiException</ ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xsi:type="InternalApiError"> <fieldPath> </fieldPath> <trigger> </trigger> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -------------------------------------------------- Could you help me with this error? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---