May 2024

User Group Based Landing Pages

1min

Date: May 20, 2024

We are excited to announce the release of a new feature that developers can use to configure User Group-Based Landing Pages for their Solutions. This feature enables solution developers to create tailored landing page experiences for different user groups within their solutions.

Key Features:

  • Configure user group-specific landing pages: Developers can define landing pages for specific user groups in the solution manifest file. Each user group can have a unique landing page URL and a priority rank. Users belonging to these groups will be redirected to the corresponding landing page upon accessing the solution.
  • Landing page precedence: When a user belongs to multiple user groups with defined landing pages, they will be directed to the landing page of the user group with the highest priority (lowest rank value). If no user group-specific landing page matches, the default solution landing page will be used.
  • Easy configuration: Landing pages are configured using the solution manifest file and can be updated by uploading a new manifest using the UploadArtifacts API. The solution service automatically handles the creation and updates of landing pages based on the manifest.
  • Seamless user experience: Users will be seamlessly redirected to the appropriate landing page based on their user group membership when accessing the solution. This provides a personalized and relevant initial experience for each user.

To start using the User Group Based Landing Pages feature, please refer to our Landing Pages for Solutions developer guide.