Title: AdPriva
Author: AdPriva
Published: <strong>2026 年 8 月 1 日</strong>
Last modified: 2026 年 8 月 3 日

---

搜尋外掛

![](https://ps.w.org/adpriva/assets/banner-772x250.png?rev=3633569)

![](https://ps.w.org/adpriva/assets/icon-256x256.png?rev=3633569)

# AdPriva

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

[下載](https://downloads.wordpress.org/plugin/adpriva.1.0.2.zip)

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

 [技術支援](https://wordpress.org/support/plugin/adpriva/)

## 外掛說明

AdPriva verifies your traffic with cryptographic proofs so you can tell real, human
visits from
 abusive bots. Install the plugin, click **Connect with AdPriva** (a
secure OAuth sign-in — no API keys to copy), and the plugin will:

 * Register and verify your site with AdPriva automatically.
 * Provision a site placement and load the AdPriva verification tag on your site
   from the AdPriva CDN.
 * Show a traffic & validity summary right on your WordPress dashboard, with a link
   to your full
    AdPriva console.

The plugin is self-sufficient inside wp-admin:

 * **Settings page** — control where the tag loads (post types, exclude logged-in
   users,
    administrators, or specific URLs), choose how it cooperates with consent
   plugins, toggle the dashboard widget, and (advanced) override the AdPriva endpoints.
 * **In-admin dashboard** — KPI cards, a human vs. bot verdict breakdown, and a 
   trend chart over the
    last 7, 30, or 90 days, all without leaving WordPress.

No personal data about your visitors is collected by this plugin. Verification happens
server-side at
 AdPriva using privacy-preserving signals.

#### Connecting

After activating, open the **AdPriva** menu in wp-admin and click **Connect with
AdPriva**. You will be
 sent to AdPriva to approve the connection for your organization,
then returned to your site — connected.

### External services

This plugin connects to AdPriva, a third-party service, to verify your traffic. 
This is required for
 the plugin to function.

**1. AdPriva API — `https://api.adpriva.com`**
 Used to: complete the “Connect with
AdPriva” sign-in (OAuth 2.0 authorization-code with PKCE), register and verify your
site’s domain, provision a site placement, and fetch your traffic summary and per-
day trend for the dashboard widget and the in-admin dashboard. Data sent: your site’s
domain, the OAuth authorization parameters, and the access token issued to this 
install. No visitor personal data is sent by the plugin. Terms: https://adpriva.
com/terms — Privacy Policy: https://adpriva.com/privacy

**2. AdPriva verification tag (CDN) — `https://cdn.adpriva-ads.com/tag.js`**
 Used
to: load the lightweight verification tag on your site’s front end (with your provisioned
placement ID) so AdPriva can verify traffic. The script is served from AdPriva’s
CDN. Terms: https://adpriva.com/terms — Privacy Policy: https://adpriva.com/privacy

### Privacy

 * The plugin stores a single option in your database holding the AdPriva connection:
   access/refresh
    tokens (encrypted at rest using your site’s WordPress salts),
   your placement ID, and your domain.
 * The plugin does not set cookies and does not collect or store your visitors’ 
   personal data.
 * You can disconnect at any time from the **AdPriva** settings page; this revokes
   the access token and
    deletes the stored connection. Uninstalling the plugin 
   removes all stored data.
 * Respecting consent: the tag only loads when connected and when your Settings  
   Tag targeting rules
    allow it, and a consent/privacy plugin can always suppress
   it via the `adpriva_should_load_tag` filter (the filter is the final override).
 * Settings are stored in a separate `adpriva_settings` option; they contain no 
   visitor data.

## 螢幕擷圖

[⌊The AdPriva dashboard — KPI cards, verdict breakdown, and a trend chart, inside
wp-admin.⌉⌊The AdPriva dashboard — KPI cards, verdict breakdown, and a trend chart,
inside wp-admin.⌉[

The AdPriva dashboard — KPI cards, verdict breakdown, and a trend chart, inside 
wp-admin.

[⌊The AdPriva Settings page — tag targeting, consent, dashboard, and advanced endpoint
controls.⌉⌊The AdPriva Settings page — tag targeting, consent, dashboard, and advanced
endpoint controls.⌉[

The AdPriva Settings page — tag targeting, consent, dashboard, and advanced endpoint
controls.

[⌊The AdPriva dashboard widget — verified events with a human vs. abusive-bot breakdown.⌉⌊
The AdPriva dashboard widget — verified events with a human vs. abusive-bot breakdown
.⌉[

The AdPriva dashboard widget — verified events with a human vs. abusive-bot breakdown.

## 安裝方式

 1. Upload the plugin to `/wp-content/plugins/adpriva`, or install it from the Plugins
    screen.
 2. Activate it.
 3. Open the **AdPriva** menu and click **Connect with AdPriva**.

## 常見問題集

### Do I need an AdPriva account?

Yes. The Connect button signs you in to AdPriva; you approve the connection for 
your organization.

### Does this collect my visitors’ personal data?

No. The plugin sends your site’s domain and the connection token to AdPriva. Traffic
verification is
 performed by AdPriva using privacy-preserving signals.

### How do I stop loading the tag?

Disconnect from the AdPriva settings page, or use the `adpriva_should_load_tag` 
filter to control it.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

[將〈AdPriva〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/adpriva)

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

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

## 變更記錄

#### 1.0.2

 * Fixed: the default AdPriva console address now points at console.adpriva.com.
   The “Open console” links in the dashboard, settings page, and widget previously
   went to the wrong AdPriva app unless you had set an endpoint override.

#### 1.0.1

 * Compliance: the Contributors field now lists the plugin owner’s WordPress.org
   account, as required for the directory listing.
 * Removed the unused Plugin URI header and hardened WordPress Plugin Check (strict
   mode) for a clean review. No functional changes.

#### 1.0.0

 * First stable release, submitted to the WordPress.org plugin directory.
 * Connect with AdPriva via OAuth 2.0 authorization-code with PKCE — no API keys
   to copy.
 * Loads the AdPriva verification tag from the CDN with your provisioned placement
   ID.
 * Settings page: tag targeting (post types, exclude logged-in users / administrators/
   URLs), consent integration mode, dashboard preferences, and advanced endpoint
   overrides.
 * In-admin dashboard and dashboard widget: KPI cards, human vs. bot verdict breakdown,
   and a 7/30/90-day trend chart.

#### 0.2.0

 * New: in-admin dashboard with KPI cards, verdict breakdown, and a 7/30/90-day 
   trend chart (no console trip needed).
 * New: Settings page — tag targeting (post types, exclude logged-in users / administrators/
   URLs), consent integration mode, dashboard preferences, and advanced endpoint
   overrides.
 * New: the dashboard widget can be toggled from Settings, and now links to the 
   in-admin dashboard.
 * Endpoint URLs resolve as: a wp-config constant wins, then a Settings override,
   then the built-in default.

#### 0.1.0

 * Initial release: Connect with AdPriva (OAuth + PKCE), CDN tag injection, and 
   a dashboard traffic widget.

## 中繼資料

 *  版本 **1.0.2**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/adpriva/)
 * 標籤:
 * [analytics](https://tw.wordpress.org/plugins/tags/analytics/)[bot detection](https://tw.wordpress.org/plugins/tags/bot-detection/)
   [privacy](https://tw.wordpress.org/plugins/tags/privacy/)[traffic quality](https://tw.wordpress.org/plugins/tags/traffic-quality/)
 *  [進階檢視](https://tw.wordpress.org/plugins/adpriva/advanced/)

## 評分

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

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

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

## 參與者

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

## 技術支援

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

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