[WordPress] 外掛分享: Easy Digital Downloads – Drip

WordPress 外掛 Easy Digital Downloads – Drip 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Easy Digital Downloads – Drip」是 2014-09-14 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2017-11-21,距離現在已有 2722 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.9.1 以上版本才可以安裝。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

davidhme | fatcatapps |

外掛標籤

edd | drip | email | Email Marketing | marketing automation |

內容簡介

Easy Digital Downloads - Drip 外掛是我們在 FatcatApps.com 為自己的使用需求而建立的,它整合了我們最喜歡的兩個工具:Easy Digital Downloads 和 Drip。

功能

1. 購買跟蹤
當顧客結帳時,以下事件將被觸發:
Made a purchase

此外,該外掛還跟蹤以下屬性:

value(購買產品的價格)
product_name(購買的產品名稱)
price_name(價格名稱 [如果您使用可變價格])

總的來說,對 Drip 的 API 呼叫如下:
{ “events”: [{ “email”: {email}, “action”: “Made a purchase”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }

2. 退款跟蹤
當顧客退款(付款狀態 = “退款”,以下事件將被觸發:
Refunded

此外,該外掛還跟蹤以下屬性:

value(購買產品的價格)
product_name(購買的產品名稱)
price_name(價格名稱 [如果您使用可變價格])

總的來說,對 Drip 的 API 呼叫如下:
{ “events”: [{ “email”: {email}, “action”: “Refunded”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }

3. 購物車廢棄物跟蹤
當付款狀態至少已為“待定”30分鐘或付款狀態更改為“廢棄”,以下事件將被觸發:
Abandoned cart

此外,該外掛還跟蹤以下屬性:

value(產品的價格)
product_name(產品名稱)
price_name(價格名稱 [如果您使用可變價格])

總的來說,對 Drip 的 API 呼叫如下:
{ “events”: [{ “email”: {email}, “action”: “Refunded”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }

4. 客戶生命週期價值(LTV)跟蹤
此外,該外掛還跟蹤稱為 lifetime_value 的自定義字段中的客戶生命週期價值。

如果客戶購買:
lifetime_value+={price}

如果客戶退款:
lifetime_value-={price}

有關更多信息,請參考本博客文章。

歡迎貢獻者

感謝 Chris Simmons (來自 WP BackItUp)和 Phil Derksen(來自 WP Simple Pay for Stripe)的貢獻。

你想看到更多改進嗎? 請考慮貢獻。 您可以在此提交拉取請求:https://github.com/davidhme/edd-drip

設置

請前往這裡以了解如何正確設置此外掛。

原文外掛簡介

Built for our own use at FatcatApps.com, Easy Digital Downloads – Drip integrates two of our favorite tools: Easy Digital Downloads and Drip.
Features
1. Purchase Tracking
When a customer checks out, the following event will be fired:
Made a purchase
The plugin also tracks the following properties:

value (Price of the product bought)
product_name (Name of the product bought)
price_name (The price_name [if you’re using variable pricing])

All in all, the API call to Drip will look like this:
{ “events”: [{ “email”: {email}, “action”: “Made a purchase”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }
2. Refund Tracking
When a customer refunds (payment status = “Refunded”, the following event will be fired:
Refunded
The plugin also tracks the following properties:

value (Price of the product bought)
product_name (Name of the product bought)
price_name (Name of the price_name [if you’re using variable pricing])

All in all, the API call to Drip will look like this:
{ “events”: [{ “email”: {email}, “action”: “Refunded”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }
3. Cart Abandonment Tracking
When a payment’s status has been “pending” for at least 30 minutes, or when a payment’s status changes to “abandoned”, the following event will be fired:
Abandoned cart
The plugin also tracks the following properties:

value (Price of the product)
product_name (Name of the product)
price_name (Name of the price_name [if you’re using variable pricing])

All in all, the API call to Drip will look like this:
{ “events”: [{ “email”: {email}, “action”: “Refunded”, “properties”: { “value”: {price}, “product_name”: {name}, “price_name”: {price_name} } }] }
4. Lifetime Value (LTV) Tracking
This plugin tracks your customer’s lifetime value in a custom field called lifetime_value.
If a customer makes a purchase:
lifetime_value+={price}
If a customer refunds:
lifetime_value-={price}
For more information, please refer to this blog post.
Contributors Welcome
Thanks to Chris Simmons from WP BackItUp and Phil Derksen from WP Simple Pay for Stripe for contributing.
Do you want to see further improvements? Please consider contributing. You can submit a pull request here: https://github.com/davidhme/edd-drip
Setup
Please go here to learn how to set up this plugin correctly.

各版本下載點

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

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


最新版本

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

文章
Filter
Apply Filters
Mastodon