Title: Aiara Cookie Consent
Author: sidoraag
Published: <strong>2026 年 7 月 21 日</strong>
Last modified: 2026 年 7 月 21 日

---

搜尋外掛

![](https://ps.w.org/aiara-cookie-consent/assets/banner-772x250.png?rev=3595964)

![](https://ps.w.org/aiara-cookie-consent/assets/icon.svg?rev=3595964)

# Aiara Cookie Consent

 由 [sidoraag](https://profiles.wordpress.org/sidoraag/) 開發

[下載](https://downloads.wordpress.org/plugin/aiara-cookie-consent.1.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/aiara-cookie-consent/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/aiara-cookie-consent/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/aiara-cookie-consent/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/aiara-cookie-consent/#developers)

 [技術支援](https://wordpress.org/support/plugin/aiara-cookie-consent/)

## 外掛說明

**Aiara Cookie Consent** connects your WordPress website to **Aiara** — the Swiss
solution for cookie consent, privacy policy and legal notice by Sidora AG. The plugin
embeds the Aiara cookie banner seamlessly: you simply enter your Domain ID, and 
everything else is managed centrally in your Aiara account.

#### Features

 * **Cookie banner** — GDPR- and Swiss FADP-compliant banner with four layouts (
   bar, modal, corner, inline)
 * **Google Consent Mode v2** — full compatibility with Google Ads and Google Analytics
 * **Multilingual** — automatic language detection (German, French, Italian, English)
 * **Lightweight** — under 15 KB, no dependencies, no performance impact
 * **Script blocking** — automatically blocks tracking scripts until consent is 
   given
 * **Consent logging** — complete proof-of-consent documentation through your Aiara
   account
 * **Central management** — banner design, cookie database and legal texts are maintained
   in the Aiara dashboard

#### Requirements

An active **Aiara account** is required to operate this plugin (paid service). Sign-
up and pricing at [aiara.ch/pricing](https://www.aiara.ch/pricing).

### External services

This plugin is a connector to the cloud service **Aiara** (operated by Sidora AG,
Switzerland). Without this service the plugin has no function. The following connections
to `https://www.aiara.ch` are made:

 1. **Loading the banner script (front end, for your website visitors)**
     On every 
    public page the script `https://www.aiara.ch/banner/banner.iife.js` is loaded. 
    This script renders the cookie banner, manages consent, and blocks or unblocks 
    tracking scripts. Your configured **Domain ID** and the **API base URL** are passed
    as attributes. In order to load the script, the **visitor’s IP address** is transmitted
    to aiara.ch — as with any externally embedded resource. Visitors’ consent choices
    are logged through the Aiara service.
 2. **Connection test (admin, only on your action)**
     When you click “Test connection”
    in the plugin, WordPress sends your **Domain ID** to `https://www.aiara.ch/api/
    v1/banner/{domain-id}` and receives the associated hostname in return, in order
    to verify the configuration.

No other data is transmitted automatically. Use of the Aiara service is subject 
to the following terms:

 * Terms and Conditions: [https://www.aiara.ch/agb](https://www.aiara.ch/agb)
 * Privacy Policy: [https://www.aiara.ch/datenschutz](https://www.aiara.ch/datenschutz)

## 安裝方式

 1. Upload the plugin or search for “Aiara Cookie Consent” in the WordPress plugin 
    directory.
 2. Activate the plugin.
 3. Go to **Aiara** in the sidebar.
 4. Enter your Domain ID (found in the [Aiara dashboard](https://www.aiara.ch/client/domains)).
 5. Click “Save settings”.

The cookie banner now appears automatically on every page of your website.

## 常見問題集

### Do I need an Aiara account?

Yes. The plugin embeds the Aiara cloud service and has no function without an active
account. Sign up at [aiara.ch/pricing](https://www.aiara.ch/pricing).

### Where do I find my Domain ID?

In the [Aiara dashboard](https://www.aiara.ch/client/domains) under your domain,
in the “Embed script” tab.

### Does the plugin work with WordPress Multisite?

Yes. Settings are stored per site, so every site in the network enters its own Domain
ID under **Aiara** in its own site admin. Note that each site needs its own domain
in your Aiara account, because the banner configuration is bound to the registered
hostname.

### Does the plugin work with caching plugins?

Yes. The banner script is loaded client-side and manages the consent state via cookies.
It is fully compatible with WP Super Cache, W3 Total Cache, LiteSpeed Cache and 
other caching solutions.

### Does the plugin support Google Consent Mode v2?

Yes. The Aiara banner integrates Google Consent Mode v2 automatically. No additional
configuration is required.

### Can I categorize scripts manually?

Yes. Add the `data-cookie-category` attribute to your script tags:

    ```
    <script src="..." data-cookie-category="analytics" type="text/plain"></script>
    ```

Available categories: `analytics`, `marketing`, `functional`.

### Is Aiara suitable for Switzerland?

Yes. Aiara was built specifically for Swiss companies and meets both the revised
Swiss Federal Act on Data Protection (revFADP) and the EU GDPR.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Aiara Cookie Consent〉的開發相關工作。

參與者

 *   [ sidoraag ](https://profiles.wordpress.org/sidoraag/)

[將〈Aiara Cookie Consent〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/aiara-cookie-consent)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/aiara-cookie-consent/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/aiara-cookie-consent/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/aiara-cookie-consent/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/aiara-cookie-consent/)。

## 變更記錄

#### 1.1.2

 * Maintenance release: no functional changes (re-issued to trigger the plugin directory
   release process)

#### 1.1.1

 * Multisite: uninstall now removes plugin options on every site in the network (
   previously only on the main site)
 * Documentation: added Multisite FAQ

#### 1.1.0

 * Front-end script is now enqueued through the WordPress script queue (`wp_enqueue_script`)
 * All admin messages are fully translatable (i18n)
 * Added translation template (.pot)
 * Cleanup and preparation for release on the WordPress plugin directory

#### 1.0.0

 * Initial release
 * Cookie banner integration via the Aiara service
 * Dedicated branded admin page
 * Connection test for API validation
 * Enable/disable toggle
 * Google Consent Mode v2 support
 * Script blocking documentation

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/aiara-cookie-consent/)
 * 標籤:
 * [consent](https://tw.wordpress.org/plugins/tags/consent/)[cookie](https://tw.wordpress.org/plugins/tags/cookie/)
   [cookie banner](https://tw.wordpress.org/plugins/tags/cookie-banner/)[GDPR](https://tw.wordpress.org/plugins/tags/gdpr/)
   [privacy](https://tw.wordpress.org/plugins/tags/privacy/)
 *  [進階檢視](https://tw.wordpress.org/plugins/aiara-cookie-consent/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/aiara-cookie-consent/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/aiara-cookie-consent/reviews/)

## 參與者

 *   [ sidoraag ](https://profiles.wordpress.org/sidoraag/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/aiara-cookie-consent/)