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

In the SKAdNetwork postback, what are 'transaction-id' and 'attribution-signature'?

transaction-id: A unique ID for the install/ conversion to help with deduplication and validation.

attribution-signature: Apple’s own attribution signature in the postback, to be used for cryptographic verification of the postback.

For more information on the parameters in the SKAdNetwork postback, see this Apple documentation page.


Additional Resources