Skip to content

Commit c1df32d

Browse files
authored
Merge pull request #6305 from segmentio/bcaudillo-patch-8
Update URL referencing required frameworks for IDFA
2 parents d68e6d8 + 5506f10 commit c1df32d

File tree

1 file changed

+1
-3
lines changed
  • src/connections/destinations/catalog/facebook-app-events

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,12 @@ The integration currently only supports the `FBSDKAppEventNameActivatedApp` pre-
242242

243243
### Not seeing events?
244244

245-
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).
245+
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).
246246

247247
Similarly, on Android, you'll need to include the Play Services Ads library as [mentioned here](/docs/connections/sources/catalog/libraries/mobile/android/#how-do-you-handle-unique-identifiers-) in order for the `advertisingId` to populate.
248248

249249
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.
250250

251-
> note ""
252-
> While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad){:target="_blank"} is not.
253251

254252
Facebook requires that payloads include the following:
255253
- `context.device.id`

0 commit comments

Comments
 (0)