Tags
Kirupa avatar
Written by Kirupa
Updated over a week ago

Legend:

  1. Tag: is the system you are using in the paywall builder to fetch the price information from the stores and dynamically display it in the paywall.

  2. Key: is the key you use in the translation file you upload

  3. Usage: explains the application of the specific tag and some warning

  4. Examples: will let you know the output of the tag used( in other words what is the value you see for the specific tag)

Point of attention:

⚠️ If you are using this tag in a place other than the purchase button in the paywall builder, you should use the Purchasely plan_id to fetch the price. For example: If you are using the PRICE tag the syntax would be {{PRICE(plan_ID)}}.

⚠️You should be transparent about the plan price. For which you should use PRICE or AMOUNT/DURATION or AMOUNT/PERIOD

How to fetch the Purchasely plan ID?

Login to the Purchasely Console -> Click on Products & plans -> Click edit the plan whose ID you are looking for -> Webpage URL the end you will find the plan id.

Tag

Key

Usage

Translation

PRICE

{{PRICE}}

Displays the plan price with the period.

For a renewing plan: Subscription starting from {{PRICE}}

The output will be:

Subscription starting from 6€99/month

For consumables / non-consumables :

Enjoy a lifetime plan at {{PRICE}}

The output will be:

Enjoy a lifetime at 83€88

AMOUNT

{{AMOUNT}}

Displays the plan price

For a renewing plan: Subscription starting from {{AMOUNT}}

The output will be:

Subscription starting from 6€99

For consumables / non-consumables :

Enjoy a lifetime plan at {{AMOUNT}}

The output will be:

Enjoy a lifetime plan at 83€99

PERIOD

{{PERIOD}}

Displays the period of the plan.

For a renewing plan: Subscription starting from {{AMOUNT}}/{{PERIOD}}

The output will be:

Subscription starting from 6€99 /month

DURATION

{{DURATION}}

Displays the duration of the plan

For a renewing plan: Subscription starting from {{AMOUNT}} for {{DURATION}}

The output will be:

Subscription starting from 6€99 for 1 month

DAILY_AMOUNT

{{DAILY_AMOUNT}}

Displays the cost of a plan per day.

For a renewing plan: Subscription costs {{DAILY_AMOUNT}} only per day

The output will be:

Subscription that costs 1€99 per day

WEEKLY_AMOUNT

{{WEEKLY_AMOUNT}}

Displays the cost of a plan per week

For a renewing plan: Subscription costs {{WEEKLY_AMOUNT}}only per week

The output will be:

Subscription that costs 3€99 per week

MONTHLY_AMOUNT

{{MONTHLY_AMOUNT}}

Displays the cost of a plan per month

For a renewing plan: Subscription costs {{MONTHLY_AMOUNT}} only per month

The output will be:

Subscription costs 6€99 only per month

QUARTERLY_AMOUNT

{{QUATERLY_AMOUNT}}

Displays the cost of a plan per quarter

For a renewing plan: Subscription costs {{QUARTERLY_AMOUNT}}only per quarter

The output will be:

Subscription costs 18€99 only per quarter

YEARLY_AMOUNT

{{YEARLY_AMOUNT}}

Displays the cost of a plan per year

For a renewing plan: Subscription costs {{YEARLY_AMOUNT}}only per year

The output will be:

Subscription costs 25€99 only per year

TRIAL_PRICE

{{TRIAL_PRICE}}

Displays the intro price or discounted price(that you have configured in Apple or Google store) of the plan

For a discounted trial: Don't miss the intro offer of {{TRIAL_PRICE}} for the first week

The output will be:

Don't miss the intro offer of 0€99/week for the first week

TRIAL_AMOUNT

{{TRIAL_AMOUNT}}

Displays the intro price or discounted price(that you have configured in Apple or Google store) of the plan

For a discounted trial: Don't miss the intro offer of {{TRIAL_AMOUNT}} for the first month

The output will be:

Don't miss the intro offer of 5€99 for the first month

TRIAL_PERIOD

{{TRIAL_PERIOD}}

Displays the trial period or free trial (that you have configured in Apple or Google store) configured for the plan

For a free trial: Don't miss the free trial for a {{TRIAL_PERIOD}}

The output will be:

Don't miss the free trial for a week

TRIAL_DURATION

{{TRIAL_DURATION}}

Displays the trial period or free trial (that you have configured in Apple or Google store) configured for the plan

For a discounted trial: Hurry up intro offer for {{TRIAL_AMOUNT}}/ {{TRIAL_DURATION}}

The output will be:

Hurry up intro offer for 0€99 / 1week

DAYS_DURATION

{{DAYS_DURATION}}

Displays the subscription duration in days

For a renewing plan: Subscription starting from {{PRICE}} is {{DAILY_AMOUNT}} per {{DAYS_DURATION}}

The output will be:

Subscription starting from 6€99/week is 0.99 only per 7 days

WEEKS_DURATION

{{WEEKS_DURATION}}

Displays the subscription duration in weeks

For a renewing plan: Subscription starting from {{PRICE}} is {{WEEKLY_AMOUNT}} per {{WEEKS_DURATION}}

The output will be:

Subscription starting from 6€99/month is 0.23 per 4 weeks

MONTHS_DURATION

{{MONTHS_DURATION}}

Displays the subscription duration in months

For a renewing plan: Subscription starting from {{PRICE}} is {{MONTHLY_AMOUNT}} per {{MONTHS_DURATION}}

The output will be:

Subscription starting from 24€99/year is 6€24 only per 1 month

QUARTERS_DURATION

{{QUATERS_DURATION}}

Displays the subscription duration in weeks

For a renewing plan: Subscription starting from {{PRICE}} is {{QUARTERLY_AMOUNT}} per {{QUARTERS_DURATION}}

The output will be:

Subscription starting from 24€99/year is 6€24 only per quarter

YEARS_DURATION

{{YEARS_DURATION}}

Displays the subscription duration in weeks

PRICE_COMPARISON

{{PRICE_COMPARISON(plan_ID)}}

Displays the price difference between the plan in the purchase button and the plan chosen.

PERCENTAGE_COMPARISON

{{PERCENTAGE_COMPARISON(plan_ID)}}

Displays the percentage difference between the plan in the purchase button and the plan chosen.

DISCOUNT_PERCENTAGE

{{DISCOUNT_PERCENTAGE(plan_ID)}}

Displays the discount percentage between the actual plan in the purchase button and the plan chosen.

RAISE_PERCENTAGE

{{RAISE_PERCENTAGE(plan_ID)}}

Displays the raise of price in percentage between the actual plan in the purchase button and the plan chosen.

TRIAL_DAYS_DURATION

{{TRIAL_DAYS_DURATION}}

Displays the trial duration in the days count.

For a free trial: Don't miss the free trial for {{TRIAL_DAYS_DURATION}}

The output will be:

Don't miss the free trial for 7 days

INTRO_DISCOUNT_PERCENTAGE

{{INTRO_DISCOUNT_PERCENTAGE}}

Displays the discount percentage between paid trial and the regular price of the plan.

For a discounted trial: First week {{TRIAL_{PRICE}} which is {{INTRO_DISCOUNT_PERCENTAGE}} off of {{PRICE}}

The output will be:

First week 2€99 which is 90% off of 29€99 /week

Did this answer your question?