From 248e04aef526899bd73764b11a78629e585f07d0 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Thu, 7 Jul 2022 00:24:51 +0200 Subject: [PATCH] Fix outdated URLs that point to the Clickmap service Fixes #182 --- README.rst | 2 +- docs/services/clickmap.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8cab4b77..2fd9f129 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ Currently Supported Services * `Yandex.Metrica`_ web analytics .. _`Chartbeat`: http://www.chartbeat.com/ -.. _`Clickmap`: http://getclickmap.com/ +.. _`Clickmap`: http://clickmap.ch/ .. _`Clicky`: http://getclicky.com/ .. _`Crazy Egg`: http://www.crazyegg.com/ .. _`Facebook Pixel`: https://developers.facebook.com/docs/facebook-pixel/ diff --git a/docs/services/clickmap.rst b/docs/services/clickmap.rst index 5ee01922..d3d9b9fb 100644 --- a/docs/services/clickmap.rst +++ b/docs/services/clickmap.rst @@ -2,9 +2,10 @@ Clickmap -- visual click tracking ================================== -`Clickmap`_ is a real-time heatmap tool to track mouse clicks and scroll paths of your website visitors. Gain intelligence about what's hot and what's not, and optimize your conversion with Clickmap. +`Clickmap`_ is a real-time heatmap tool to track mouse clicks and scroll paths of your website visitors. +Gain intelligence about what's hot and what's not, and optimize your conversion with Clickmap. -.. _`Clickmap`: http://www.getclickmap.com/ +.. _`Clickmap`: http://www.clickmap.ch/ .. clickmap-installation: @@ -44,7 +45,7 @@ Before you can use the Clickmap integration, you must first set your Clickmap Tracker ID. If you don't have a Clickmap account yet, `sign up`_ to get your Tracker ID. -.. _`sign up`: http://www.getclickmap.com/ +.. _`sign up`: http://www.clickmap.ch/ .. _clickmap-tracker-id: @@ -72,6 +73,6 @@ Internal IP addresses Usually you do not want to track clicks from your development or internal IP addresses. By default, if the tags detect that the client comes from any address in the :const:`ANALYTICAL_INTERNAL_IPS` setting -(which is :const:`INTERNAL_IPS` by default,) the tracking code is +(which is :const:`INTERNAL_IPS` by default,) the tracking code is commented out. See :ref:`identifying-visitors` for important information about detecting the visitor IP address.