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

# Article Read Event

An event dispatched when an article has been read.

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

* **eventName** - `viewShow`
* **viewName** - `articleRead`
* **moduleID** - Module ID from app config
* **moduleName** - Module name
* **moduleTitle** - Module title from app config
* **articleHeadline** - Article's headline
* **articleUUID -** Article's UUID
* **isFrequency** - Boolean, whether article is metered
* **isPremium** - Boolean, whether article is premium content
* **userHasAccess** - Boolean, whether the user has access to article or not
  {% endtab %}

{% tab title="Example" %}
**Example** - this event was dispatched when an article was read.

* **eventName**: `viewShow`
* **viewName**: `articleRead`
* **moduleID**: `mynews`
* **moduleName:** `NearMe`
* **moduleTitle:** `My News`
* **articleHeadline:** `Lilliz inte anmäld till disciplinnämnden`
* **articleUUID:** `1c5ee092-f5fd-48fa-b610-ee537d67a337`
* **isFrequency:** `false`
* **isPremium:** `true`
* **userHasAccess:** `true`
  {% endtab %}
  {% endtabs %}
