The most recent content from our members.
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:…
Our service uses Amplitude for all users, but for certain users, Amplitude does not record any data at all, making it impossible to track their user information and activity logs. We also use tools like Datadog in parallel, and while Datadog records data correctly, Amplitude fails to log events, showing the error message…
Hi, everyone. I’m using @amplitude/analytics-browser on our web. Our front-end framework is Nextjs. And I follow https://github.com/amplitude/Amplitude-TypeScript/tree/main/examples/browser/next-app to set up. But recently, error `Amplitude Logger [Error]: Failed to fetch` always happen everyday, and fail to track this…
Hello, I am developing amplitude with my ecommerce website smartbettor.ai. I have currently implemented amplitude to track events using the java script sdk. I track payments with stripe and want to track sign ups. After a successful stripe checkout users are redirected to a registration form. The only way to complete sign…
Some of our Revenue Events don’t have custom properties on the dashboard. const customProperties = {"foo": "bar"};<br /><br />const ampRevEvent = new amplitude.Revenue()<br /> .setProductId(‘sale-id-0001’)<br /> .setPrice(100)<br /> .setQuantity(1)<br /> .setEventProperties(customProperties);<br /><br…
We recently integrated amplitude and noticed we have this in console. index.ca0b2aaa.js:41 Refused to connect to 'https://api2.amplitude.com/2/httpapi' because it violates the document's Content Security Policy. I search through amplitude but couldn’t find any documentation around Content Security Policy. Do you have any…
I’m getting a lot of log errors with the messages: console error: Amplitude Logger [Error]: TypeError: Failed to fetch and… console error: Amplitude Logger [Error]: TypeError: Load failed We are using de JS Library on a Nuxt App. Any ideias about how to fix it?
Hi everyone, I have 2 questions Q1 registering user prop. according to the docs custom user props can be created in 2 different ways: * Manually in the UI * Calling the analytics.identify() with the user prop Can a user prop be registered using as a payload of an event or we have to do 1 or 2 to register it Q2 Updating the…
Let’s say I trigger an event when a submit button is clicked, isn’t there a race condition between sending that event and the browser to unload the current page in order to navigate to the new one? In other words, it could happen that the form is submitted and the new page loaded before the event is completely sent, so it…
When sending an event through the Javascript SDK in an application I am using I pass event properties into the sendEvent method. I can see the desired object on the request to Amplitude when it sends the event and the object it attached to the event_properties field on the request payload. However, the event properties are…
It looks like you're new here. Sign in or register to get started.