Skip to content

Commit 2160073

Browse files
authored
Clarify Gzip compression usage in track-event API (#2071)
Updated the compression note for the track-event API to clarify Gzip usage. Using gzip compression is now available in most common client-side SDKs.
1 parent 246e104 commit 2160073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/Ingestion API/events/track-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Typically, we recommend using /import for server-side integrations as it is more
1717
| --------------------------- | ---------------------------------------------- | ----------------------------------------------------- |
1818
| Events per request | 2000 | 2000 |
1919
| 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 |
20+
| Compression | Gzip allowed | Gzip allowed |
2121
| Content-Type | application/x-www-form-urlencoded | application/json or application/x-ndjson |
2222
| Ingesting historical events | Last 5 days only. | Any time after 1971-01-01. |
2323

0 commit comments

Comments
 (0)