Skip to content

Commit c4f39b5

Browse files
Merge pull request #5916 from segmentio/thomas/appsflyer-endpoint
add section on new endpoint
2 parents 7967894 + dce18c0 commit c4f39b5

File tree

1 file changed

+6
-2
lines changed
  • src/connections/destinations/catalog/appsflyer

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Segment's Appsflyer destination code is open source and available on GitHub. You
1414

1515
## Getting Started
1616

17-
18-
1917
1. From the Segment web app, click **Catalog**.
2018
2. Search for "AppsFlyer" in the Catalog, select it, and choose which of your sources to connect the destination to.
2119
3. In the destination settings, enter your `AppsFlyer Dev Key`, which can be retrieved from the App Settings section of your AppsFlyer account.
@@ -154,6 +152,12 @@ All other `properties` will be sent to AppsFlyer as custom properties inside `ev
154152
> info ""
155153
> Be sure to calibrate/update the time window in AppsFlyer's dashboard to see your events!
156154
155+
### Send in-app events to Appsflyer v3 Endpoint
156+
157+
When transmitting data serverside to Appsflyer, you have the option to enhance security by enabling the transmission of in-app events to [Appsflyer's v3 endpoint](https://dev.appsflyer.com/hc/reference/s2s-events-api3-post){:target="_blank"}, which authenticates requests using a more secure [S2S token](https://support.appsflyer.com/hc/en-us/articles/360004562377-Managing-API-and-Server-to-server-S2S-tokens){:target="_blank"}.
158+
159+
To activate this feature, simply input your S2S token in the destination settings and toggle the "Use API v3" switch to the enabled position.
160+
157161
## Install Attributed
158162

159163
### Client

0 commit comments

Comments
 (0)