| 开发者 | albacross |
|---|---|
| 更新时间 | 2026年8月6日 21:18 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0.2 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Your client ID can be found by signing in on https://app.albacross.com/account/tracking?tab=wp and going to your settings.
Yes, an account is required — the plugin only installs the tracking script, while identification, enrichment and integrations happen in your Albacross workspace.
No. The tracking script is loaded asynchronously and in the footer, so it never blocks rendering of your pages. The plugin itself adds a single database option lookup per page load, loads no CSS or fonts, and adds nothing to your admin screens beyond one settings page.
Yes. The script tag is part of the page HTML, so it is cached and served like the rest of your page, and the tracking itself happens in the visitor's browser. Two things to check if you use aggressive optimisation settings:
serve.albacross.com and track.js to the exclusion list.track.js so the script keeps its own async loading.You can, but do not install the Albacross script twice. Use either this plugin or a GTM tag, not both.
For questions about the plugin itself, use the support forum. For questions about identification, data, billing or integrations, see the Albacross Help Center or contact Albacross support from inside the app.
albacross_should_load filter so consent management plugins can control when the script loads, and the albacross_client_id filter for programmatic configuration.