> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/mobile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/mobile/statistics-events/profile-event.md).

# Profile Event

An event dispatched when profile module is opened.

{% tabs %}
{% tab title="Profile Event Properties" %}

* **eventName** - `viewShow`
* **viewName** - `profile`
* **moduleID** - Module id from app config, or `global`
* **moduleName** - Module name, or empty if omitted
* **moduleTitle** - Module title from app config, or empty if omitted
  {% endtab %}

{% tab title="Example" %}

* **eventName** - `viewShow`
* **viewName** - `profile`
* **moduleID** - `profile`
* **moduleName** - `MyProfile`
* **moduleTitle** - `Profile`
  {% endtab %}
  {% endtabs %}
