Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand use of site messages for smarter calls to action #21

Open
jonathanstegall opened this issue May 31, 2019 · 4 comments
Open

Expand use of site messages for smarter calls to action #21

jonathanstegall opened this issue May 31, 2019 · 4 comments
Assignees
Labels
enhancement membership accelerator related to the Membership Accelerator project

Comments

@jonathanstegall
Copy link
Member

This applies both inside the theme and inside post_content areas. Relies on the wp-message-inserter-plugin updates in progress.

@jonathanstegall
Copy link
Member Author

Started doing this in daf0f84

@jonathanstegall
Copy link
Member Author

jonathanstegall commented Jul 17, 2019

Here are the conditionals we (perhaps eventually) want to support:

  1. User is not logged in, AND they have greater than or equal to X sessions:
  • Show them a membership message
  1. User is not logged in, AND they have less than X sessions:
  • Show them a daily newsletter message
  1. User is logged in, AND they are not subscribed to any newsletters:
  • Show them a daily newsletter message
  1. User is logged in, AND they are subscribed to (all newsletters OR DC memo + daily newsletter), AND they are a member, AND a sustainer:
  • Show them a thanks message
  1. User is logged in, AND they are subscribed to (all newsletters OR DC memo + daily newsletter), AND they are a member, AND a non-sustainer:
  • Show them a become a sustainer message
  1. User is logged in, AND they are subscribed to (all newsletters OR DC memo + daily newsletter), AND they are not a member:
  • Show them a membership message
  1. User is logged in, AND they are subscribed to Daily newsletter, AND they are not subscribed to DC memo:
  • Show them a DC memo message
  1. User is logged in, AND they are subscribed to Sunday review OR Greater MN:
  • Show them a Daily newsletter message

@jonathanstegall
Copy link
Member Author

We'll be ready to close this issue once we test all the conditionals and the membership folks approve.

@jonathanstegall
Copy link
Member Author

jonathanstegall commented Jan 28, 2020

Things to test:

  1. All existing site messages
  2. All existing Popup Maker popups
  3. All new conditionals as listed above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement membership accelerator related to the Membership Accelerator project
Projects
None yet
Development

No branches or pull requests

2 participants