snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.getbatch.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [GetBatch](./browser-tracker.getbatch.md)

## GetBatch type

A collection of GET events which are sent to the collector. This will be a collection of query strings.

<b>Signature:</b>

```typescript
type GetBatch = string[];
```