Hi @Jen_Andrews , I am not able to see any mobile data in report.
Currenly I am using same report suite for both web and mobile app. Its
hybrid mobile app for this I have created the processing rule for
trackAction and same is getting triggered from app but I am not able to
see any data in reportvar contextData = new Object () ||
{};contextData.pageInfo.pageName =
“Mobile:ScreenName”;contextData.platformType =
“Mobile”;ACPCore.trackAction("pageView", contextData, successCallback,
errorCallback);...