You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/appsflyer/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,11 @@ analytics.track({
140
140
> Check your specific [server-side library docs](/docs/connections/sources/#server) for specifics on how to format the method properly.
141
141
142
142
> 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 serverside 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.
144
144
145
145
Finally, the server-side component will look for the following `properties` and handle them specially:
146
146
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.)
148
148
-`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)
149
149
-`currency` (defaults to `"USD"`)
150
150
-`revenue` (For `Order Completed` events, precedence is given to `total`, falling back to `properties.revenue`)
0 commit comments