The most recent content from our members.
Auto Capture is a very prominent feature for the Browser SDK and the Native SDK's i.e. the IOS and the Android SDKs. It allows us to capture the basic [Amplitude] events like Button clicks, Navigation to pages, Pages Viewed, etc. The project that I am currently working on already has a web version on which we use the…
We have a medical educational platform that has events from both learners and edcuators, with the latter being a much smaller population. We're interested in really digging into how the educators are using the platform, and wanted to explore their session replays. Because they are such a smaller segment, they are less…
Hello! We paid for access and set up a remote configuration in Data within the project. Also connected inside the project via the following code: await init(apiKey, '', {<br /> disableCookies: true,<br />}).promise;<br /><br />const config = {<br /> enableRemoteConfig: true,<br /> sampleRate: 0.1,<br /> autoStart:…
I’ve added session replay to my web project, and it works fine but there is a issue with layout rendering. When hard refreshed or when first visited(first interaction with new session), the amimated layout that’s supposed appear with certain condition opens and then disappears with designated animation. I learned that…
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hey, Im trying to get evaluation for a feature flag i defined and im encountering a few issues. This is the code im trying to execute: // Get deployment key from environment variable or use a default<br /> deploymentKey := "<MY_DEPLOYMENT_KEY>"<br /><br /><br /> // Initialize the Amplitude Experiment client<br /> client :=…
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…
The amplitude docs include this note: Starting from v2.8.0 the SDK supports getting the device ID from the URL paramter ampDeviceId. The SDK configuration, for example, init('API_KEY', { deviceId: 'custom-device-id' }) still takes precedence over the URL parameter. Previous versions of the SDK supported the deviceId URL…
Hi, I wanted to create a proxy but I am stuck. I am using Netlify TOML instead of Nginx [[redirects]]<br /> from = "/relay/*"<br /> to = "https://api2.amplitude.com/:splat"<br /> status = 200<br /> force = true and it works but I am getting 400 error “missing_event” This is the script I am using for autocapture and init:…
Good day! I am new to Amplitude and still learning. Our organization’s current objective is to track specific webpages that have high exits/drop-offs so we think that the Funnel Chart is the best tool to use for it. However, you see our website uses 2 different domains in completing the buying journey of visitors (from…
It looks like you're new here. Sign in or register to get started.