Hi Jennifer_Dungan we have other Analytics, they are visible, same
format i used but they are not visible in the board means i am not
getting whats may be wrong. Here is my implementation code. Kotlin - val
_LOG_TAG_2FA = "/2FA"private fun showAlert(title: String, msg: String,
listener: () -> Unit) {val builder =
AlertDialog.Builder(activity)builder.setTitle(title)builder.setMessage(msg)builder.setCancelable(false)builder.setPositiveButton("OK")
{ dialog, which ->
adobeAnalytics2FAAction("Accoun...