stenvdb/craft-fathom-analytics
Composer 安装命令:
composer require stenvdb/craft-fathom-analytics
包简介
Statistics and chart widgets for Fathom analytics.
README 文档
README
Statistics and chart widgets for Fathom Lite.
A word about privacy & Fathom
If you care about privacy and website-analytics, I encourage you to read some of my toughts about it, explaining why I made the move from Google Analytics to Fathom.
TL;DR
Fathom is a Google Analytics alternative. They offer Fathom Lite, which is free and you can self-host. Thereby no data is being shared with third party services.
Although Fathom Lite does not collect any personally identifiable information (and is GDPR compliant), it currently still uses a cookie (and is not PECR compliant without a cookie notice). If you need a cookie-free solution, I suggest switching to Fathom Pro. Fathom Lite might become cookie-free in a future update though 🤞.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later and Fathom Lite
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require stenvdb/craft-fathom-analytics -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Fathom Analytics.
Fathom Analytics Overview
This plugin only works with Fathom Lite, the self-hosted open source version. Reasons being Fathom does not have an official documented API. Once Fathom releases a documented API (which might be in the works), I'll consider providing support for Fathom Pro. In the meantime, this plugin uses Fathom's already great internal API.
Configuring Fathom Analytics
This plugin obviously requires Fathom running on one of your servers. Once it is up and running (which is super easy), configure Fathom Analytic's settings in a config/fathom-anaytics.php file (multi-site config is supported). See an example below:
<?php
return array(
'*' => array(
// The domain name where Fathom is hosted. This is also the URL where the tracker code is pointed to.
'baseUri' => '$FATHOM_BASE_URI',
// The tracking ID of this site. You can find the ID in your tracking code snippet, e.g.: ABCDE
'trackingId' => '$FATHOM_TRACKING_ID',
// You can also use multi-site config values, e.g.
// 'trackingId' => [
// 'default' => '$FATHOM_TRACKING_ID',
// '<...>' => '<...>'
// ]
'username' => '$FATHOM_USERNAME',
'password' => '$FATHOM_PASSWORD',
// Automatically inject a tracking script in your site
'injectTracking' => false,
),
'production' => [
'injectTracking' => true,
],
);
Tracking Code Snippet
When enabling injectTracking setting, the tracking snippet (editable in the plugin settings) will automatically be injected into the head section of your site.
This is disabled by default.
Alternatively you can use the following code snippet to force the code injection in your template:
{% do craft.fathomAnalytics.inject() %}
Fathom Analytics Roadmap
- Support Fathom Pro
- Entry tracking report field (on a per entry basis)
- Have an idea? Let me know
stenvdb/craft-fathom-analytics 适用场景与选型建议
stenvdb/craft-fathom-analytics 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.75k 次下载、GitHub Stars 达 9, 最近一次更新时间为 2020 年 02 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cms」 「Craft」 「craftcms」 「craft-plugin」 「fathom analytics」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 stenvdb/craft-fathom-analytics 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 stenvdb/craft-fathom-analytics 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 stenvdb/craft-fathom-analytics 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Expand, collapse, change the status of, or delete multiple blocks in a Matrix field simultaneously.
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Supercharged text field validation.
Integrate with Snipcart.
Restrict user registration by domain in Craft CMS, allows you to limit who can register for your site based on their email address.
统计信息
- 总下载量: 3.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-11
