Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

I'm seeing far fewer conversions than expected after updating my app for SKAdNetwork

  • When a conversion is reported to Apple from inside the app, it does not add that count to a running tally or immediately send a conversion postback. It only replaces the prior reported conversion value, as long as its value is a higher priority (63 is the highest priority, 0 is the lowest).
  • When the app is installed, a 24 hour rolling timer begins. If no additional conversion is reported before that 24 hour rolling timer expires, only an install will be attributed for that user. Any subsequent conversions sent to Apple for that user will not be attributed.
  • This means that for any user, Apple will at most, only report a single postback containing an Install or Reinstall and the highest priority conversion associated with that install session.

Additional Resources