Improvement suggestion pattern [on hold]

We're working on a new improvement suggestion feature in an app for specialists. Without going into details, this feature should proactively let a user know when an item is performing badly and provide a one-click way to remedy the problem.

Here are examples of the kinds of messages I mean:

  • AirBnb: "You're getting too many requests for Apartment A. This may be because your rent price is 60% below average in your area." Action: "Increase rent to average"
  • Google Play: "The majority of Your App's users are tablet users. You may increase your app's discoverability by tagging it as tablet-friendly." Action: "Tag as tablet friendly"
  • Shopify: "For product A, 90% of people leave at the 'payment' screen. This may be because Bitcoin is the only payment option." Action: "Add credit card to payment options"

These are all examples I made up.

Could you provide me with examples of recommendations like these in use? Are there any guidelines on how this recommendation pattern should be applied?