This month we have a big update to the site. We have restructured the data we publish to make it easier to use, increased the number of entries we publish, and we have laid the groundwork for internationalised versions of WhoTracks.Me - that means you can see how tracking differs between different countries.
Thanks to integration with Ghostery 8 we collected significantly more tracker data this month, covering 360 million page loads. This is spread over countries across the world, with Germany and the USA the most represented.
from plotly.offline import init_notebook_mode, iplot, offline
import plotly.graph_objs as go
from whotracksme.website.plotting.colors import cliqz_colors, palette
from whotracksme.website.plotting.utils import (
CliqzFonts,
div_output,
set_margins,
annotation,
set_line_style,
set_category_colors
)
import pandas as pd
init_notebook_mode()