Title: Easy Digital Downloads &#8211; Drip
Author: fatcatapps
Published: <strong>2014 年 9 月 15 日</strong>
Last modified: 2017 年 11 月 21 日

---

搜尋外掛

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

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/edd-drip/assets/icon.svg?rev=996630)

# Easy Digital Downloads – Drip

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

[下載](https://downloads.wordpress.org/plugin/edd-drip.zip)

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

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

## 外掛說明

Built for our own use at [FatcatApps.com](http://fatcatapps.com/), Easy Digital 
Downloads – Drip integrates two of our favorite tools: [Easy Digital Downloads](https://easydigitaldownloads.com/)
and [Drip](https://www.getdrip.com/).

#### 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](http://fatcatapps.com/edd-drip/).

#### Contributors Welcome

Thanks to [Chris Simmons from WP BackItUp](https://www.wpbackitup.com/) and [Phil Derksen from WP Simple Pay for Stripe](https://wpsimplepay.com/)
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](http://fatcatapps.com/edd-drip/#setup) to learn how to set up this
plugin correctly.

## 安裝方式

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Downloads -> Settings -> Extensions -> Drip Settings and enter your “Drip
    API Key” and “Drip Account ID”.

## 常見問題集

  Installation Instructions

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Downloads -> Settings -> Extensions -> Drip Settings and enter your “Drip
    API Key” and “Drip Account ID”.

## 使用者評論

![](https://secure.gravatar.com/avatar/e4ca92737bc9ac2d5316b27ec89b36b970b10a803d74f77d5981214aaf2141a4?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-2403/)󠁿

 [danlester](https://profiles.wordpress.org/danlester/) 2016 年 9 月 3 日

This does exactly what it describes, and does it perfectly… Thanks for releasing
this for others to use! Dan

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/edd-drip/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Easy Digital Downloads – Drip〉的開發相關工作。

參與者

 *   [ fatcatapps ](https://profiles.wordpress.org/fatcatapps/)
 *   [ davidhme ](https://profiles.wordpress.org/davidhme/)

[將〈Easy Digital Downloads – Drip〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/edd-drip)

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

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

## 變更記錄

#### 1.4.1

 * Fix: A bug in 1.4.0 removed `price_name` from the `Made a purchase` event
 * Fix: `first_name` custom field didn’t get saved.

#### 1.4.0

 * Added first name to drip properties: This is useful for outbound emails vs full
   name
 * Added is_renewal to event: This is useful for segmenting renewal customers from
   new purchases.

#### 1.3.1

 * Removed quantity value for the “Made a Purchase” event

#### 1.3

 * Changed behavoir of “Abandoned” – event. “Abandoned Cart” will be triggered if
   the payment status is pending for at least 30 minutes.

#### 1.2.0.2

 * Fix: Purchases weren’t tracked properly with some payment gateways (PayPal)

#### 1.2.0.1

 * Fix: Only trigger the “Made a Purchase” event when the payment status is “complete”
 * New feature: Fire an event when EDD payment status = “Abandoned”

#### 1.1

 * Fixed a bug: price_name wasn’t tracked correctly

#### 1.0.1

 * Fixed typo in readme.txt

#### 1.0

 * Initial release

## 中繼資料

 *  版本 **1.4.1**
 *  最後更新 **9 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.9.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.9.0**
 *  語言
 * [English (US)](https://wordpress.org/plugins/edd-drip/)
 * 標籤:
 * [drip](https://tw.wordpress.org/plugins/tags/drip/)[edd](https://tw.wordpress.org/plugins/tags/edd/)
   [email](https://tw.wordpress.org/plugins/tags/email/)[Email Marketing](https://tw.wordpress.org/plugins/tags/email-marketing/)
   [marketing automation](https://tw.wordpress.org/plugins/tags/marketing-automation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/edd-drip/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/edd-drip/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/edd-drip/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/edd-drip/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/edd-drip/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/edd-drip/reviews/?filter=1)

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

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

## 參與者

 *   [ fatcatapps ](https://profiles.wordpress.org/fatcatapps/)
 *   [ davidhme ](https://profiles.wordpress.org/davidhme/)

## 技術支援

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

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://fatcatapps.com/)