Skip to content

Commit 48cacea

Browse files
irinasayshisanscontext
andauthored
Update index.md (#1028)
* Update index.md Add note about which iOS FB App Event SDK supports the LDU `setDataProcessingOptions` method. This is based on Gabe's comment here: https://paper.dropbox.com/doc/Doc-Draft-Facebook-Limited-Data-Use-feature--A4sV0zVhCiDuhOfYhNRrwBulAg-UbRCD9TuYIyivvQugSgJF#:uid=165569862214276867958992&h2=App-Events-(iOS%2C-device-mode) * Update src/connections/destinations/catalog/facebook-app-events/index.md Co-authored-by: LRubin <[email protected]>
1 parent f5e675e commit 48cacea

File tree

1 file changed

+2
-0
lines changed
  • src/connections/destinations/catalog/facebook-app-events

1 file changed

+2
-0
lines changed

src/connections/destinations/catalog/facebook-app-events/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ analytics.track({
188188

189189
#### iOS Device Mode
190190

191+
You must use the Facebbok App Events integration SDK version `2.0.0` or later to call `setDataProcessingOptions` when you enable the **Use Limited Data Use** destination setting. Events sent from earlier versions of the Facebook App Events integration SDK cannot call `setDataProcessingOptions`, but Facebook still has access to the IP address in the events to process LDU based on geolocation.
192+
191193
When you use Segment’s mobile libraries, you must set the Data Processing Options when you declare the destination in your app delegate’s instance. The example below shows how you might set custom Data Processing parameters in an iOS project.
192194

193195
```objc

0 commit comments

Comments
 (0)