deepwall
HomeContact UsLogin
  • Overview
  • System Components
  • Key Concepts
  • How It Works
  • Sign In
  • 🚀GETTING STARTED
  • App Registration
  • Configure In-App Products
  • Paywall Setup
    • Create A Paywall
    • Configure Look & Feel
    • Texts and Translations
  • Displaying Paywalls
    • Activate Default Displays
    • Create Targeted Displays
    • Display Priorities
    • Display Reports
    • Edit Displays
    • Display Rules
    • On Close Paywalls
  • Store Configuration
  • Attributions Configuration
  • App Status and Settings
  • ⚙️ SDK Framework
    • SDK Installation
      • iOS SDK
      • Android SDK
      • React Native SDK
      • Flutter SDK
      • Cordova SDK
      • Unity SDK
    • Using the SDKs
      • Initialization
      • Configuration
      • Listening SDK Events
      • Requesting Paywalls
      • Closing a Paywall
      • Validating Receipts
      • Making Purchases
      • Upgrades and Downgrades
      • Non-subscription Purchases
      • Restoring Purchases
      • Transition To Another Paywall
  • 🧪EXPERIMENTS
    • Experiments Overview
    • Create Experiments
    • Experiment Reports
    • Manual Traffic Allocation
    • Update Experiments
    • How Optimization Works?
  • 📦Integrations
    • Integrations Overview
    • Events List
    • Adjust
      • Get App Token
      • Create Adjust Events
    • AppsFlyer
      • Get Dev Key
    • Webhooks
    • OneSignal
  •  App Tracking (iOS 14.5)
    • App Tracking Overview
    • Configure In-app Actions
    • Create ATT Prompt
    • Displaying ATT Prompts
    • Experiments
  • 📈DASHBOARD
    • App Overview
    • Invite Members
    • Access Management
  • GUIDES
    • Apple
      • Getting the App Credentials
      • Setup In-App Products
      • Getting the Shared Secret
      • Server to server notifications
    • Google
      • Getting App Credentials
      • Setup In-App Products
      • Create Service Account Key
      • Developer Notifications
    • Huawei
      • Getting App Credentials
      • Setup In-App Products
      • Developer Notifications
  • 🔍Testing
    • Test Flows
    • Troubleshooting
    • Sandbox Testing
      • Apple App Store
      • Google Play Store
  • 🔗SDK Links
  • iOS SDK
  • Android SDK
  • React Native SDK
  • Flutter SDK
  • Cordova SDK
  • Unity SDK
Powered by GitBook
On this page
  • SDK Events
  • Supported SDK Versions

Was this helpful?

  1. Displaying Paywalls

Display Rules

Learn how to manage paywall display rules

PreviousEdit DisplaysNextOn Close Paywalls

Last updated 3 years ago

Was this helpful?

With paywall display rules, instead of displaying a paywall every time, you can add a rule to display a paywall periodically and/or add a total paywall display limitation. You are able to adjust various scenarios like displaying a paywall once a week or every 2-3 days, or apply a maximum display limit for displaying an offer paywall max 2-3 times to each user.

You can manage paywall display rules from Deepwall Management Console by setting display frequency and max display count for your displays and/or experiments.

SDK Events

You will receive the same event for disabled paywall displays in case a paywall is not displayed due to paywall display frequency or maximum display count limitation.

Event for Disabled Paywall Display

iOS Event

Android Event

deepwallPaywallActionShowDisabled

Parameters :

  • pageId: Int

DO_NOT_SHOW

Parameters :

PaywallActionShowDisabledInfo

  • pageId: Int

Deepwall sends the deepwallPaywallActionShowDisabledevent for iOS and DO_NOT_SHOW event for Android whenever a paywall cannot be displayed due to display rules or paywall display is set as None in the Deepwall management console.

See the guide for more information about paywall request SDK events :

Supported SDK Versions

Deepwall SDKs support display rules after certain versions.

  • iOS SDK 2.4.0 +

  • Android SDK 2.4.0 +

  • React Native SDK 2.9.0 +

  • Flutter SDK 1.4.0 +

  • Cordova SDK 1.3.0 +

  • Unity 1.4.0 +

Deepwall Kids SDKs do not support display rules for now.

Requesting Paywalls