Hi Everyone,
I am new on Amplitude and working on multiple applications belonging to the same enterprise. I wanted to ask what are the pros and cons of using the same amplitude account for multiple applications
Yup. The ideal way to manage this setup is to create separate projects for each app under the same organization. If you are just starting out, one of the best practices is to have two separate projects for each app - one for testing data and another for production data. Here is a quick start guide which can help you move forward.
Hey Test
Welcome to the Community.
The most preferred approach here will be to send data from each of your applications into different projects under your org account.
Ideally you would want to send data for each of your multiple applications into separate projects and analyze individually if each application behaves differently wrt users and platforms.
If you expect users to crossover between platforms/applications, then you can leverage the cross project view to analyze their behavior across your product portfolio, You can read more on that here.
Let me know if I have interpreted your use case correctly. Hope this helps.
So both applications are managed by different teams within the same organization and both apps are different in nature. Is creating a different project under the same organization is preferred over creating a different organization on Amplitude?
Why Amplitude set same ID to a user that is totally new to a fresh project? Can we avoid this or is it okay to have this kind of scenario? Use case: We have 2 different projects for two different apps, when same device is used to create account for fresh app amplitude remember the User ID from previous project of a different app.
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…