diff --git a/apps/formbricks-com/app/docs/link-surveys/user-identification/page.mdx b/apps/formbricks-com/app/docs/link-surveys/user-identification/page.mdx index 5fdb4f4c0a..dc9b93c52d 100644 --- a/apps/formbricks-com/app/docs/link-surveys/user-identification/page.mdx +++ b/apps/formbricks-com/app/docs/link-surveys/user-identification/page.mdx @@ -3,14 +3,14 @@ import Image from "next/image"; import PeopleView from "./people-view.webp"; export const metadata = { - title: "Effective User Identification in Formbricks Link Surveys", + title: "Effective Identify Users in Formbricks Link Surveys", description: "Discover how to seamlessly connect responses from Formbricks link surveys to existing users in your database. Learn the intricacies of the userId URL parameter to enhance user tracking, profiling, and segmentation, ensuring more personalized interactions and data-driven decisions.", }; #### Link Surveys -# User Identification in Link Surveys +# Identify Users in Link Surveys Identifying users in link features lets you connect responses from link surveys with existing users in your Formbricks database. diff --git a/apps/formbricks-com/components/docs/Navigation.tsx b/apps/formbricks-com/components/docs/Navigation.tsx index b0b32c32e4..02c7586541 100644 --- a/apps/formbricks-com/components/docs/Navigation.tsx +++ b/apps/formbricks-com/components/docs/Navigation.tsx @@ -212,6 +212,14 @@ export const navigation: Array = [ { title: "Code Actions", href: "/docs/actions/code" }, ], }, + { + title: "Link Surveys", + links: [ + { title: "Data Prefilling", href: "/docs/link-surveys/data-prefilling" }, + { title: "Identify Users", href: "/docs/link-surveys/user-identification" }, + { title: "Single Use Links", href: "/docs/link-surveys/single-use-links" }, + ], + }, { title: "Best Practices", links: [ @@ -234,14 +242,6 @@ export const navigation: Array = [ { title: "Zapier", href: "/docs/integrations/zapier" }, ], }, - { - title: "Link Surveys", - links: [ - { title: "Data Prefilling", href: "/docs/link-surveys/data-prefilling" }, - { title: "User Identification", href: "/docs/link-surveys/user-identification" }, - { title: "Single Use Links", href: "/docs/link-surveys/single-use-links" }, - ], - }, { title: "Self-hosting", links: [