Automattic / newspack-popups

Popup notifications.
GNU General Public License v2.0
70 stars 17 forks source link

Donor status – 3rd party services #293

Closed adekbadek closed 1 year ago

adekbadek commented 4 years ago

The segmentation logic will need to be able to determine whether the current user is a donor or member. For sites using WooCommerce this will be fairly straightforward (#249) but sites using third party solutions we'll need to implement new logic. Here's an incomplete list of 3p donation solutions used by Newspack sites which will may to be addressed:

  1. News Revenue Hub - https://github.com/Automattic/newspack-popups/issues/303
  2. Pico
  3. Pelcro, Piano
aschweigert commented 3 years ago

If we decide to partner with Pico and/or Blue Lena then we'll likely want to figure out how to support at least Pico. The others seem much lower priority (for now) but may need to revisit this occasionally and make sure we're supporting the tools most of our publishers are using.

adekbadek commented 2 years ago

It's a bit tricky since Pico does not require payments – it can serve as a reg. wall. In that case, the Pico user should not fall into "donors" segmentation. It should rather be another option of "User Account" segmentation:

image
adekbadek commented 1 year ago

We're centralising such data to be on-site, using WC. Integration with these third parties won't be pursued.