mFilterIt Referer Data Collection API

This api is for collection of referer 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 receive data from app developers backend system related to referer.

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"

referral_code

string

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

device_id

string

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

user_id

string

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

user_type

string

The referer type, for example: "influencer" or "normal user"

optional1

string

There can be as many optional fields as needed to send by mentioning key and values like other fields. example:"testmf1234"

Note:

adid, installed_app, referral_code and user_id are mandatory fields, other fields are optional.

Backend API

An HTTP POST on the data collection endpoint is supported.

POST /

The Data Collection API receives data from third party servers.

consumes

application/json

produces

application/json

parameters: -

in: "body"

Parameters being posted to server

responses:

400: description: "Invalid input"

200: description: "data inserted successfully"

Endpoint:

[ Base URL: https://refereedump.mfilterit.net/ ]

Last updated