You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -659,7 +659,11 @@ Analytics.js stores events in `localStorage` and falls back to in-memory storage
659
659
660
660
## Batching
661
661
Batching is the ability to group multiple requests or calls into one request or API call. All requests sent within the same batch have the same `receivedAt` time. With Analytics.js, you can send events to Segment in batches. Sending events in batches enables you to have:
662
+
<<<<<<< HEAD
662
663
- Delivery of multiple events with fewer API calls, using the [batch endpoint](/docs/connections/sources/catalog/libraries/server/http-api/#batch)
664
+
=======
665
+
- Delivery of multiple events with fewer API calls, using the batch endpoint
666
+
>>>>>>> 2e2f61061256fe87c30797438520500837992727
663
667
- Fewer errors if a connection is lost because an entire batch will retry at once rather than multiple calls retrying at random times.
0 commit comments