I’m searching for best practices use cases and what you are measuring there (graphs, funnels, and so on)
If you can share examples that would be amazing
Thanks!
Hi Nate ,Thanks for writing in and welcome to Amplitude!A great place to start would be by reading our Introduction & Getting Started guide. This Quick Start Guide will walk through the data structure and what data you should send to Amplitude. If you are a developer or product manager who will be responsible for instrumenting Amplitude, then you should also read our Getting Started Guide for Developers and familiarize yourself with the Developer Docs.If you need any help with our core features, please refer to our Help Center documentation. Here you will be able to read about the specifics behind how each feature works.
I also want to share we've recently launched the Amplitude Community. It's a new resource where users can connect and find answers to questions they have. Part of our goal is sharing more useful content to help end-users successfully use Amplitude. We'll be adding more content over time but come join and check it out at community.amplitude.com.
We've also recently launched the Amplitude Academy. It's a new resource with guided product training and courses to support your growth. We'll be adding more content over time but come join and check it out at academy.amplitude.com.
In Amplitude Demo, we have a notebook in which we've compiled links to video recordings, webinars, workshops, and playbooks to get started with Amplitude. You can access the notebook here: https://analytics.amplitude.com/demo/notebook/ggpaq5h
Below I have also listed a few places to start from in our Help Center. There you can find more detailed documentation on how to use different Amplitude features.
https://help.amplitude.com/hc/en-us/categories/360003165371-Product-Analytics
https://help.amplitude.com/hc/en-us/sections/360013877471-FAQs
These are all great resources for getting started with Amplitude, but if you have any questions about any topic in particular, feel free to reach out here again! Hope that helps!Best regards,
Denis
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…