{"id":31720,"date":"2014-09-15T12:26:57","date_gmt":"2014-09-15T12:26:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/edd-drip\/"},"modified":"2017-11-21T05:12:17","modified_gmt":"2017-11-21T05:12:17","slug":"edd-drip","status":"publish","type":"plugin","link":"https:\/\/gl.wordpress.org\/plugins\/edd-drip\/","author":13844418,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.1","stable_tag":"trunk","tested":"4.9.0","requires":"3.9.1","requires_php":"","requires_plugins":"","header_name":"Easy Digital Downloads - Drip","header_author":"Fatcat Apps","header_description":"","assets_banners_color":"acb6c3","last_updated":"2017-11-21 05:12:17","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/fatcatapps.com\/","header_plugin_uri":"http:\/\/fatcatapps.com\/edd-drip\/","header_author_uri":"http:\/\/fatcatapps.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":6032,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"996630","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"996630","resolution":"256x256","location":"assets"},"icon.svg":{"filename":"icon.svg","revision":"996630","resolution":"","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"996630","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"996630","resolution":"772x250","location":"assets"},"banner.svg":{"filename":"banner.svg","revision":"996630","resolution":"","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5977,2665,267,264,1034],"plugin_category":[41,45],"plugin_contributors":[78642,78643],"plugin_business_model":[],"class_list":["post-31720","plugin","type-plugin","status-publish","hentry","plugin_tags-drip","plugin_tags-edd","plugin_tags-email","plugin_tags-email-marketing","plugin_tags-marketing-automation","plugin_category-communication","plugin_category-ecommerce","plugin_contributors-davidhme","plugin_contributors-fatcatapps","plugin_committers-cssimmon","plugin_committers-davidhme","plugin_committers-fatcatapps"],"banners":{"banner":"https:\/\/ps.w.org\/edd-drip\/assets\/banner-772x250.png?rev=996630","banner_2x":"https:\/\/ps.w.org\/edd-drip\/assets\/banner-1544x500.jpg?rev=996630","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/edd-drip\/assets\/icon.svg?rev=996630","icon":"https:\/\/ps.w.org\/edd-drip\/assets\/icon.svg?rev=996630","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Built  for our own use at <a href=\"http:\/\/fatcatapps.com\/\">FatcatApps.com<\/a>, Easy Digital Downloads - Drip integrates two of our favorite tools: <a href=\"https:\/\/easydigitaldownloads.com\/\">Easy Digital Downloads<\/a> and <a href=\"https:\/\/www.getdrip.com\/\">Drip<\/a>.<\/p>\n\n<h4>Features<\/h4>\n\n<p><strong>1. Purchase Tracking<\/strong>\nWhen a customer checks out, the following event will be fired:\n    Made a purchase<\/p>\n\n<p>The plugin also tracks the following properties:<\/p>\n\n<ul>\n<li><code>value<\/code> (Price of the product bought)<\/li>\n<li><code>product_name<\/code> (Name of the product bought)<\/li>\n<li><code>price_name<\/code> (The price_name [if you're using variable pricing])<\/li>\n<\/ul>\n\n<p>All in all, the API call to Drip will look like this:\n    { \"events\": [{ \"email\": {email}, \"action\": \"Made a purchase\", \"properties\": { \"value\": {price}, \"product_name\": {name}, \"price_name\": {price_name} } }] }<\/p>\n\n<p><strong>2. Refund Tracking<\/strong>\nWhen a customer refunds (payment status = \"Refunded\", the following event will be fired:\n    Refunded<\/p>\n\n<p>The plugin also tracks the following properties:<\/p>\n\n<ul>\n<li><code>value<\/code> (Price of the product bought)<\/li>\n<li><code>product_name<\/code> (Name of the product bought)<\/li>\n<li><code>price_name<\/code> (Name of the price_name [if you're using variable pricing])<\/li>\n<\/ul>\n\n<p>All in all, the API call to Drip will look like this:\n    { \"events\": [{ \"email\": {email}, \"action\": \"Refunded\", \"properties\": { \"value\": {price}, \"product_name\": {name}, \"price_name\": {price_name} } }] }<\/p>\n\n<p><strong>3. Cart Abandonment Tracking<\/strong>\nWhen 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:\n    Abandoned cart<\/p>\n\n<p>The plugin also tracks the following properties:<\/p>\n\n<ul>\n<li><code>value<\/code> (Price of the product)<\/li>\n<li><code>product_name<\/code> (Name of the product)<\/li>\n<li><code>price_name<\/code> (Name of the price_name [if you're using variable pricing])<\/li>\n<\/ul>\n\n<p>All in all, the API call to Drip will look like this:\n    { \"events\": [{ \"email\": {email}, \"action\": \"Refunded\", \"properties\": { \"value\": {price}, \"product_name\": {name}, \"price_name\": {price_name} } }] }<\/p>\n\n<p><strong>4. Lifetime Value (LTV) Tracking<\/strong>\nThis plugin tracks your customer's lifetime value in a custom field called <code>lifetime_value<\/code>.<\/p>\n\n<p>If a customer makes a purchase:\n    lifetime_value+={price}<\/p>\n\n<p>If a customer refunds:\n    lifetime_value-={price}<\/p>\n\n<p>For more information, <a href=\"http:\/\/fatcatapps.com\/edd-drip\/\">please refer to this blog post<\/a>.<\/p>\n\n<h4>Contributors Welcome<\/h4>\n\n<p>Thanks to <a href=\"https:\/\/www.wpbackitup.com\/\">Chris Simmons from WP BackItUp<\/a> and <a href=\"https:\/\/wpsimplepay.com\/\">Phil Derksen from WP Simple Pay for Stripe<\/a> for contributing.<\/p>\n\n<p>Do you want to see further improvements? Please consider contributing. You can submit a pull request here: https:\/\/github.com\/davidhme\/edd-drip<\/p>\n\n<h4>Setup<\/h4>\n\n<p>Please <a href=\"http:\/\/fatcatapps.com\/edd-drip\/#setup\">go here<\/a> to learn how to set up this plugin correctly.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to Downloads -&gt; Settings -&gt; Extensions -&gt; Drip Settings and enter your \"Drip API Key\" and \"Drip Account ID\".<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li><p>Fix: A bug in 1.4.0 removed <code>price_name<\/code> from the <code>Made a purchase<\/code> event<\/p><\/li>\n<li><p>Fix: <code>first_name<\/code> custom field didn't get saved.<\/p><\/li>\n<\/ul>\n\n<h4>1.4.0<\/h4>\n\n<ul>\n<li><p>Added first name to drip properties: This is useful for outbound emails vs full name<\/p><\/li>\n<li><p>Added is_renewal to event: This is useful for segmenting renewal customers from new purchases.<\/p><\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Removed quantity value for the \"Made a Purchase\" event<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Changed behavoir of \"Abandoned\" - event. \"Abandoned Cart\" will be triggered if the payment status is pending for at least 30 minutes.<\/li>\n<\/ul>\n\n<h4>1.2.0.2<\/h4>\n\n<ul>\n<li>Fix: Purchases weren't tracked properly with some payment gateways (PayPal)<\/li>\n<\/ul>\n\n<h4>1.2.0.1<\/h4>\n\n<ul>\n<li><p>Fix: Only trigger the \"Made a Purchase\" event when the payment status is \"complete\"<\/p><\/li>\n<li><p>New feature: Fire an event when EDD payment status = \"Abandoned\"<\/p><\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixed a bug: price_name wasn't tracked correctly<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed typo in readme.txt<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to Downloads -&gt; Settings -&gt; Extensions -&gt; Drip Settings and enter your \"Drip API Key\" and \"Drip Account ID\".<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"Easy Digital Downloads - Drip integrates the Easy Digital Downloads (EDD) shopping cart with the Drip email marketing automation tool.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31720"}],"author":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fatcatapps"}],"wp:attachment":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31720"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31720"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31720"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31720"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31720"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}