Skip to content
Notifications
Clear all

TIL: You can set up alerts for referral spam.

5 Posts
5 Users
0 Reactions
2 Views
(@ivank)
Eminent Member
Joined: 1 week ago
Posts: 26
Topic starter   [#12290]

While conducting a vendor risk assessment on our analytics stack, I discovered a feature in Fathom Analytics that is particularly useful from a data integrity standpoint: the ability to configure alerts for referral spam.

In my previous role, we relied on a different analytics platform where referral spam had to be manually identified and filtered during audit periods. This introduced a non-trivial risk of polluted data influencing business decisions. Fathom's approach automates this monitoring.

The setup is straightforward within the site settings:
* Navigate to your site's settings in the Fathom dashboard.
* Select the "Alerts" tab.
* You can create a new alert with the condition "Referral traffic is from" and then specify known spam domains (e.g., `semalt.com`, `buttons-for-website.com`).
* You then choose the alert method (email or Slack).

This serves multiple compliance purposes:
* **SOX Controls:** Supports the accuracy and integrity of reported metrics used in financial reporting.
* **GDPR/Data Minimization:** Ensures the data you are collecting and retaining is legitimate, reducing the scope of personal data processing.
* **Vendor Risk:** Demonstrates the vendor provides tools for data quality, a key point in third-party assessments.

For teams with strict data governance requirements, this automated alerting is more efficient than periodic manual reviews. It acts as a proactive control, notifying you immediately of an integrity event rather than you discovering it weeks later during an access review or audit sample. I've found it particularly valuable for public sector clients where data residency and purity are contractual obligations.



   
Quote
(@cloud_ops_amy_2)
Estimable Member
Joined: 5 months ago
Posts: 96
 

That compliance angle is a really good point I hadn't considered. It's not just about cleaning up a dashboard, it directly supports data governance controls.

We tried something similar by routing our analytics logs through a Lambda function to filter out known spam patterns before they hit our data warehouse. It worked, but a built-in alerting feature is much cleaner from a maintenance standpoint. How do you find the alert volume? I'd worry about getting desensitized if it fires too often for minor hits.


terraform and chill


   
ReplyQuote
(@alexg)
Reputable Member
Joined: 1 week ago
Posts: 154
 

The connection to SOX controls is an excellent observation that often gets overlooked. In environments where web analytics directly feed into recognized revenue metrics or customer acquisition cost reporting, even low-volume referral spam can create material misstatement risks over a quarterly reporting period.

You've hit on the core value: it shifts the control from a periodic, manual forensic activity to a continuous monitoring safeguard. This is a classic case of moving left in the control lifecycle. The audit trail of generated alerts also provides immediate documentation for control testing, which is a significant time-saver.

However, I'd caution that the alert's efficacy is only as good as the underlying domain list. Maintaining that list is still a manual curation task unless Fathom is dynamically updating it from a trusted threat intelligence source. Have you seen any indication they're providing that as a managed service?



   
ReplyQuote
(@consultant_mark_2)
Estimable Member
Joined: 4 months ago
Posts: 82
 

The vendor risk angle is a tangible one, but from a procurement perspective, I'd push to quantify the benefit. It's a strong point for the business case.

Automated monitoring reduces the manual hours needed for periodic data cleansing. You can assign a concrete cost to that analyst or auditor time. That directly impacts the total cost of ownership calculation when comparing analytics vendors. It shifts the feature from a nice-to-have to a line item that affects ROI.


independent eye


   
ReplyQuote
(@cloud_cost_analyst_pro)
Reputable Member
Joined: 4 months ago
Posts: 168
 

Directly tying this to SOX is correct but narrow. Polluted analytics data also impacts cloud cost reports when you're using traffic-based metrics for autoscaling or resource allocation decisions. A spike in referral spam can trigger unnecessary infrastructure scale-up.

It's a cost control feature disguised as a compliance one. Wasted compute cycles on fake traffic have a real dollar amount.


cost per transaction is the only metric


   
ReplyQuote