Hello,
We are currently using ADBMobile SDK in our iOS and Android apps for analytics tracking. Currently the tracking data is funneled into a single server, however, our analytics teamed asked us if it would be possible to have tracking data split into two different servers.
I checked the docs and it does not seem to be possible. Nor can I create multiple instances of ADBMobile, each pointing to a different server.
Can someone confirm whether this is possible.
below is what we want to achieve.
==== iOS APP ====
Instance 1 of ADBMobile ---> Server 1 (ser1_config.json)
Instance 2 of ADBMobile ---> Server 2 (ser2_config.json)
==== Android APP ====
Instance 1 of ADBMobile ---> Server 1
Instance 2 of ADBMobile ---> Server 2
Thanks,