> **Description:** You can and should use campaigns if you have any discounted periods in the beginning of the agreement for the user.

# Campaigns

Campaigns are a way to make the user feel a little special in the agreement sign up process. With the campaign functionality merchants can present their users a special offer at sign up. Campaign information will be displayed on the active and stopped subscriptions until the campaign has expired. After that, the regular price and interval will be displayed.

**Important**

Campaigns are only supported [Fixed price payment agreement](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/how-it-works/payment-agreement/recurring-api-fixed-price-payment-agreement-howitworks.md).
They cannot be created with [Variable price payment agreement](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/how-it-works/payment-agreement/recurring-api-variable-price-payment-agreement-howitworks.md) or [Flexible price payment agreement](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/how-it-works/payment-agreement/recurring-api-flexible-price-payment-agreement-howitworks.md)

## Example industries/use-cases

 Any subscription model that includes a campaign, an introductory offer, or a discounted trial period

## How it looks in the app

### Event campaign

The *event campaign* provides an agreement with a set price until a given event end date. After this date, the users are charged a fixed price in fixed interval.

Screenshot: Event campaign layout showing a diagram of the campaign structure -- a lower introductory price until a specific end date followed by the regular price -- alongside the agreement overview screen in the app (Vipps or MobilePay), with labeled callouts for the campaign description, end date, post-campaign price, and charge frequency.

### Period campaign

The *period campaign* provides an agreement with a set price for a given duration. A duration is defined by a number of periods (DAY, WEEK, MONTH, YEAR), after which the users are charged a fixed price in a fixed interval.

Screenshot: Period campaign layout showing a diagram of the campaign structure -- a lower price for a defined number of periods followed by the regular price -- alongside the agreement overview screen in the app (Vipps or MobilePay), with labeled callouts for the campaign price and duration, end date, post-campaign price, and charge frequency.

### Price campaign

The *price campaign* offers an agreement at a lower price. This campaign price is charged in the defined interval during the campaign period, after which regular price is charged in the same interval.
The charging interval is the same during and after the campaign, but the price will vary.

Screenshot: Price campaign layout showing a diagram of the campaign structure -- a lower price charged at the same interval as the regular agreement until a given end date -- alongside the agreement overview screen in the app (Vipps or MobilePay), with labeled callouts for the campaign price, end date, post-campaign price, and charge frequency.

See [Campaigns in the API guide](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/recurring-api-guide.md#campaigns) for JSON request snippets and field descriptions.

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
