Skip to content

sakaruk/pepperjam-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pepperjam report

Pepperjam Affiliate Network Reports.

//Loading the modules
var $pepperjamDetails = {
	apiVersion : '20120402',
	apiKey : 'apikey'
}
var Pepperjam = require('./lib/pepperjam').Affiliate($pepperjamDetails)


//Getting the report
Pepperjam.Report({
	report : 'publisher/report/transaction-details',
	filters : {				
		startDate : '2016-01-01',
		endDate : '2016-07-13'
	}
}, function(err,data) {
	console.log(err,data)
})

Filters

Check the parameters that can be passed through Report from https://classic.avantlink.com/affiliate/api_request_builder.php . The parameters differ according to the module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published