From 4a11d805e15bbe767d6f324df6a1b9ad709305ae Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 11 Feb 2021 16:15:28 +0100
Subject: [PATCH] Add auth attribute documentation

---
 packages/matomo/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/matomo/README.md b/packages/matomo/README.md
index 3b76df2a..678e7929 100644
--- a/packages/matomo/README.md
+++ b/packages/matomo/README.md
@@ -19,6 +19,9 @@ npm i @dbp-toolkit/matomo
     - example `<dbp-matomo endpoint="https://my-matomo.tld"></dbp-matomo>`
 - `site-id` (required): set to your site id
     - example `<dbp-matomo site-id="456789"></dbp-matomo>`
+- `auth` object: you need to set that object property for the login-status
+  - example auth property: `{'login-status': 'logged-in'}`
+  - note: most often this should be an attribute that is not set directly, but subscribed at a provider
 
 ## Tracking actions
 
-- 
GitLab