I'm trying implement the Analytics package into an Android app for the
first time. The company I work for has used Omniture for ages, and
provided me with source code for earlier projects as an example to
configure it for the one I'm now working on. My problem is, what they
used seems to be a very different implementation that the current SDK
I'm working with. They import import
com.adobe.adms.measurement.ADMS_Measurement and use an ADMS_Measurement
object to handle everything. The newer SDK is
...