Skip to content

Commit dbf684e

Browse files
authored
Small fixes
1 parent a27bfa8 commit dbf684e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ analytics.track({
140140
> Check your specific [server-side library docs](/docs/connections/sources/#server) for specifics on how to format the method properly.
141141
142142
> info ""
143-
> Please see the **Can Omit AppsFlyerId** and **Fallback to send IDFV when advertisingId key not present (Server-Side Only)** settings descriptions for more details on excluding the above fields in server side events.
143+
> See the **Can Omit AppsFlyerId** and **Fallback to send IDFV when advertisingId key not present (Server-Side Only)** settings descriptions for details on excluding the previous fields in server-side events.
144144
145145
Finally, the server-side component will look for the following `properties` and handle them specially:
146146

147-
- `ip` (this should be the `ip` of your customer--this is not collected by Segment's libraries out-of-the-box. This should be passed into the payload under context in order to be properly attributed by AppsFlyer)
147+
- `ip` (this should be the `ip` of your customer--this is not collected by Segment's libraries out-of-the-box. Pass this into the payload under context so that AppsFlyer can properly attribute it.)
148148
- `timestamp` (refer to AppsFlyer's docs on [how they process timestamps](https://support.appsflyer.com/hc/en-us/articles/207034486-Server-to-Server-In-App-Events-API-HTTP-API-){:target="blank"}. Since the libraries generate a [timestamp](/docs/connections/spec/common/#timestamps), Segment always sets this value)
149149
- `currency` (defaults to `"USD"`)
150150
- `revenue` (For `Order Completed` events, precedence is given to `total`, falling back to `properties.revenue`)

0 commit comments

Comments
 (0)