apiBaseUrl: "[Required] {string} URL of the D-Engage API, modify to point to sandbox or prod environment",
clientSignature: "[Required] {string} Signature created with HmacSHA256(timestampString, partnerSecretString).toString().substring(0, 15).toUpperCase();",
clientSignatureTimestamp: "[Required] {number} Timestamp used for client signature creation",
lang: "[Required] {string} Language in which the SDK should be. 2 letter country code.",
partnerId: "[Required] {string} ID of the partner in the d-engage back-office",
webStorageEncryptionAlgorithm: "[Required] {number} always 0",
appId: "[Required] {string} ID of the app (a partner can have several apps, web, mobile, etc...)"
progTTL: "[Required] {number} time in millisecond between two automatic update of the program",
waitForInit: "[Optional] {boolean} If needed, the sdk can be initialized by the client when he decided, with the ApmView.init() method. Default is false",
trackingId: "[Optional] {string} Google Analytics ID"