This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/privacy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 142ddbe  added instruction for adding websites to matomo
142ddbe is described below

commit 142ddbe9c93be60ac6f609889b03b2b1c51ec54d
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue Jan 14 15:09:21 2025 +0100

    added instruction for adding websites to matomo
---
 _sass/_main.scss                          |   6 ++++
 images/create-matomo-site/add-website.png | Bin 0 -> 51416 bytes
 images/create-matomo-site/basic.png       | Bin 0 -> 63057 bytes
 images/create-matomo-site/permission.png  | Bin 0 -> 182987 bytes
 matomo/creating-a-new-site.md             |  49 ++++++++++++++++++++++++++++++
 matomo/index.md                           |   1 +
 6 files changed, 56 insertions(+)

diff --git a/_sass/_main.scss b/_sass/_main.scss
index 3df1475..8cc2c06 100644
--- a/_sass/_main.scss
+++ b/_sass/_main.scss
@@ -185,3 +185,9 @@ main {
     background: $main_background_color;
     font-family: $font;
 }
+
+main img {
+    max-width: 50%;
+    height: auto;
+    border: 1px solid #ddd;
+}
\ No newline at end of file
diff --git a/images/create-matomo-site/add-website.png 
b/images/create-matomo-site/add-website.png
new file mode 100644
index 0000000..7026ddc
Binary files /dev/null and b/images/create-matomo-site/add-website.png differ
diff --git a/images/create-matomo-site/basic.png 
b/images/create-matomo-site/basic.png
new file mode 100644
index 0000000..f3d0b01
Binary files /dev/null and b/images/create-matomo-site/basic.png differ
diff --git a/images/create-matomo-site/permission.png 
b/images/create-matomo-site/permission.png
new file mode 100644
index 0000000..e947bc5
Binary files /dev/null and b/images/create-matomo-site/permission.png differ
diff --git a/matomo/creating-a-new-site.md b/matomo/creating-a-new-site.md
new file mode 100644
index 0000000..7bfa921
--- /dev/null
+++ b/matomo/creating-a-new-site.md
@@ -0,0 +1,49 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+layout: default
+---
+
+# Adding a Matomo website
+
+- Login to analytics.apache.org
+- Click on "All Website" on the top right
+- Click on the "Add a new website" button on the bottom of the following page
+
+![Add a new website](/images/create-matomo-site/add-website.png)
+
+- When asked "What would you like to measure?" choose "Website"
+- Fill out the form, use the projects name (like: Apache ORC)) as the name, 
and add the URL as URL (https://orc.apache.org)
+- Mark "Only track visits..." to prevent tracking spam
+- Change "Time Zone" (on the bottom) to UTC
+- Click "Save"
+
+![Basic settings](/images/create-matomo-site/basic.png)
+
+- Click on "Systems", then "Users"
+- Make sure the role for the recent project is edited
+- Change the "anonymous" role to "view"
+
+![Permissions](/images/create-matomo-site/permission.png)
+
+- Go back to "Websites", then "Manage". Choose the website to manage and click 
"View Tracking Code"
+- Open "Advanced Settings"
+- Enable "DoNotTrack detection"
+- Enable "Disable all tracking cookies"
+- Copy the updated tracking code, send it to the user
+
diff --git a/matomo/index.md b/matomo/index.md
index 7321708..f5ff3df 100644
--- a/matomo/index.md
+++ b/matomo/index.md
@@ -59,6 +59,7 @@ Details on collected information can be found in the [Privacy 
Policy for public
 
 ## Matomo Details
 
+ - [Adding a new website](/matomo/creating-a-new-site.html)  
  - [Perform a Matomo upgrade](/matomo/upgrade-matomo.html)  
    *(members of the ASF Privacy Committee)*
  - [Matomo Help Center](https://matomo.org/help/)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to