Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admitad API Integration

Installation

To use the library, install it through npm

npm install --save admitad-webmaster-api

Get clientId and clientSecret

Usage

const AdmitadApi = require('admitad-webmaster-api');
const api = new AdmitadApi(clientId, clientSecret);
let profile = await api.getProfile();

API

  • getProfile()
  • getBalance(currency: String)
  • getTrafficChannels()
  • getOfferLinkByOfferId(offerId: Integer, channelId: Integer)
  • getStatisticsOffersByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer?, channelId: Integer?, subId: String?)
  • getLeadsByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer?, channelId: Integer?)
  • getCrByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer, channelId: Integer?)
  • getOffersData(offerId: Integer?)
  • apiRequest(params: String) - native admitad api request

About

Admitad webmaster api integration

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages