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)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/edd-drip/#description)
 * [レビュー](https://ja.wordpress.org/plugins/edd-drip/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/edd-drip/#installation)
 * [開発](https://ja.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/).

#### 機能について

**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

#### セットアップ

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. WordPress の「プラグイン」メニューからプラグインを有効化してください
 3. Go to Downloads -> Settings -> Extensions -> Drip Settings and enter your “Drip
    API Key” and “Drip Account ID”.

## FAQ

  Installation Instructions

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. 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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/edd-drip/)を
[RSS](https://plugins.trac.wordpress.org/log/edd-drip/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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

 * プラグインをリリース

## メタ

 *  バージョン **1.4.1**
 *  最終更新日 **9年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.9.1またはそれ以降 **
 *  検証済み最新バージョン: **4.9.0**
 *  言語
 * [English (US)](https://wordpress.org/plugins/edd-drip/)
 * タグ
 * [drip](https://ja.wordpress.org/plugins/tags/drip/)[edd](https://ja.wordpress.org/plugins/tags/edd/)
   [email](https://ja.wordpress.org/plugins/tags/email/)[Email Marketing](https://ja.wordpress.org/plugins/tags/email-marketing/)
   [marketing automation](https://ja.wordpress.org/plugins/tags/marketing-automation/)
 *  [詳細を表示](https://ja.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)

[Your review](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/)