Purchasing Parity Power Pricing with Targeting Rules
Learn how to configure Targeting Rules in ParityDeals to offer pricing adjusted for Purchasing Power Parity (PPP) and activate the rule via an Offering.
Purchasing Power Parity (PPP)-based pricing allows you to make your products more accessible globally by adjusting prices to reflect the relative purchasing power in different economic regions. This guide shows you how to set this up using Targeting Rules in ParityDeals and then activate your rule.
Key Concept: ParityDeals allows targeting based on predefined “PPP groups” which categorize countries into economic tiers. You apply a pricing adjustment (e.g., a discount) to users falling into these groups. The rule is then made live via an Offering.
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.
Result: You have now created a rule that will apply a 40% discount to the selected product for users ParityDeals identifies as being in the “Developing regions (PPP 0.3-0.4)” group.
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.
Your PPP-based pricing adjustment is now live and active through this Offering!