DX Application Performance Management

 View Only
  • 1.  App Version for App Experience Analytics

    Posted May 07, 2020 12:11 AM

    Hello All,

    Has anyone tried updating the application version on DX App Experience Analytics [SaaS]? 

    We are using Atlassian Bamboo for CI and I'm looking for a way to register application versions on both DX APM and DX App Analytics for a holistic comparison between deployments. Is this possible?

    Thanks,
    Nidhi



  • 2.  RE: App Version for App Experience Analytics
    Best Answer

    Broadcom Employee
    Posted May 08, 2020 04:36 AM
    HI

    AXA App Profile picks up the app version from the transmitted json payload - the version comes from app settings, like Android build.gradle versionName="1.0"

    So the way to upgrade the version number is to change the actual app version number - if you have different versions, and they are transmitting data to AXA, the version numbers should appear in the app profile and in Data Studio raw data

    For holistic comparisons, I suggest you build Data Studio Dashboard with visualisations that filter with that version number: app.version:1.0. etc. See the payloads in 'Discovery' -view in Data Studio for the raw data and the different version numbers there

    thanks



  • 3.  RE: App Version for App Experience Analytics

    Broadcom Employee
    Posted May 08, 2020 04:39 AM