Hi,

I am using latest adwords api v201509 PHP library. 

This is my request :

 <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>ADD</ns1:operator>
        <ns1:operand>
          
<ns1:googleClickId>CI6mu4LRg8oCFdgYgQod6aEO5gVij</ns1:googleClickId>
          <ns1:conversionName>From Doc to PDF - PRIVATE 248050 - US - IE FF 
- (Y6xdm981)</ns1:conversionName>
          <ns1:conversionTime>2015-12-29 19:56:40</ns1:conversionTime>
          <ns1:conversionValue>1.6</ns1:conversionValue>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I am passing conversion time correct only still i am getting error ::  
DateError.INVALID_STRING_DATE_TIME 

Can you please help how to resolve this error.?


My PHP request array is this:


$date1 = strtotime('2015-12-30T04:56:40.587');

date_default_timezone_set("America/Dawson");

$request_data = array(array('ConversionName'=>'From Doc to PDF - PRIVATE 
248050 - US - IE FF - (Y6xdm981)',
            'ConversionValue'=>'1.60',
            'ConversionTime'=>date("Y-m-d H:i:s",$date1),
            'Gclid'=>'CI6mu4LRg8oCFdgYgQod6aEO5g'));

If possible please let me know what I am doing wrong here?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/a2c51dcd-d827-4089-8d5b-96f314c422a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to