How to Send SKAdNetwork & AdAttributionKit Postbacks to Singular

Starting with iOS 15, app developers have the option of sending all SKAdNetwork and AdAttributionKit postbacks to a single endpoint (in addition to the existing network postbacks). We recommend configuring both SKAdNetwork and AdAttributionKit postbacks to Singular.

Send all your postbacks to Singular to be able to access them through Singular's Export Logs and Data Destinations (ETL).

Guide for Developers
Prerequisites SKAdNetwork is set up for your app (see How to Get Started with SKAdNetwork)

Step by Step

To forward SKAdNetwork postbacks to Singular:

1

In the Xcode project navigator, select Info.plist.

2 In the property list editor, add a key and type the key name NSAdvertisingAttributionReportEndpoint (see Apple's documentation for details).
3

Under Type, choose String.

4

Type in the URL for Singular's BI endpoint: https://singular-bi.net

To forward AdAttributionKit postbacks to Singular:

1

In the Xcode project navigator, select Info.plist.

2 In the property list editor, add a key and type the key name AdAttributionKit - Postback Copy URL (see Apple's documentation for details).
3

Under Type, choose String.

4

Type in the URL for Singular's BI endpoint: https://singular-bi.net

5

To opt-in to receive winning reengagement postbacks, add another key and type the key name AdAttributionKit - Opt in for Reengagement Copies. Under Type, choose Boolean and set the value to YES.