Welcome to Zuora Product Documentation

Explore our rich library of product information

Build the registered user journey

This section outlines how to build a registered user journey, including setting up trials, data capture forms, and paywalls.

In this example, registered users are allowed to view two pieces of content per week. After reaching this limit, they are presented with a data capture form. By entering their first name, they can unlock access to two additional content views.

To set this up, complete the following steps:

  • Create the trial to provide two views of content. To create your trial, follow the instructions in the Create Your Trial topic from the end-to-end example.

  • Create a sub rule that contains the data capture form outcome, which checks whether we already have the registered user’s first name and allows the registered user to enter their name if we do not. To create the sub rule and the data form outcome, follow the instructions in the Create a Name Check Sub Rule topic.

  • Create a further trial in the main rule to provide the additional content views for registered users that have supplied their first name. To do this, follow the instructions in the Create Your Trial topic from the end-to-end example.
    Note:

    As we now have two trials on the Registered canvas, by default both use the Article default registered tracker. If you want to use different consumption trackers for these trials, select the Consumption Tracker button when defining your trial and define the tracker you want to use, as described in the Access topic.

  • Create a paywall to allow registered users for whom the second trial has expired to subscribe To do this, follow the instructions in the Create Your Payment Form Outcome section from the end-to-end example.

  • Complete the main rule