From a0d5f16b4307808119a5c93d2b732b237da3cb5d Mon Sep 17 00:00:00 2001 From: jrozanski Date: Mon, 27 Jan 2025 21:38:25 +0000 Subject: [PATCH] Formatting and Logo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0102a97..5a305fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Downloads][npm-downloads-src]][npm-downloads-href] [![Wide Angle][wideangle-src]][wideangle-href] - +![wide-angle-analytics-logo.png](assets/full_logo_color_light_transparent.png) Enable **privacy-friendly** web analytics in your Vue.js 3.x application with our official plugin. @@ -44,7 +44,7 @@ suppressDnt | Should script ingore Do Not Track browser setting. If not enabled, includeParams | An array of query parameters that can be passed as part of tracking event. By default only `utm_*` and `ref` parameters are passed in the event | :x: | `[]` | `['sessionId', 'offset']` excludePaths | An array of URL paths that should not trigger default events such as page view, page leave | :x: | `[]` | `['^/wp-admin/.*', ]` ignoreHash | If enabled, change in the URL fragment will not trigger page view event | :x: | false | true -consentMarker | Cookie (with or without) value which present implies consent and absence lack its lack | false | n/a | `WAA_CONSENT=true` +consentMarker | Cookie (with or without) value which present implies consent and absence lack its lack | :x: | n/a | `WAA_CONSENT=true` You will find more details about these settings in [Wide Angle Analytics documentation](https://wideangle.co/documentation/configure-site).