Skip to content

jtl3d/shareasale-report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareASale report

ShareASale Performance Marketing Network Reports

//Loading the modules
var $shareasaleDetails = {
	token : token,
	api_secret : api_secret,
	affiliateId : affiliate_id
}
var ShareASale = require('./lib/shareasale').Affiliate($shareasaleDetails)


	//Getting the report
ShareASale.Report({
    	action : 'activitySummary'
}, function(err,data) {
	console.log(err,data)
})

Filters

Check the parameters that can be passed through Report from https://account.shareasale.com/a-apiManager.cfm . The parameters differ according to the action.

About

Nodejs module to get report of ShareASale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%