Skip to content

Commit 41e2ca6

Browse files
authored
Update facebook-app-events-swift.md
1 parent e08fffd commit 41e2ca6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/facebook-app-events-swift.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,11 @@ You can manually change the Data Processing parameters by adding settings to the
121121
## Troubleshooting
122122

123123
### Not seeing events?
124-
125-
You will have to be sure that the [IDFA](/docs/connections/sources/catalog/libraries/mobile/ios/#idfa) is working within your app, which involves adding the [iAD framework](/docs/connections/sources/catalog/libraries/mobile/ios/#idfa).
124+
You will have to be sure that the [IDFA](/docs/connections/sources/catalog/libraries/mobile/ios/#idfa) is working within your app, which involves adding the [AdSupport and App Tracking Transparency frameworks](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#ad-tracking-and-idfa).
126125

127126
Once you've added these, you will start to see the `context.device.advertisingId` populate and the `context.device.adTrackingEnabled` flag set to `true` unless the user has ad tracking limited or is using a mobile ad blocker.
128127

129-
> note ""
130-
> While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.
128+
131129

132130
Facebook requires that payloads include the following:
133131
- `context.device.id`
@@ -160,4 +158,4 @@ For example:
160158

161159
### Missing custom events
162160

163-
Facebook will only accept custom events with alphanumeric names (you can include spaces, "-" and "\_") that are between 2 and 40 characters in length. Otherwise, Facebook will reject the event payload with a 400 status.
161+
Facebook will only accept custom events with alphanumeric names (you can include spaces, "-" and "\_") that are between 2 and 40 characters in length. Otherwise, Facebook will reject the event payload with a 400 status.

0 commit comments

Comments
 (0)