diff --git a/account/members.mdx b/account/members.mdx index 37fb02e..98a2bb1 100644 --- a/account/members.mdx +++ b/account/members.mdx @@ -5,7 +5,7 @@ og:description: Give team members access to Trophy and manage your account setti icon: user-plus --- -## Invite Your team {#invite-your-team} +## Invite Your Team {#invite-your-team} Trophy supports up to 5 team members per organization. However if you feel you need more [just ask](mailto:support@trophy.so) and we'll be happy to give you more room. diff --git a/features/achievements.mdx b/features/achievements.mdx index 777fba8..500de13 100644 --- a/features/achievements.mdx +++ b/features/achievements.mdx @@ -10,7 +10,7 @@ icon: trophy import MetricChangeResponseBlock from "../snippets/metric-change-response-block.mdx"; import AllAchievementsResponseBlock from "../snippets/all-achievements-response-block.mdx"; -## What Are Achievements? {#what-are-achievements} +## What are Achievements? {#what-are-achievements} Achievements are rewards that users can unlock as they use your platform. They can be used to reward users for making continued progress along core user journeys, or to motivate users to explore more nascent features. diff --git a/features/points.mdx b/features/points.mdx index d6c92cc..ec656ba 100644 --- a/features/points.mdx +++ b/features/points.mdx @@ -301,7 +301,7 @@ Each level has a threshold. When a user's total points in the system exceeds thi Use levels for rank tiers, progression UI, reward tiers, or analytics. Trophy keeps each user's current level in sync whenever they earn or lose points in that system. -### Configuring levels {#configuring-levels} +### Configuring Levels {#configuring-levels} To set up levels for a points system, open it from the [points page](https://app.trophy.so/points) in the Trophy dashboard and use the levels tab to add or manage levels. @@ -378,7 +378,7 @@ For server-driven notifications (email, push, CRM) that must not depend on the c This webhook fires when a user’s level changes as a result of earning or losing points, and includes `previousLevel` and `newLevel`. -#### Account-level analytics {#account-level-analytics} +#### Account-Level Analytics {#account-level-analytics} The [get level summary API](/api-reference/endpoints/points/get-points-level-summary) returns how many users are currently at each level which is useful for admin dashboards, funnel views, or balancing progression. diff --git a/platform/experimentation.mdx b/platform/experimentation.mdx index 7a0541e..864a613 100644 --- a/platform/experimentation.mdx +++ b/platform/experimentation.mdx @@ -57,7 +57,7 @@ Analytics dashboards then compare retention and user engagement between users in Both retention and user engagement are important metrics to use when measuring the impact of changes on the user experience. The following sections outline what each means and how it relates to features you build with Trophy. -## What Is Retention? {#what-is-retention} +## What is Retention? {#what-is-retention} User retention is the percentage of users who are still using your product after a certain period. @@ -85,7 +85,7 @@ The [integration page](https://app.trophy.so/integration/configure) allows you t /> -## What Is Engagement? {#what-is-engagement} +## What is Engagement? {#what-is-engagement} User engagement in Trophy refers to the average level of activity that your users show when using your product. diff --git a/platform/multi-tenancy.mdx b/platform/multi-tenancy.mdx index cafceda..f32266e 100644 --- a/platform/multi-tenancy.mdx +++ b/platform/multi-tenancy.mdx @@ -18,7 +18,7 @@ Multi-tenancy in Trophy allows you to power gamification features on behalf of m Multi-tenancy is specifically designed for B2B SaaS platforms who want to offer gamification features as a service to their customers, but don't have the time or resources available internally to build and maintain the gamification infrastructure themselves. -## How Does Multi-Tenancy Work? {#how-does-multi-tenancy-work} +## How does Multi-Tenancy Work? {#how-does-multi-tenancy-work} Multi-tenancy works by creating 'tenant' records in Trophy for each of your customers, and configuring gamification features within the context of each tenant. @@ -28,7 +28,7 @@ Similarly, customers who use multi-tenancy then make use of the [Application API In this way, you can power complex gamification features for your own customers, without building or maintaining any gamification infrastructure yourself, and critically whilst upholding your own brand. -## What Is A Tenant? {#what-is-a-tenant} +## What is a Tenant? {#what-is-a-tenant} A tenant is a logical grouping of users and data that represent the gamification features that a single customer uses within a multi-tenant Trophy account.