Pricing Eligibility States
This document describes how Pricing Eligibility works in SDK version 3.1
Paid Feature
Pricing Eligibility is supported in Nami SDK Versions 3.1+ for customers on Team plans or above.
Select Nami paywall templates are configured with pricing eligibility in mind. There are two flavors of eligibility-aware paywalls:
• Trial Eligibility: Allows you to create a paywall that can be configured to show conditional information based upon whether the user is eligible for a Free Trial Otherwise, the paywall surfaces Standard pricing. Requires Team or above plans and a supported paywall template.
• Offer Eligibility: Allows you to create a paywall that can be configured to show conditional information based upon all user eligibilities: Free Trial, Introductory Offer, Promotional Offer, or Standard (no offer) eligibility. Requires Business or above plans and a supported paywall template.
Determining Eligibility
SDK 3.2
In the latest 3.2.x versions of the Nami SDK (Paywall Creatorcompatible), a user can be in multiple different eligibility states and the paywall logic will determine what product and paywall copy and contents to show.
SDK 3.1
In the 3.1.x versions of the Nami SDK, a user can fall into multiple different eligibility states but the SDK will choose only 1 state for each product using this logic:
Promotional Offers
Products can have a number of promotional offers available. You will need to provide us with a reference to the promotional offer you want to be purchased from the paywall.
Here is how to find a specific promotional offer based on your app platform(s):
Finding Promotional Offers in Apple App Store Connect
Login to App Store Connect
Navigate to your app in the Apps list. Click 'Subscriptions' from the left-hand menu.
Select the Subscription Group of the product
Click the Subscription product in the list and scroll down to 'Subscription Prices'
Click 'View all Subscription Prices'
Select the 'Promotional Offers' tab
You will see a list of Promotional offers that you have configured for this product. Note the order of the promos and their ids.
Finding Promotional Offers in Google Play Console
Instructions coming soon
Choosing a Promotional Offer to Purchase
Navigate to the paywall, click 'Products', and then select the base SKU that a promotional offer exists for.
In the 'Promo to Purchase' field in this product's display, enter one of these options:
${sku.promo:0}
to purchase the first promo in the list${sku.promo:1}
to purchase the second promo in the list${sku.promo:_promo_ref_id
to purchase a promo with the provided identifier from the platform developer console (see above instructions)
Setting up Paywall
Product SKU Copy for each Eligibility State
Each product SKU has a number of editable fields. When pricing eligibility state is turned on, each of these fields can be changed to show different copy to users depending on their eligibility.
To update text, pick the state from the 'Pricing Eligibility' dropdown and change each text field accordingly.
Dynamic Paywall Copy for each Eligibility State
Some paywalls also support changing paywall title, subtitle, button text, or other copy based on eligibility. The state is chosen using this logic:
Example
In this example paywall, 2 products are shown: 1 month and 1 year. The paywall title, product text elements, and purchase button all change depending on the user's eligibility.
See this table to understand how to setup this scenario using eligibility.
📘 Use Smart Text to quickly pull prices for each type of offer. Paywall Smart Text
Last updated