# تحليلات ماتومو

**URL:** https://meta.discourse.org/t/matomo-analytics/33090
**Category:** Theme component
**Tags:** official, matomo-analytics
**Created:** [10 سبتمبر 2015، 10:18ص UTC](https://meta.discourse.org/t/matomo-analytics/33090 "2015-09-10T10:18:13Z")
**Posts on this page:** 1
**Showing post:** 61

<div class="post-metadata">

### Author: ![AquaL1te](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aqual1te/32/201966_2.png) [@AquaL1te](https://meta.discourse.org/u/AquaL1te)
#### Post date: [27 يونيو 2022، 2:18م UTC](https://meta.discourse.org/t/matomo-analytics/33090/61 "2022-06-27T14:18:35Z")

</div>

بعض الميزات مفقودة في مكون السمة هذا. مثل إعدادات عدم التتبع وملفات تعريف الارتباط. للامتثال للائحة العامة لحماية البيانات (GDPR) بدون الموافقة على ملفات تعريف الارتباط، يلزم التأكد من تعطيل ملفات تعريف الارتباط المتعقبة وأن لدى الأشخاص وسيلة للاختيار من تتبع.

لذلك، يجب تضمين الأجزاء التالية:

```plaintext
  _paq.push(['setDoNotTrack', true]);
  _paq.push(['disableCookies']);

```

أم أن هذه الإضافة تعمل بطريقة مختلفة؟ مجرد افتراض بما أنني لا أراها هنا ولا عندما أبحث عن `donottrack` في هذا المستودع.

[https://github.com/discourse/discourse-matomo-analytics/blob/main/common/head\_tag.html](https://github.com/discourse/discourse-matomo-analytics/blob/main/common/head_tag.html)

تتيح واجهة الويب Matomo أيضًا إضافة هذين السطرين paq بسهولة. ربما إضافة هذه الخيارات إلى إضافة Discourse للتكوين السهل؟

 ![Screenshot_20220628-060312](https://global.discourse-cdn.com/meta/original/4X/1/d/a/1dadc32fa716af58bcc6510fe9710aa41c046ac5.png)

* * *

سأختبر هذا الالتزام، إذا كان يعمل بشكل جيد سأقدم طلب سحب (PR).

> <https://github.com/kees-closed/discourse-matomo-analytics/blob/main/common/head_tag.html>

---

_[View the full topic](https://meta.discourse.org/t/matomo-analytics/33090)._
