Skip to content

Commit 03bb19f

Browse files
author
Thomas Gilbert
committed
add section for server side
1 parent 7b600bd commit 03bb19f

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+
Transmitting server-side data from Segment to Batch can be accomplished with the use of a [destination function](/docs/connections/functions/destination-functions/){:target="_blank"}. Follow the steps outlined [in these docs](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)