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

# ArticleList Event

An event dispatched when a **ContentList** or **NearMe** module are rendered.

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

* **eventName** - `viewShow`
* **viewName** - `articleList`
* **moduleID** - Module ID in app config
* **moduleName** - Module name (`ContentList` or `NearMe`)
* **moduleTitle** - Module title in app config
* **streamID** - Concept UUID
* **streamType** - Concept Open Content property name
* **streamTitle** - Title of stream
  {% endtab %}

{% tab title="Example ContentList" %}
**Example** -  User navigates to the module called "Senaste nytt"

* **eventName** - `viewShow`
* **viewName** - `articleList`
* **moduleID** - `topnews`
* **moduleName** - `ContentList`
* **moduleTitle** - `Senaste nytt`
* **streamID** - &#x20;
* **streamType** - &#x20;
* **streamTitle** - &#x20;
  {% endtab %}

{% tab title="Example NearMe" %}
**Example** -  User opens the "My News" module and the concept stream "Example Town".

* **eventName** - `viewShow`
* **viewName** - `articleList`
* **moduleID** - `mynews`
* **moduleName** - `NearMe`
* **moduleTitle** - `My News`
* **streamID** - `3dcd84df-80b6-4a30-89d0-ca595c8584d3`
* **streamType** - `ConceptTagUuids`
* **streamTitle** - `Example Town`
  {% endtab %}
  {% endtabs %}
