Hi, Trying to upload offline conversion (just one as a test, first time i am trying to mutate, usually just pulling data) - using adwords v201809 - PHP Library
I am getting an error back as follows: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body><soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>DateError.INVALID_STRING_DATE_TIME @ ; trigger:'xxxxxxx'</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201809"> <message>DateError.INVALID_STRING_DATE_TIME @ ; trigger:'xxxxxxx'</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DateError"> <fieldPath></fieldPath> <trigger>xxxxxxx</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> The date I am trying to send is like this: 20181025 060000 Europe/London I have tried other variations, like standard yyyy-mm-dd h:i:s etc Thanks Andy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d2d51b47-e1a5-44cc-8fb3-f1ab007dfb2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
