When a paywall is open in the editor, you’ll see a setting for “Feature Gating” in the leading sidebar:

Feature gating allows your team to retroactively decide if this paywall is Gated or Non Gated

TypeBehaviorExample
Non Gated (default)Show Paywall → Execute FeatureWhen “Sign Up” button is pressed, show a paywall, then continue onboarding once the paywall is dismissed.
GatedShow Paywall → Is user paying?If Yes → Execute FeatureIf No → Do NothingWhen “Start Workout” button is pressed, show a paywall, then continue once the paywall is dismissed only if the user subscribes.

For a detailed explanation of how feature gating works, see the following flowchart:

Remember, the feature is always executed if:

  1. No campaign is configured for the placement.
  2. The user is already paying or subscribed.