MFilterIt
  • mFilterIt - Eliminating Ad Fraud
  • mFilterIt SDK
    • mFilterIt SDK
    • mFilterIt Android SDK
    • mFilterIt React-Native Integration
    • mFilterIt iOS SDK
    • mFilterIt Uninstall Tracking
    • mFilterIt Event Tracking
    • mFilterIt iOS EventTracking
  • API Integrations
    • mFilterIt Data Collection API
    • mFilterIt Reporting API
    • mFilterIt Referer Data Collection API
    • mFilterIt Referer Status API
  • Integrating Data Sources
    • Adjust S3 Data Export Configuration
Powered by GitBook
On this page
  • Version 1.0
  • Overview
  • Note:
  • Backend API
  • Endpoint:
  1. API Integrations

mFilterIt Referer Status API

This api is for getting status of the referrer data using api provided by mFilterIt

Version 1.0

Overview

To allow a deeper and automated integration between the mFilterIt solution and the app developer’s in house systems for referral events, mFilterIt provides an endpoint to get the status of referrer data from mFilterIt backend system.

Backend API Schema

Parameter Name

Type

Description

adid

string

The unique Google Advertising ID associated with the app user/ device. example: "0a946c9e-6df1-4d63-8fb0-679bfba3c2c9"

installed_app

string

The android package name of the app. example: "com.mfilterit.android"

secret_key

string

The unique referral code for a customer . example: "abXms5rk87wkgf"

device_id

string

The unique device identifier associated with the android device. example: "4f36d627af4ab545"

user_id

string

The user_id associated with a user, example: "12345mftest"

Note:

device_id, installed_app, secret_key and user_id are mandatory fields, other fields are optional.

Backend API

An HTTP GET on the data collection endpoint is supported.

GET /

The Data Collection API receives data from third party servers. The parameters described above are received as Query String parameters. Result will be sent back in the response body.

application/json

{
            "FraudCategory":"Duplicate User",
            "FraudRiskScore":40,
            "EventTransactionId":"ASD294DG568659",
            "Device_Id":adid,
            "PhoneNumber":"1100234567",
            "EmailID":"abc@gmail.com",
            "MfilteritEventId":"MF12345678905678",
            "RegistrationId":user_id,
            "ReferralCode":"AHDYRF34565",
            "installed_app":installed_app
}

Endpoint:

https://referralstatus.mfilterit.net/
PreviousmFilterIt Referer Data Collection APINextAdjust S3 Data Export Configuration

Last updated 3 years ago