Question

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

  • 16 November 2022
  • 3 replies
  • 11 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

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?

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

@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

Reply