We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JS代码调用了 AnalyticsUtil.onPageStart('pageName'); 可是友盟后台 用户参与度->访问页面 并没有看到页面统计的数据
AnalyticsUtil.onPageStart('pageName');
JS代码调用没问题 typeof AnalyticsUtil.onPageStart 确实是 function
typeof AnalyticsUtil.onPageStart
function
请问这是为什么呢? (ios访问页面路径统计是正常的)
JS代码调用了
AnalyticsUtil.onPageStart('pageName');可是友盟后台 用户参与度->访问页面 并没有看到页面统计的数据JS代码调用没问题
typeof AnalyticsUtil.onPageStart确实是function请问这是为什么呢? (ios访问页面路径统计是正常的)