Skip to main content

Hello Amplitude community. 

I have encountered a very strange problem with one event (at least I discovered only one so far) not being delivered. All the events are fine but one in particular doesn’t work. 

The example of the payload that is sent is below. 

All the other events differ with “event_type” only are seen in amplitude except this analytics_overview_view one. 

Do you have any ideas why that an happen?

{
"body": {
"api_key": "REDACTED",
"events":
{
"device_id": "***",
"device_model": "Mac OS",
"event_properties": {},
"event_type": "analytics_overview_view",
"ip": "***",
"language": "en-GB",
"library": "segment",
"os_name": "Mac OS",
"os_version": "127",
"platform": "Web",
"session_id": ***,
"time": 1728649657821,
"use_batch_endpoint": false,
"user_id": "***",
"user_properties": {
"$set": {
"referrer": "***"
},
"$setOnce": {
"initial_referrer": "***"
}
}
}
],
"options": {
"min_id_length": 1
}
},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip,deflate",
"Connection": "close",
"Content-Length": "668",
"Content-Type": "application/json",
"Host": "api2.amplitude.com",
"User-Agent": "REDACTED"
},
"method": "POST",
"url": "https://api2.amplitude.com/2/httpapi"
}

 

Be the first to reply!

Reply