This repository was archived by the owner on Sep 22, 2023. It is now read-only.
Description What happened?
The response schema on this page: https://www.docs.developers.amplitude.com/analytics/apis/export-api/ , states the sample_rate is of type null. null is not a type
What browsers are you seeing the problem on?
No response
Relevant log output
{
" server_received_time" : UTC ISO-8601 formatted timestamp,
" app" : int,
" device_carrier" : string,
" city" : string,
" user_id" : string,
" uuid" : UUID,
" event_time" : UTC ISO-8601 formatted timestamp,
" platform" : string,
" os_version" : string,
" amplitude_id" : long,
" processed_time" : UTC ISO-8601 formatted timestamp,
" version_name" : string,
" ip_address" : string,
" paying" : boolean,
" dma" : string,
" group_properties" : dict,
" user_properties" : dict,
" client_upload_time" : UTC ISO-8601 formatted timestamp,
" $insert_id " : string,
" event_type" : string,
" library" : string,
" amplitude_attribution_ids" : string,
" device_type" : string,
" start_version" : string,
" location_lng" : float,
" server_upload_time" : UTC ISO-8601 formatted timestamp,
" event_id" : int,
" location_lat" : float,
" os_name" : string,
" groups" : dict,
" event_properties" : dict,
" data" : dict,
" device_id" : string,
" language" : string,
" country" : string,
" region" : string,
" session_id" : long,
" device_family" : string,
" sample_rate" : null,
" client_event_time" : UTC ISO-8601 formatted timestamp,
} Reactions are currently unavailable
What happened?
The response schema on this page: https://www.docs.developers.amplitude.com/analytics/apis/export-api/, states the sample_rate is of type null. null is not a type
What browsers are you seeing the problem on?
No response
Relevant log output
{ "server_received_time": UTC ISO-8601 formatted timestamp, "app": int, "device_carrier": string, "city": string, "user_id": string, "uuid": UUID, "event_time": UTC ISO-8601 formatted timestamp, "platform": string, "os_version": string, "amplitude_id": long, "processed_time": UTC ISO-8601 formatted timestamp, "version_name": string, "ip_address": string, "paying": boolean, "dma": string, "group_properties": dict, "user_properties": dict, "client_upload_time": UTC ISO-8601 formatted timestamp, "$insert_id": string, "event_type": string, "library": string, "amplitude_attribution_ids": string, "device_type": string, "start_version": string, "location_lng": float, "server_upload_time": UTC ISO-8601 formatted timestamp, "event_id": int, "location_lat": float, "os_name": string, "groups": dict, "event_properties": dict, "data": dict, "device_id": string, "language": string, "country": string, "region": string, "session_id": long, "device_family": string, "sample_rate": null, "client_event_time": UTC ISO-8601 formatted timestamp, }