Linux 软件免费装
Banner图

Easy Digital Downloads - Drip

开发者 davidhme
fatcatapps
更新时间 2017年11月21日 13:12
捐献地址: 去捐款
PHP版本: 3.9.1 及以上
WordPress版本: 4.9.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email marketing automation email marketing edd easy digital downloads drip cart abandonment getdrip

下载

详情介绍:

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: 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: 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: 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.

安装:

  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".

更新日志:

1.4.1 1.4.0 1.3.1 1.3 1.2.0.2 1.2.0.1 1.1 1.0.1 1.0