Hi all,
We’ve begun the process of deprecating a few fields from our Export API in order to simplify the format and remove misleading/confusing information. Here is the list of affected fields. Note that to preserve backwards compatibility, these fields will continue to exist as keys in the JSON data, but their value will always be null
.
$schema
: removed, an Amplitude-internal field.is_attribution_event
: removed, an Amplitude-internal field.amplitude_event_type
: removed, an Amplitude-internal field.device_manufacturer
: removed, data is duplicated insidedevice_type
/device_family
.device_brand
: removed, data is duplicated insidedevice_type
/device_family
.device_model
: removed, data is duplicated insidedevice_type
/device_family
.user_creation_time
: removed, an inaccurate timestamp. If you were using this field, please note that it is not an accurate value and will not match with the “New User” calculations in Amplitude. If you have an important business use case for this field, please reach out and we may be able to provide a workaround.
These changes apply to the Export API immediately, but will apply to all other data destinations such as S3 Export and Snowflake in the future.