Replies: 1 comment
-
@Evaldash Great idea! This is currently possible (alhough not super simple) by adding a filter on the add_filter('koko_analytics_referrer_blocklist', function($blocklist) {
$blocklist[] = 'paysera.com';
return $blocklist;
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My payment provider (Paysera) appears in the Referrers list. I would love to have the option to select which referers to ignore, and not include in the statistics.
Beta Was this translation helpful? Give feedback.
All reactions