<operations>
<operator>ADD</operator>
<operand>
<googleClickId>CPnNu5z-lb0CFSNk7AoduicA4A</googleClickId>
<conversionName>RTLead</conversionName>
<conversionTime>20140315 222113</conversionTime>
<conversionValue>40.28</conversionValue>
</operand>
</operations>
and snipped from the response
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DateError">
<fieldPath>operations[0].operand</fieldPath>
<trigger/>
<errorString>DateError.INVALID_FIELD_VALUES_IN_DATE_TIME</errorString>
<ApiError.Type>DateError</ApiError.Type>
<reason>INVALID_FIELD_VALUES_IN_DATE_TIME</reason>
</errors>
The documentation doesn't list valid formats and the field is a string rather than xsd:dateTime. What should be valid and what happened?
thanks,
Chris
<operations>
<operator>ADD</operator>
<operand>
<googleClickId>CPHt9bfblL0CFchZ7AodFGcAHA</googleClickId>
<conversionName>RTLead</conversionName>
<conversionTime>2014-03-15 10:13:25</conversionTime>
<conversionValue>110.28</conversionValue>
</operand>
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>DateError.INVALID_STRING_DATE_TIME @ ; trigger:'2014-03-15 10:13:25'</faultstring>
<detail>
<ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201309">
<message>DateError.INVALID_STRING_DATE_TIME @ ; trigger:'2014-03-15 10:13:25'</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DateError">
<fieldPath/>
<trigger>2014-03-15 10:13:25</trigger>
<errorString>DateError.INVALID_STRING_DATE_TIME</errorString>
<ApiError.Type>DateError</ApiError.Type>
<reason>INVALID_STRING_DATE_TIME</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>