We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246e104 commit 2160073Copy full SHA for 2160073
reference/Ingestion API/events/track-event.md
@@ -17,7 +17,7 @@ Typically, we recommend using /import for server-side integrations as it is more
17
| --------------------------- | ---------------------------------------------- | ----------------------------------------------------- |
18
| Events per request | 2000 | 2000 |
19
| Authentication | Project Token, intended for untrusted clients. | Project Secret/Service Accounts, intended for server-side integration. |
20
-| Compression | Gzip allowed (only when calling the API directly. Gzip not available in the SDK) | Gzip allowed |
+| Compression | Gzip allowed | Gzip allowed |
21
| Content-Type | application/x-www-form-urlencoded | application/json or application/x-ndjson |
22
| Ingesting historical events | Last 5 days only. | Any time after 1971-01-01. |
23
0 commit comments