[WordPress] 外掛分享: Wirtualna Polska Pixel

WordPress 外掛 Wirtualna Polska Pixel 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Wirtualna Polska Pixel」是 2021-09-20 上架。
  • 目前有 100 個安裝啟用數。
  • 上一次更新是 2023-12-12,距離現在已有 509 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wppixel |

外掛標籤

pixel | track | wppixel |

內容簡介

r />

WordPress 外掛 – WP Pixel

Pixel – 資訊

WP Pixel 是一個用於分析網站訪客行為以及增加 WP 網站廣告效果的工具。

WP Pixel 用於分析訪客行為(轉換分析)。收集到的資訊可以用於分析轉換路徑和建立銷售渠道。

WP Pixel 代碼的資料可用於:
– 通過代碼收集的資訊增加轉換量。WP 可優化顯示的產品,以實現合作夥伴獲得最大轉換和銷售。
– 測量訪客參與度:我們會測量訪客在客戶的網站上的參與度。我們把用戶分組,包括“棄購的購物車”,“棄購的產品”。
– 對用戶進行產品推薦:WP 的工具可以將產品的顯示與訪客相匹配,該訪客曾經訪問過合作夥伴的網站或在網站上採取過預期的操作。由此,合作夥伴的產品可以在個性化機制中有效地與其他商店競爭。

WP Pixel 腳本如何運作?

WP Pixel 腳本是用 JavaScript 編寫的代碼,可記錄以下訪客行為:
– ViewContent – 在主頁上,產品類別頁面上以及產品詳細頁面上(即產品卡頁)上。
– Purchase – 在確認購買頁面上呼叫。此代碼可以嵌入付款之後的結帳頁面、由支付供應商提供的“感謝頁面”或訂單確認頁面中。
– AddToCart – 在添加產品到購物車之後的頁面上嵌入代碼,如點擊“添加到購物車”按鈕後顯示的頁面。

參數

參數是以 JSON 格式傳遞的對象。它們可提供有關訪客行為的其他資訊。

要將資訊格式化為對象作為 JSON,然後在調用 wph(\'track\') 函式時作為第三個參數傳遞。

可用參數列表

| 參數名稱 | 資料類型 | 說明 |
|—-|—|—|
|value|number|訂單金額。
示例:104.99|
|currency|string|預設值為 PLN,如果交易使用其他貨幣,可以添加貨幣信息。
示例:\'EUR\'
|name|string|產品名稱。
示例:\'可口可樂\'|
|content_category|string|分類名稱。
示例:\'飲料\'|
|content_ids|string[]|在產品成本中傳遞的產品 ID 數組。
示例:[\’ID\’, \’ID\’, \’ID\’]|
|transaction_id|string|唯一的訂單識別碼。
示例:\'ID\'|
|mvalue|string|點擊產品上的銷售差額。
示例:\'15.50\'|
|in_stock|bolean|表示產品是否有庫存。
示例:true|
|price|number|產品單價。
示例:123.90
|sizes|string[]|產品大小陣列。

原文外掛簡介

WPH Pixel is used to analyze the activities of users visiting the website (conversion analysis). The collected data can be used, for example, to analyze the effectiveness of the conversion path and build a sales funnel.
FEATURES
Data from WP codes are used for:

Increasing the number of conversions. WP has the ability to optimize the displayed products so that the Partner obtains the largest possible number of conversions and sales.
Determining user engagement: We examine the degree of user engagement in the content on the client’s website. We segment users into groups including: “abandoned carts”, “abandoned products”.
Personalizing product offers for users: Tools created by WP match the display of products to the right users who visited the partner’s website or took an expected action on the site. Thanks to this, the Partner’s products can effectively compete with other stores within the framework of personalization mechanisms.

More info: https://ads.wp.pl/help/pixel/
HOW DOES THE WPH PIXEL SCRIPT WORK?
The WP Pixel script is a code written in JavaScript that records the following user actions on the website:

ViewContent – On the home page, on product category pages and on pages with specific products (product cards).
Purchase – invoked on the purchase confirmation page (the last step in the purchasing path). The code can be embedded after completing the payment, on the so-called ThankYouPage immediately after returning from the payment provider or on the order confirmation page.
AddToCart – On the page/event of adding products to the cart (e.g. click, displaying the landing page after clicking the “Add to cart” button)

PARAMETERS
Parameters are objects passed in JSON. They provide additional information about the activities of users visiting the website.
To add parameters to an object, format the data as an object with JSON and include it as the third parameter of the function when calling wph(\’track\’).
LIST OF PARAMETERS

value (type: number)
Order value
example: 104.99

currency (type: string)
The default value is set in PLN, if the transaction took place in another currency, you can add information in which currency,
example: ‘EUR’

name (type: string)
product name
example: ’coca-cola’

content_category (type: string)
Category name,
example: ’soda’

content_ids (type: string[])
An array of product IDs provided in the product feed,
example: [‘ID1’, ‘ID2’, ‘ID3’]|

transaction_id (type: string)
Unique order ID
example: ‘ID001’

mvalue (type: string)
Margin on a given click
example: ’15.50’

in_stock (type: bolean)
Information whether the product is available
example: true

price (type: number)
Price of a single product
example: 123.90

sizes (type: string[])
Size chart assigned to the product
example: [’s’, ’m’, ’l’, ’xl’]

shipping_cost (type: number)
Shipping cost
example 22.55

discount_code (type : string)
Discount code
example: ’QWERTY123’

quantity (type: number)
Number of units
example: 3

contents (type: CustomProduct[])
List of products with identifiers associated with the product feed and additional informations.|
example:
[
{
id: ‘PRODUCT_ID’,
name: ‘PRODUCT_NAME’,
price: 20.15,
quantity: 2,
in_stock: true,
sizes: [‘SX’, ‘L’]
}
]

VERIFICATION
After installing the pixel on your website, open any page of the website where the pixel is located. If the pixel is installed correctly, it will send information to analytical systems.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Wirtualna Polska Pixel」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | 1.0.2 | 1.2.0 | 1.2.1 | 1.2.2 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon