Skip to content

Commit 44a92df

Browse files
Merge pull request #5661 from segmentio/thomas/batch
add section for server side
2 parents 7b6a3a8 + 79f8985 commit 44a92df

File tree

1 file changed

+4
-0
lines changed
  • src/connections/destinations/catalog/batch

1 file changed

+4
-0
lines changed

src/connections/destinations/catalog/batch/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ SEGAnalyticsConfiguration *config = [SEGAnalyticsConfiguration configurationWith
6868
[SEGAnalytics setupWithConfiguration:config];
6969
```
7070
71+
## Server Side
72+
73+
You can transmit server-side data from Segment to Batch with a [destination function](/docs/connections/functions/destination-functions/). Follow the steps outlined [in Batch's documentation](https://help.batch.com/en/articles/2208243-how-to-connect-batch-to-segment){:target="_blank"} for a smooth integration.
74+
7175
## Screen
7276
7377
When you call `screen` in your mobile app, we send a screen view to an event named `SEGMENT_SCREEN`. The screen name will be tracked as the event's label.

0 commit comments

Comments
 (0)