The website says that Data Tables are available on all plans, and the in-product pricing page links to the website page, however we don’t have access on Data Tables on Starter plan. Does anyone have a similar issue?
Hi aleksandra-asanin of course, happy to share as much as possible. There will be announcements in the coming months (timing is still tbd) on the migration for the free plans, so right now it’s still an organic self-opt-in in the product.
Re: session replay, it’s not available on your current starter plan due to the older version before October; whereas it is available for the new starter plan that you can migrate to. And after the migration to the new starter plan, these are the setup instructions to enable session replays.
Just note there are strict limits on the new starter plan for the count of monthly sessions captured [pricing doc]. So as your team’s data use cases evolve, I encourage that you review the benefits from the Plus plan, especially if you need to save more than 10 new charts, and want to build custom cohorts and sync those cohorts to marketing tech platforms or ad tech platforms for targeting.
Also there will also be a session-replay demo that you can sign up for in March for additional functionality questions.
I hope this helps, thank you so much for your feedback on the different information across various sites. I’ll share this back with the team.
Hi aleksandra-asanin it looks like your org is still on the old starter plan. In your org’s General Settings, there is a CTA to upgrade your org to the new Starter plan.
Note there are some limitations to be aware of when you migrate your org. Key limits to callout are
However migrating to the new Starter plan will unlock data tables charts, along with some other features listed in the screenshots below.
When you click “Migrate” you will be prompted with the details below.
I hope this helps
JennRu thank you so much. We were not aware of this change or the possibility to migrate to the new Amplitude pricing plans. Can you help clarify what is the Session Replays feature availability on the old vs. new pricing plans? Sorry but I’m seeing different information on the website pricing page, in the Amplitude Help&Support pages and in-product. There is a lot of copywriting inconsistencies that is causing confusion.
Hi aleksandra-asanin I wanted to check back in on this to see if you had any outstanding questions or if the above context was helpful. Thank you
Thanks JennRu your answer was helpful. We’re now considering Pro Plan internally. Thanks.
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…