如何使用omniture developer api检索omniture

时间:2018-01-19 15:09:17

标签: api adobe-analytics

我们已在android中编程,使用代码

使用页面名称跟踪omniture
Analytics.trackState(pageName, params);

如果数据有s.channels.propProps.eVar

,则参数包含很多

现在:我们希望通过点击this link

获取记录在omniture中的所有参数

我正在尝试使用the nomniture模块来调用Report,但是要理解选择特定页面的参数非常困难

我的Node.js代码

var Client = require('omniture').Client, c = new Client(username,
        sharedSecret, 'sanJose'), reportData = {
    "rsid_list" : [ reportSuiteId ]
}

如何在请求中使用s.pageName来检索特定自定义页面名称的记录变量

我尝试使用Report.QueueTrendedReport.QueueOvertimeReport.QueueRanked后跟Report.Get,但我没有得到任何内容

我总是得到errorCode 5003The report may contain imcomplete data. Please try again later

0 个答案:

没有答案