I am trying to change the Budget Period from MONTHLY to DAILY... but Google returns UNEXPECTED_INTERNAL_API_ERROR error. Please have alook at the SOAP request and response below and point out where m I going wrong.
<?xml version="1.0" encoding="UTF-8" ?> - <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP- ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> - <SOAP-ENV:Header> - <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909" SOAP-ENC:arrayType="xsd:string[4]"> <authToken xsi:type="xsd:string">************</authToken> <useragent xsi:type="xsd:string">Agent</useragent> <developerToken xsi:type="xsd:string">***********</developerToken> <applicationToken xsi:type="xsd:string">*************</ applicationToken> </RequestHeader> </SOAP-ENV:Header> - <SOAP-ENV:Body> - <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> - <operations> <operator>SET</operator> - <operand SOAP-ENC:arrayType="xsd:anyType[7]"> <id>47548722</id> <name>ManualCPCTestCamp1</name> <status>ACTIVE</status> - <budget> <deliveryMethod>ACCELERATED</deliveryMethod> - <amount> <microAmount>450000</microAmount> </amount> <period>MONTHLY</period> </budget> <autoKeywordMatchingStatus>OPT_OUT</autoKeywordMatchingStatus> <adServingOptimizationStatus>ROTATE</adServingOptimizationStatus> - <frequencyCap> <impressions>111</impressions> <level>CREATIVE</level> <timeUnit>MONTH</timeUnit> </frequencyCap> </operand> </operations> </mutate> </SOAP-ENV:Body> </SOAP-ENV:Envelope> SOAP Response: - <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/ v200909"> <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 /> <trigger /> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> Regards, Smita -- 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.
