Hi Matt, I've sent request and response examples in a private message.
However I wanted to add publicly: If there is no conversion_last_received_request_date_time tracked, instead of NULL, Google Ads API returns the UNIX epoch timestamp *in the account’s timezone*! See https://developers.google.com/google-ads/api/reference/rpc/v9/Metrics#conversion_last_received_request_date_time the "The date/time is in the customer's time zone.". So an account in timezone 'Europe/Amsterdam', turns the epoch timestamp already on Google side from 1970-01-01 00:00:00 UTC to 1970-01-01 01:00:00 CET. An account in America/New_York timezone gets 1969-12-31 19:00:00 ! This feels really weird and doesn't allow simply filtering a single timestamp value so we get it replaced by NULL to resemble the old (in my opinion more correct) behavior. I think this is an even stronger argument to follow the approach already applied for other optional fields in the Google Ads API (not providing the field in the response if the value is not set like in the example https://github.com/googleads/google-ads-ruby/issues/376 - instead of a pseudo-NULL value like in case of this timestamp). Thanks, Robert On Tuesday, 22 February 2022 at 17:47:32 UTC+1 adsapi wrote: > Hi Robert, > > Thanks for reaching out. Can you please provide us with a sample request > and response for the date-time formatting inconsistency and the UNIX epoch > timestamp behavior? > > Thanks, > Matt > Google Ads API Team > > [image: Google Logo] > Matt > Google Ads API Team > > > > > ref:_00D1U1174p._5004Q2WxrfJ:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/63135139-e55c-4311-b021-4b54c940f58an%40googlegroups.com.