Search code examples
androidadobe-analytics

How to create/define Adob Omniture (adob analytics) ADBMobileConfig.json file for android


I am trying to integrate Adob Omniture analytics (Adobe Marketing Cloud) in my android application. I just want to know that, how I can configure ADBMobileConfig.json file, any guidance link. How to define value of this in json file

{
Analytics: rsids and server,
Target: clientCode,
Audience Management: server
}

Right now my json file is like this

{
    "version" : "1.0",
    "analytics" : {
        "rsids" : "",
        "server" : "",
        "charset" : "UTF-8",
        "ssl" : false,
        "offlineEnabled" : false,
        "lifecycleTimeout" : 300,
        "batchLimit" : 0,
        "privacyDefault" : "optedin",
        "poi" : []
    },
    "target" : {
        "clientCode" : "",
        "timeout" : 2
    },
    "audienceManager" : {
        "server" : ""
    }
}

How can I implement this?


Solution

  • Config reference: http://microsite.omniture.com/t2/help/en_US/mobile/android/#Adobe_Mobile_Class_and_Method_Reference

    developer.omniture.com has just about everything you'd need to get going.