我们已在android中编程,使用代码
使用页面名称跟踪omnitureAnalytics.trackState(pageName, params);
如果数据有s.channel
,s.prop
,Prop
,s.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.QueueTrended
,Report.QueueOvertime
,Report.QueueRanked
后跟Report.Get
,但我没有得到任何内容
我总是得到errorCode 5003
,The report may contain imcomplete data. Please try again later