myChips SDK
  • Introduction
  • Getting Started
    • Create a Publisher Account
    • Create your App/Site
    • Create an AdUnit
    • Test in Sanbox mode
  • Reward Handling
    • Webhook S2S Postback
    • Validating the Webhook S2S
    • Rejected S2S Webhook Postback
  • Billing
  • Unity
    • Install SDK
    • Reward User
    • FAQ
  • Android
    • Install SDK
    • Reward User
  • React Native
    • Install SDK
    • Reward User
  • RN Expo
    • Install SDK
    • Reward User
  • iOS
    • Install SDK
    • Reward User
  • Flutter
    • Install SDK
    • Reward User
  • iFrame
  • WebView & Direct Link
  • Revenue API
Powered by GitBook
On this page
  • What is the Rejected Report Postback?
  • When a Rejected Report Postback is Triggered
  • Rejected Reasons Details
  1. Reward Handling

Rejected S2S Webhook Postback

What is the Rejected Report Postback?

A Rejected Postback is a notification sent to external partners when they detect suspicious or fraudulent activities during the user interaction with campaigns or apps. Unlike standard postbacks, which are used to track conversions or user events, rejected postbacks signal that an event has been flagged due to abdonrmal behavior or policy violantions.Each rejected postback contains a parameter called {rejected_reason_id}, which provides the specific reason for flagging the event.

An example of a Rejected Postback URL looks like this:

https://yourdomain.org/postback?user_id={user_id}&...&payout=0&user_payout=0&rejected_reason_id={id}

Note: payout and user_payout will be always set to 0 for rejected events.

When a Rejected Report Postback is Triggered

A rejected postback is triggered in cases where an external system identifies behavior that doesn't align with expected norms. Each of these issues is represented by a specific rejected_reason_id in the postback.

Rejected Reasons Details

Each postback includes a rejected_reason_id parameter, which indicates why the event was flagged. The following table outlines the available rejected reasons and their severity.

ID
Severity (1-100)

1

80

2

100

3

80

4

80

5

70

6

50

7

80

8

0

9

70

10

90

11

90

12

100

0

0

PreviousValidating the Webhook S2SNextBilling

Last updated 4 months ago