Hi Sarfaraz,If the app architectures are common, there may be a way of
passing the data required for tracking between apps.Without knowing the
tech particulars, let me aim to give you a generic example.Let's say you
have 3 apps being consolidated in a common host app. If the apps were
built on the same framework a single app could load the child apps - the
host app can then receive data between child apps with some developer
effort. If the apps are loaded as an iFrame, its a bit trickier due to
...