Rejected install or reattribution callbacks
Rejected install or rejected reattribution callbacks are available if your client has activated the Fraud Prevention suite for individual apps in AppView. The Fraud Prevention Suite detects and rejects fraudulent engagements before attribution. It includes Adjust's Anonymous IP Filter, Click Injection Filtering, and Distribution Modeling.
The callback parameter for rejected install callbacks is rejected_install_callback
.
The callback parameter for rejected reattribution callbacks is rejected_reattribution_callback
.
adj_
. For example: use adj_rejected_install_callback
for the rejected_install_callback
parameter.
If you add rejected_install_callback
or rejected_reattribution_callback
to a link URL and the Fraud Prevention Suite detects fraud, you will see the rejection reason in the callback. See the following table for a list of the rejection reasons:
Rejection reason | Description |
---|---|
anonymous_traffic | Anonymous IP filtering |
distribution_outlier | Click spamming - distribution modeling |
too_many_engagements | Click spamming - hyper engagement |
engagement_injection | Click injection filtering |
incorrect_signature | Invalid Signature |
malformed_advertising_id | Installs with invalid advertising IDs |
Example: For an install matched to two clicks where one click is fraudulent and the second click is valid: The fraudulent click triggers a rejected install callback and the valid click triggers an install callback.
Recommended placeholder
Placeholder | Description | Example |
---|---|---|
{rejection_reason} | Reason for a rejected install or reattribution | anonymous_traffic |