내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Hits being sent from my Mobile App are not in reporting

Avatar

Employee

I see a hit in Charles and in the developer tools being sent to the reportsuite, however, nothing is showing in reporting.

For example

ADBMobile Debug: Analytics - Successfully sent hit(ndh=1&t=00%2F00%2F0000%2000%3A00%3A00%200%20240&c.&a.&OSVersion=iOS%2012.4&DeviceName=x86_64&RunMode=Application&AppID=ADBMobileSamples%201.6%20%286%29&CarrierName=%28null%29&TimeSinceLaunch=1&Resolution=640x1136&.a&.c&mid=17498905197092715868424448609893091153&ts=1565734272&pageName=Menu%20View&ce=UTF-8&aamlh=9&cp=foreground&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI)

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

The most common reason hits do not appear in reporting when you indeed see hits being sent is due to a mismatch of Timestamp Configuration.

A reportsuite can be 1 of 3 options

  • Timestamps not allowed
  • Timestamps Required
  • Timestamps Optional

If you have the mobile property OfflineEnabled:true in your ADBMobileConfig.json or you have the checkbox OfflineEnabled in Launch then your reportsuite needs to be either Timestamps Required or Timestamps Optional (this allows both timestamped and non timestamped hits to be reported)

In order to determine what your reportsuite has been configuration with navigate to Analytics->Admin->Select your Report Suite and Edit Settings and go to Timestamp Configuration.

Timestamp.png

Ensure that if you have OfflineEnabled that your report suite is Timestamp Required or Timestamp Optional, if you do not have OfflineEnabled then ensure that your report suite is Timestamp not allowed or Timestamp Optional.

Another reason for missing data is reporting is that App Management and its dedicated mobile solution variables are not enabled.

MobileReporting.png

You can confirm in Analytics in the Admin as above. If it states Already Enabled (as above) solution variables and reporting are configured, otherwise you may need to Click Button "Enable Latest App Reports" to generate these dedicated variables.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee

The most common reason hits do not appear in reporting when you indeed see hits being sent is due to a mismatch of Timestamp Configuration.

A reportsuite can be 1 of 3 options

  • Timestamps not allowed
  • Timestamps Required
  • Timestamps Optional

If you have the mobile property OfflineEnabled:true in your ADBMobileConfig.json or you have the checkbox OfflineEnabled in Launch then your reportsuite needs to be either Timestamps Required or Timestamps Optional (this allows both timestamped and non timestamped hits to be reported)

In order to determine what your reportsuite has been configuration with navigate to Analytics->Admin->Select your Report Suite and Edit Settings and go to Timestamp Configuration.

Timestamp.png

Ensure that if you have OfflineEnabled that your report suite is Timestamp Required or Timestamp Optional, if you do not have OfflineEnabled then ensure that your report suite is Timestamp not allowed or Timestamp Optional.

Another reason for missing data is reporting is that App Management and its dedicated mobile solution variables are not enabled.

MobileReporting.png

You can confirm in Analytics in the Admin as above. If it states Already Enabled (as above) solution variables and reporting are configured, otherwise you may need to Click Button "Enable Latest App Reports" to generate these dedicated variables.

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.