Part 1: Creating a PPP-Based Discount Rule
Let’s create a rule that offers a 40% discount to users in a hypothetical group like “Developing regions (PPP 0.3-0.4)“.1. Navigate to Targeting Rules
- From the side navigation menu, go to Monetization > Targeting rules.
2. Create a New Rule
- Click the + Create rule button.
3. Define Rule Information
- Rule name: Enter a descriptive name. For example:
PPP Discount - Developing Regions (40% Off)
. - Select product: Choose the product for which this pricing adjustment will apply (e.g., “My SaaS Product - Annual Plan”).
4. Set Conditions
This is where you specify the PPP group to target.- Under the “If the customer matches…” section, click the first dropdown (or “Select condition”).
- From the list of attributes, choose PPP group.
- Select the operator is any of.
- In the “Select” values field, search for and select the specific PPP group. For our example, choose Developing regions (PPP 0.3-0.4). (Note: The exact names of PPP groups will be available in your ParityDeals instance).
5. Define the Pricing Adjustment (Action)
Specify what happens when a customer meets the conditions.- From the action dropdown (e.g., “Then”), select Decrease price by.
- Enter
40
in the percentage field.
6. Save the Rule
- Click the Create rule button at the bottom of the modal.
Part 2: Activating Your PPP-Based Rule via an Offering
A Targeting Rule is inactive until it’s connected to an Offering. An Offering makes your product (with its associated rules) available to your users.-
Navigate to Offerings:
- Go to Monetization > Offerings.
-
Create or Edit an Offering:
- Click + Create offering. If you have an existing Offering you wish to use, you can edit it instead.
-
Link the Targeting Rule:
- In the “Create offering” (or “Edit offering”) modal, you’ll typically choose how the product is offered. Select the option that allows you to use a Targeting rule.
- From the rule selection dropdown, choose the
PPP Discount - Developing Regions (40% Off)
rule you just created.
-
Configure Other Offering Details:
- You might need to select a priicng table if this offering is presented through one, or configure other offering-specific settings.
-
Save/Create the Offering:
- Click Create (or “Update”). You will get an Offering ID.
-
Integrate: Use this Offering ID in your application’s code. When your application requests this Offering, ParityDeals will evaluate the associated
PPP Discount - Developing Regions (40% Off)
rule for the current user and apply the discount if the conditions are met.