Skip to content

nebaz/admitadWebmasterApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

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?)
  • apiRequest(params: String) - native admitad api request

About

Admitad webmaster api integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published