Skip to main content
When you finish, Apple posts signed install postbacks to Datalyr and Datalyr stores each one with its signature result.
Stored postbacks don’t feed Reports or Overview yet. Keep your existing mobile measurement partner as your SKAdNetwork reporting source.

Before you start

Register the source

1

Open Sources

Open Sources. Find the Apple SKAdNetwork card. Select connect.
2

Enter the Bundle ID

Fill the iOS Bundle ID. Use the exact reverse-DNS string from Xcode.
3

Pick a template

Pick E-commerce, Gaming, or Subscription. This sets the conversion-value mapping.
4

Save

Select connect.

Point Apple at Datalyr

Apple fixes the postback path. It reads only the domain from your app, then posts to /.well-known/skadnetwork/report on that domain.
Set the plist value to the bare domain https://ingest.datalyr.com. A path or query string in that value ships with the build. Apple then sends nothing until you ship again.
1

Open Info.plist

Open your app’s Info.plist in Xcode.
2

Add the endpoint key

Add the key NSAdvertisingAttributionReportEndpoint. Set its value to https://ingest.datalyr.com.
3

Ship a build

Archive the app. Submit the build to App Store Connect.

Set the conversion value

Call the helper at each milestone you want Apple to encode. Fine values run from 0 to 63.
The three templates map these event names to fine values.

Reference

Fields we store

version, ad_network_id, campaign_id, source_identifier, app_id, source_app_id, source_domain, conversion_value, coarse_conversion_value, did_win, redownload, postback_sequence_index, transaction_id, signature_valid, receiving_host, raw_payload. Version 4 postbacks carry no campaign-id, so we derive campaign_id from the last two digits of source-identifier.

Rejections

Verify

  1. Open a terminal.
  2. Run the command below.
  3. Confirm the response body reads {"ok":true}.
  4. Ship the build with the plist key set.
  5. Wait for Apple’s postback window. Apple sends the first postback 24 to 48 hours after an install.

When it does not work

Next