Javascript SDK for Adobe Analytics APIs.
$ npm install
var sdk = require('adobeio-cna-core-analytics');
//initialize sdk
const analyticsClient = await sdk.init('<companyID>', 'x-api-key', '<valid auth token>')
//call methods
//get report suites
const collections = await analyticsClient.getCollections({limit:5, page:0})
//get metrics
const metrics = await analyticsClient.getMetrics(rsid)
//generate report
// const report = await analyticsClient.getReport(queryJSON)
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.