Àpèjúwe
Built for our own use at FatcatApps.com, Easy Digital Downloads Ìtumọ̀ Yorùbá: – 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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’s status has been “pending” for at least 30 minutes, or when a paymentÌtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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.
Ìgbéwọlẹ̀
- Upload the plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Downloads -> Settings -> Extensions -> Drip Settings and enter your “Drip API Key” and “Drip Account ID”.
FAQ
- Installation Instructions
-
- Upload the plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Downloads -> Settings -> Extensions -> Drip Settings and enter your “Drip API Key” and “Drip Account ID”.
- Upload the plugin to the
Àwọn àgbéyẹ̀wò
Àwọn Olùkópa & Olùgbéejáde
“Easy Digital Downloads Ìtumọ̀ Yorùbá: – Drip” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “Easy Digital Downloads Ìtumọ̀ Yorùbá: – Drip” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.4.1
-
Fix: A bug in 1.4.0 removed
price_namefrom theMade a purchaseevent -
Fix:
first_namecustom field didnÌtumọ̀ Yorùbá: ’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” Ìtumọ̀ Yorùbá: – event. “Abandoned Cart” will be triggered if the payment status is pending for at least 30 minutes.
1.2.0.2
- Fix: Purchases werenÌtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’t tracked correctly
1.0.1
- Fixed typo in readme.txt
1.0
- Initial release
