Impacts of Enabling App Reporting | Community
Skip to main content
cfong2
Level 1
April 3, 2026
Solved

Impacts of Enabling App Reporting

  • April 3, 2026
  • 2 replies
  • 29 views

Currently I am working in creating some dashboards in Adobe Analytics for a mobile app and realized that I needed data like ‘First Launch’ and ‘Upgrades’, which are provided if I enable “App Reporting” in the report suite. Before doing this I want to know if there are any impact on performance, memory, or anything of the sort. I can’t find any documentation on why this is disabled or impacts of enabling this setting.

Best answer by Jennifer_Dungan

There shouldn’t be any impacts. While it will add some new metrics to become available, those metrics are standard and are already technically “there”… 

 

The biggest impact to your analytics would be IF you plan on allowing “offline” data from your apps… while not a performance issue, it does require that you change the implementation to provide timestamp data (as part of the request) so that the “banked” tracking calls (in offline apps) can be properly associated when they finally send…  This can cause some issues, since you now basically have to rely on the client side date and time (which isn’t necessarily correct)… This will impact your web tracking as well..

Note, you don’t have to allow this...we don’t… our apps require internet, so we didn’t do this… and left the timestamps as coming from the server.

2 replies

bjoern__koth
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 5, 2026

This would only affect processing in a negligible way, and is anyway done on the Adobe servers.

Cheers from Switzerland!
Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 6, 2026

There shouldn’t be any impacts. While it will add some new metrics to become available, those metrics are standard and are already technically “there”… 

 

The biggest impact to your analytics would be IF you plan on allowing “offline” data from your apps… while not a performance issue, it does require that you change the implementation to provide timestamp data (as part of the request) so that the “banked” tracking calls (in offline apps) can be properly associated when they finally send…  This can cause some issues, since you now basically have to rely on the client side date and time (which isn’t necessarily correct)… This will impact your web tracking as well..

Note, you don’t have to allow this...we don’t… our apps require internet, so we didn’t do this… and left the timestamps as coming from the server.

manpreetkaur27
Adobe Support
Adobe Support
April 8, 2026

That’s correct ​@Jennifer_Dungan There’s no meaningful impact on performance and memory from enabling.