Avatar

Level 2

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 report

var contextData = new Object () || {};

contextData.pageInfo.pageName = “Mobile:ScreenName”;

contextData.platformType = “Mobile”;

ACPCore.trackAction("pageView", contextData, successCallback, errorCallback);

 

In launch , I have not created any data elements or rules etc. Only using appID from launch on app and the property is published

Processing Rule SS

rahulb31017943_0-1645615603736.png

Can check like what I am missing.