Skip to content

Commit aae8999

Browse files
committed
Merge branch 'DOC-226' of ssh://github.com/segmentio/segment-docs
2 parents 9d2b7c2 + 2e2f610 commit aae8999

File tree

1 file changed

+4
-0
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+4
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,11 @@ Analytics.js stores events in `localStorage` and falls back to in-memory storage
659659

660660
## Batching
661661
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
662663
- 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
663667
- Fewer errors if a connection is lost because an entire batch will retry at once rather than multiple calls retrying at random times.
664668

665669
### Setup

0 commit comments

Comments
 (0)