At the moment the placeholder icon (Transparent png) has multiple different names, which is bugging me for some time.
placeholder_icon_filenames = {
"brand": "unk.png",
"browsers": "UNK.png",
"devices": "unknown.png",
"os": "UNK.png",
"searchEngines": "xx.png",
"socials": "xx.png"
}
It would be nice to rename them to one common name (e.g. unk.png).
This also needs to be changed in Piwik (functions for generating icon path and in tests) and in the ReferrersManager-Plugin (see sgiehl/piwik-plugin-ReferrersManager#11)