
內容簡介
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
設置
請前往這裡以了解如何正確設置此外掛。
外掛標籤
開發者團隊
② 後台搜尋「Easy Digital Downloads – 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.
