{"id":1302,"date":"2022-10-27T17:33:00","date_gmt":"2022-10-27T15:33:00","guid":{"rendered":"https:\/\/apfelcast.com\/?p=1302"},"modified":"2022-10-27T17:33:00","modified_gmt":"2022-10-27T15:33:00","slug":"matomo-google-analytics-alternative-kostenlos-und-dsvgo-konform","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2022\/10\/27\/matomo-google-analytics-alternative-kostenlos-und-dsvgo-konform\/","title":{"rendered":"Matomo &#8211; Google Analytics Alternative kostenlos und DSVGO konform"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n <div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iTWF0b21vIC0gR29vZ2xlIEFuYWx5dGljcyBBbHRlcm5hdGl2ZSBrb3N0ZW5sb3MgdW5kIERTVkdPIGtvbmZvcm0iIHdpZHRoPSI3MjAiIGhlaWdodD0iNDA1IiBzcmM9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL29EUTFYZGlxTWZzP2ZlYXR1cmU9b2VtYmVkIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3c9ImFjY2VsZXJvbWV0ZXI7IGF1dG9wbGF5OyBjbGlwYm9hcmQtd3JpdGU7IGVuY3J5cHRlZC1tZWRpYTsgZ3lyb3Njb3BlOyBwaWN0dXJlLWluLXBpY3R1cmUiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\"><div class=\"brlbs-cmpnt-cb-preset-a\"> <p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p> <div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div><\/div>\n<\/div><\/figure>\n\n\n\n<p>In diesem Video stelle Ich dir Matomo vor &#8211; eine kostenlose und DSGVO konforme Alternative zu Google Analytics, mit der du den Traffic deiner Website \u00fcberwachen &amp; analysieren kannst. Au\u00dferdem zeige ich dir in diesem Video wie du Matomo mit deiner WordPress Website verbinden kannst.<\/p>\n\n\n\n<p>\u00bb Pers\u00f6nlicher Chat Support &amp; exklusive OpenSource Tutorials: <a href=\"https:\/\/patreon.com\/apfelcast\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/patreon.com\/apfelcast<\/a><\/p>\n\n\n\n<p>\u00bb Im Video verwendete Befehle:<\/p>\n\n\n\n<p>\u00bb WordPress &amp; Matomo DSGVO konform einrichten: <a href=\"https:\/\/pringuin.de\/magazin\/digitalisierung\/matomo-datenschutzkonform\">https:\/\/pringuin.de\/magazin\/digitalisierung\/matomo-datenschutzkonform<\/a><br>\u00bb Matomo Website: <a href=\"https:\/\/matomo.org\">https:\/\/matomo.org<\/a><\/p>\n\n\n\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&amp;formatId=1\"><\/script><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Im Video verwendete Befehle:<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">## create directories ##\nmkdir -p matomo\/web &amp;&amp; mkdir -p matomo\/db\n\n## create docker-compose ##\ncd matomo\nnano docker-compose.yml\n\nversion: '2.1'\n\nservices:\n\n  matomo:\n    image: matomo\n    restart: always\n    ports:\n      - 8081:80\n    environment:\n      - MATOMO_DATABASE_HOST=db\n      - MATOMO_DATABASE_TABLES_PREFIX=mat_\n      - MATOMO_DATABASE_USERNAME=matomo\n      - MATOMO_DATABASE_PASSWORD=matomo\n      - MATOMO_DATABASE_DBNAME=matomo\n    volumes:\n      - \/root\/matomo\/web:\/var\/www\/html\n    links:\n      - db:db\n\n  db:\n    image: yobasystems\/alpine-mariadb:latest\n    restart: always\n    environment:\n      MYSQL_DATABASE: matomo\n      MYSQL_USER: matomo\n      MYSQL_PASSWORD: matomo\n      MYSQL_RANDOM_ROOT_PASSWORD: '1'\n    volumes:\n      - \/root\/matomo\/db:\/var\/lib\/mysql\n\t  \n\t  \n## start container ##\ndocker-compose up -d<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In diesem Video stelle Ich dir Matomo vor &#8211; eine kostenlose und DSGVO konforme Alternative&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1303,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1302","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2022\/10\/thumbnail_matomo-2-1024x576.jpg",1024,576,true],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=1302"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1302\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/1303"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=1302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=1302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=1302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}