Hi,
After many tests, it appears that the Node.js (0.3.0) tracker does not support the use of the true timestamp feature. Our conclusions:
- when you pass a number, it will fill the dvce_created_tstamp instead of the true_tstamp which can be seen here in the core tracker. Therefore the derived_tstamp will not work with it.
- if you force it and pass an object such as { type: ‘ttm’, value: 1588007187000 } it will fail enrichment because it still uses the payload_json schema version 1-0-0 which does not support the “ttm” property.
Could we maybe have a fix?
Cheers,
Arthur