Hello, I am using the adwords-php-lib and I was uploading offline 
conversions few days ago and I was passing the date as "20140306 143017" 
(just an example) just by doing $conversionTime->format('Ymd His'). 
According to the documentation, time zone is optional, if it's not passed 
then it will set it as the one configured in my MMC account. 

It was working fine until few days ago, I started getting 
DateError.INVALID_FIELD_VALUES_IN_DATE_TIME (I didn't change anything in my 
code) and looking at the documentation I see the date formatting is 
correct. 
https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.DateError

After a couple of hours trying to figure it out, I included the time zone 
parameter to my request like this $conversionTime->format('Ymd His P') 
which converts date as "20140306 143017 -08:00", and now it seems to work 
just fine.

I was wondering if something changed in the API side that made it required. 
If it is, then shouldn't be updated in the documentation too? Because I was 
relaying on it.

Thank you.

Laura Gonzalez.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to