前言介紹
- 這款 WordPress 外掛「Publisher Common ID」是 2019-06-09 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2019-06-11,距離現在已有 2451 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.7.2 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
pycnvr |
外掛標籤
itp | cookie | prebid | pubcid | safari |
內容簡介
Publisher Common ID (PubCID) 是一個以隱私為中心的第一方 cookie 解決方案。PubCID 建立時考慮到消費者隱私,不會跨域同步 ID,所以您的域名生成的 ID 是您自己可以與其他人分享的。由於生成的使用者 ID 是特定於網站的,所以不會因時間而降低 ID 的匹配率,提高了用戶匹配率。此外,因為可以大幅減少向各方發送多個請求造成的延遲問題,從而提高用戶體驗、可視性和收益。
實施 PubCID 的出版者立即看到收益增加和用戶互動改善的效果。此解決方案是開源的、免費使用,且不需要任何聯盟成員身份。
技術描述
PubCID 外掛通過將 PubCID 作為服務端 cookie 重新編寫,以適應自定的到期時間。默認情況下,它只更新由其他來源生成的 cookie,也可以配置檢查同意字符串並直接生成 ID。
添加了新的 REST 端點,返回一個 1x1 像素的圖片以便更新 cookie。URL 為“/wp-json/pubcid/v1/extend/”。需要注意的是 URL 末尾的斜杠是必須的。可以在排除端點本身的情況下使用緩存。
與 Prebid 配合使用
需要使用 pubCommonId 模塊的 Prebid.js User Id。設置 params.pixelUrl 為“/wp-json/pubcid/v1/extend/”。
直接生成 ID
PubCID 外掛可配置為通過設置頁面設置中的 Consent Function 和 Generate Function 直接從您的域名生成 ID,如下所述。
Consent Function - 可以是自定義函數名稱,也可以是由其他插件提供的函數。如果有用戶同意應返回 true。如果省略,會被視為已獲得同意,並且許可是通過 JavaScript 等其他方式獲取的。
Generate Function - 指定 wp_generate_uuid4,它將返回一個隨機 UUID。
原文外掛簡介
Publisher Common ID (PubCID) is a privacy centric first party cookie solution. Built with consumer privacy in mind. PubCID does not sync IDs across domains so the IDs your domain generates are yours to share with whom you choose. Because the user IDs generated are site specific, there is no degradation of these IDs over time, improving user match rates. Additionally, latency issues generally caused by multiple call outs to various parties are significantly reduced, improving user experience, viewability and earnings.
Publishers that have implemented PubCID have seen an immediate lift in earnings and improvement in user interaction on their domain. This solution is open source, free to use, and does not require any consortium memberships.
Technical Description
The PubCID plugin supplements the JavaScript by rewriting PubCID as a server-side cookie to accommodate a custom expiration time frame. By default, it only updates cookies that have been generated by other sources and can also be configured to check consent strings and generate IDs directly.
A new rest endpoint is added that returns a 1×1 pixel and to update the cookie. The URL is ‘/wp-json/pubcid/v1/extend/’. The trailing slash is required. This allows caching to be used as long as the endpoint itself is excluded.
Working with Prebid
Requires Prebid.js User Id modules with pubCommonId. Set params.pixelUrl to ‘/wp-json/pubcid/v1/extend/’.
Generating ID Directly
The PubCID plugin can be configured to generate IDs directly from your domain by setting the Consent Function and the Generate Function in the settings of the page as outlined below.
Consent Function – This can be a custom function name, or a function provided by other plugins. It should return true if there is user consent. If omitted, it’s treated as having consent and the consent is derived from other means such as JavaScript.
Generate Function – Specify wp_generate_uuid4, this will return a random UUID.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Publisher Common ID」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。
