How can we craft a "Settings" page for an App? | Community
Skip to main content
Question

How can we craft a "Settings" page for an App?

  • November 16, 2022
  • 3 replies
  • 27 views

Being a multi tenant SaaS, we need to be able to ask the user for a piece of data, similar say to how the Google App asks for UA so that we can identify them at our handler.

 

How can we specify/craft this settings form for our app? The docs don't seem to highlight this aspect.

 

Thank you!

3 replies

Forum|alt.badge.img+5
  • Employee
  • 328 replies
  • December 22, 2022

Hey @alex l16​ ! Can you please expand a bit more on your use case? If you could share some screenshot, it will be super helpful. By UA, are you referring to universal analytics?


  • Author
  • New Participant
  • 3 replies
  • December 22, 2022

Hi, yes! I'm referring to the same pattern that is used in your Google Analytics application for example. The use case is precisely the same. A multitenant architecture with a singular API endpoint, like Google, that uses an ID to identify the container into which information should be pushed.

 

Screen Shot 2022-12-22 at 12.40.35 PM


Forum|alt.badge.img+5
  • Employee
  • 328 replies
  • January 4, 2023

@alex l16​!

Thanks for the details.

We do not have an option like that at the moment. If you want to push user data, then you could use the user_id to identify the users. Likewise for companies you can use the company_id. Other than that, we do not have anything similar to UA