The most recent content from our members.
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…
I am trying to integrate aplitude in my kotlin android application. My dashboad is on US servase zone. I am sure that i copied the right api key for my project but logs shows that the api key is invaled with the staus code 401 Amplitude( Configuration( apiKey = BuildConfig.AMPLITUDE, context = androidContext(), serverZone…
Hi I want to implement AB testing on Next.js App(next 14). "@amplitude/experiment-js-client" Most of my pages are renderd by SSR wanted to know if it is something currently supported and if so do you have a link to repo implementing that? thanks
It looks like you're new here. Sign in or register to get started.