function getLoggedInUserID() { var currentUserId = ""; var currentUserInfo; var CURRENT_USER_JSON_PATH = Granite.HTTP.externalize('/libs/granite/security/currentuser.json'); var result = Granite.$.ajax({ type: "GET", async: false, url: CUR...
Currently we are integrating AEM and Adobe Target to create personalized content. We are associating Adobe Target framework to pages to control which stores to be sent to Target. We are using client context API to set the store data. Will the support for clientcontext be deprecated in future ? Do we...