前言介紹
- 這款 WordPress 外掛「Avacy CMP」是 2024-07-22 上架。
- 目前有 400 個安裝啟用數。
- 上一次更新是 2025-05-02,距離現在已有 2 天。
- 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
jumptech |
外掛標籤
GDPR | consent | cookie banner | cookie consent | Privacy Policy |
內容簡介
### 摘要:
WordPress同意解決方案外掛是一個強大的工具,讓網站擁有者可以輕鬆配置同意管理平台(CMP)並預先阻止網站上的所有追蹤器。這個外掛通過提供用戶管理追蹤技術同意偏好的能力,確保符合隱私法規。
### 問題與答案:
1. 這個WordPress Consent Solution Plugin的功能是什麼?
- 功能包括同意管理平台(CMP)、可自定義的Cookie橫幅、同意記錄和追踪器預防性阻止。
2. 什麼是Avacy,它是如何幫助網站?
- Avacy是一個基於SaaS的CMP,有助於網站高效管理用戶同意並符合數據保護法規,並提供可自定義的同意形式,可與各種網站無縫集成。
3. 如何在網站上使用Cookie橫幅?
- 配置完成後,Cookie橫幅將自動出現在您的網站上,用戶可以通過這些橫幅管理他們的同意偏好。
4. 預先阻止追踪器如何運作?
- 追踪器基於AWS內容交付網絡上的黑名單JSON文件進行預先防止,每次加載網站頁面時,Avacy檢查当前頁面中注入的腳本是否包含符合黑名單中模式的字符串,並覆蓋一些屬性並阻止腳本。
原文外掛簡介
Overview
The WordPress Consent Solution Plugin is a powerful tool that empowers website owners to easily configure a Consent Management Platform (CMP) and preemptively block all trackers on their website. This plugin ensures compliance with privacy regulations by providing users with the ability to manage their consent preferences for tracking technologies.
Features
Consent Management Platform (CMP)
User-Friendly Interface: The plugin offers an intuitive dashboard for configuring and customizing the Consent Management Platform to suit your website’s needs.
Customizable Cookie Banners: Easily create and customize consent banners to inform users about the use of trackers on your website.
Consent Logging: Keep track of user consent preferences and ensure compliance with privacy regulations.
Tracker Preemptive Blocking
Comprehensive Tracker Database: The plugin includes a regularly updated database of known trackers. It enables you to preemptively block these trackers, enhancing user privacy.
The plugin preemptively blocks all the scripts that might contain a string in the src attribute or in the inner HTML that matches the strings you can configure on Avacy for each vendor.
Avacy is a SaaS-based CMP that helps websites manage user consents efficiently and in compliance with data protection regulations. The platform offers customizable consent forms and integrates seamlessly with various web properties.
Usage
Cookie Banners:
Cookie banners will automatically appear on your site once configured.
Users can manage their consent preferences through these banners.
Tracker Control:
Trackers are preemptively blocked based on a blacklist JSON file hosted on an AWS content delivery network.
Every time a page in the website is loaded, Avacy checks if scripts injected in the current page have src attribute or the innerHTML property containing a string matching the patterns in the blacklist and, if so, overrides some attributes and blocks the script.
Every script blocked this way will be launched only if user grants consent to the corresponding vendor and purposes by opting-in from the first layer or by selecting the vendor and its purposes from the second layer (the preference center).
CDN Information
The CDN used by Avacy is CloudFront, pointing to the following S3 bucket:
https://avacy-cdn.s3.eu-central-1.amazonaws.com/
https://assets.avacy-cdn.com/
Integration Example
Each custom vendor list can be reached using the following format:
https://assets.avacy-cdn.com/config/{avacy_team_name}/{avacy_webspace_key}/custom-vendor-list.json;
Explanation
Base Url: The base URL for the configuration file is https://assets.avacy-cdn.com/config/.
avacy_team_name: This option should be replaced with your specific tenant identifier. This is a unique identifier for your organization within Avacy.
avacy_webspace_key: This option should be replaced with your specific webspace key. This is a unique identifier for your specific webspace within your tenant’s account.
Example URL
Assuming the following:
Tenant ID: tenant123
Webspace Key: webspace456
The URL to access the custom vendor list would be:
https://assets.avacy-cdn.com/config/tenant123/webspace456/custom-vendor-list.json
Account Requirements
To connect to and utilize Avacy’s services, you need an active Avacy account with valid credentials, which include:
Tenant ID: Provided upon registration with Avacy.
Webspace Key: Generated after creating a new web space on Avacy.
Ensure you have these credentials available to correctly generate the URLs needed for integration.
Avacy Consent Solution API
The plugin provides an interface that allows connecting to your consent archive on Avacy. To do this, it’s necessary to generate a token from the Avacy platform and insert it into the Token field in the API token tab. This way, all the forms present on the page will be visible, and it will be possible to select various options, including:
the ability to store consents given for that specific form in the consent archive;
the fields to store for that form;
a field to identify the user who has given the consent to be stored in the archive.
Everytime a user submits his data from a contact form, Avacy will perform a POST request towards Avacy Consent API, using the previously generated token as authenticator.
Under What Circumstances is Avacy Used?
Avacy is utilized whenever users provide consent through forms or interactions on your WordPress site. The plugin sends this consent data to Avacy’s servers for storage and processing.
Avacy Service Link
For more information about Avacy and its features, visit Avacy’s website.
Avacy Terms of Use and Privacy Policies
Avacy uses 3rd party services as the Avacy REST API and AWS distributions to provide assets as the blacklist JSON file.
Before integrating Avacy with this plugin, please review the Avacy Terms of use and Privacy Policy to understand how your data is handled and what responsibilities you have as a user of their service.
We welcome your feedback and suggestions to improve the functionality of the plugin.
Disclosure of Third-Party Service Usage
Our plugin utilizes third-party services to enhance its functionality. Below, we detail the specific circumstances under which these services are used, along with links to the respective service providers, their terms of use, and privacy policies.
Services Utilized
Amazon Web Services (AWS) is a leading cloud platform offering a wide range of services, including computing power, storage, and networking, as well as advanced technologies like machine learning and IoT. AWS is designed for flexibility, scalability, and service reliability.
AWS CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to users globally with low latency and high transfer speeds.
The URLs https://jumpgroup.avacy-cdn.com and https://assets.avacy-cdn.com are custom domains provided to access the AWS CloudFront service. Each asset is fetched from these URLs.
Script Enqueuing
Script enqueuing involves dynamically adding the main JavaScript core in order to display the cookie banner on your page. This method ensures that scripts are loaded only when needed, reducing page load times and improving performance.
Configuration Fetching
CMP configuration fetching is used to dynamically load the latest CMP configuration settings and vendor lists from a remote server. This process ensures that the plugin operates with the most current data, improving security, compatibility, and functionality.
Service Provider Information
Service URL: Amazon Web Services
Privacy Policy: AWS Privacy Policy
Terms of Use: AWS Terms of Use
Legal Protection
For your protection and to ensure transparency, we disclose the reliance on third-party services within our plugin. The URLs above provide detailed information on the terms of use and privacy policies of AWS. Users are encouraged to review these documents to understand the terms and conditions under which these third-party services operate.
By using our plugin, you acknowledge and agree to these terms and conditions. If you have any questions or concerns, please refer to the provided links or contact us directly for more information.
License
This WordPress Consent Solution Plugin is licensed under the GNU General Public License v2.0 or later.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Avacy CMP」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | 1.0.9 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | trunk | $PLUGIN_VERSION |
延伸相關外掛(你可能也想知道)
Cookie Notice & Compliance for GDPR / CCPA 》Cookie Notice 提供簡單易定制的網站橫幅,以協助你的網站遵守歐盟 GDPR cookie 法律以及 CCPA 法規下的某些cookie同意要求,並與 Cookie Compliance 無縫集...。
Complianz – GDPR/CCPA Cookie Consent 》Complianz 是一款支援 GDPR、ePrivacy、DSGVO、TTDSG、LGPD、POPIA、APA、RGPD、CCPA/CPRA和PIPEDA 的插件,提供基於Cookie掃描結果的條件Cookie通知和自定義...。
OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. 》, 使用 Google 的字型服務,怎麼可能與 GDPR 不符呢?事實上,當使用者的瀏覽器要求字型時,他們的 IP 會被 Google 記錄並用於分析。, — Lifehacker, , OMG...。
GDPR Cookie Compliance – Cookie Banner, Cookie Consent, Cookie Notice – CCPA, DSGVO, RGPD 》使用這個強大且易於使用、廣受支持及完全免費的 WordPress 插件,讓你的網站符合與歐盟一般資料保護規範(GDPR)、加州消費者隱私法(CCPA)、德國數字化服務...。
iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + more 》p>iubenda 外掛是一個全方位、極易使用、由專業律師撰寫文字的合規解決方案,可快速掃描您的網站並自動配置,以適合您的特定設置。它支援 GDPR(DSGVO、RGPD...。
Cookie Information | Free GDPR Consent Solution 》這個外掛可以幫助你在符合 GDPR 條例的旅程中,提供免費的 Cookie 彈出視窗、同意記錄等功能。, 您知道嗎?如果您擁有一個商業網站,為了避免巨額罰款和消除...。
Termly – GDPR/CCPA Cookie Consent Banner 》Termly 的 GDPR Cookie Consent Banner 是 WordPress 中最簡便、有效、且流行之 cookie 同意外掛之一。透過 Termly 所提供之自訂 cookie 同意橫幅及 cookie ...。
Real Cookie Banner: GDPR & ePrivacy Cookie Consent 》這是一款專為 WordPress 網站設計的 Cookie 欄位和同意管理外掛程式,操作簡單且能依法合規。, 透過 Real Cookie Banner 的同意管理功能,您可以根據 GDPR 及...。
Local Google Fonts 》將使用的 Google 字體儲存在您的伺服器上,讓您的網站更符合 GDPR 條例 💯。, 約有 5,000 萬*個網站使用 Google Fonts,而在 2022 年一家德國法院裁定使...。
Disable and Remove Google Fonts | GDPR & DSGVO friendly 》透過停用佈景主題和外掛所載入的 Google 字型,提升前端表現。本外掛會儘可能地移除 Google 字型,但有些需要進行額外步驟,請參考這裡的詳細說明:從 WordPr...。
Usercentrics Cookiebot – Cookie Banner & Privacy Compliance for GDPR/CCPA/Google Consent Mode 》Cookiebot Consent Management Platform (CMP) 是一個易於使用且全自動的 WordPress Cookie 橫幅。它可符合 GDPR、LGPD、CCPA 及其他隱私法規,並通過讓網站...。
EU Cookie Law for GDPR/CCPA 》EU Cookie Law 是輕量、優雅且強大的解決方案,可遵循歐洲的 Cookie 法律、GDPR和CCPA,並提供彈出式選項以在接受前鎖定腳本。, 包括各種自定義選項,可完美...。
WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner 》WP AutoTerms 外掛可以協助你滿足 WordPress 網站可能需要遵循的各種法律要求,例如 CCPA 或 GDPR 法律,以及 Amazon 合作夥伴計劃要求有關聯連結披露聲明等...。
Contact Form 7 Image CAPTCHA, WPForms Image CAPTCHA, Contact Form 7 Spam Image CAPTCHA, WPForms Spam Image CAPTCHA, GDPR 》在你的Contact Form 7表單中添加一個SVG圖像驗證和蜜罐。這個驗證符合GDPR要求,因為圖像是內嵌的SVG格式,所以這個外掛程序不會像Google的ReCAPTCHA那樣通過...。
Disable Emojis (GDPR friendly) 》這個外掛可以禁用 WordPress 的新表情符號功能,符合 GDPR。, 注意:表情符號仍將正常工作,而內建支援表情符號的瀏覽器中,表情符號也將正常顯示。這個外掛...。