> 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/onboarding-event.md).

# Onboarding Event

An event dispatched when an on-boarding slide is displayed.

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

* **eventName** - `viewShow`
* **viewName** - `promotion`
* **moduleID** - Module id from app config
* **moduleName** - Module name
* **moduleTitle** - Module title from app config
* **promotionId** - Promotion id from app config
* **pageIndex** - Promotion page index from app config (0,1,2,n)
  {% endtab %}

{% tab title="Example" %}
**Example** - event dispatched when the first slide of the on-boarding is loaded.

* **eventName** - `viewShow`
* **viewName** - `promotion`
* **moduleID** - `topnews`
* **moduleName** - `SectionContentList`
* **moduleTitle** - `Top News`
* **promotionId** - `topnews_1.0`
* **pageIndex** - `0`
  {% endtab %}
  {% endtabs %}
