The most recent content from our members.
I recently implemented @amplitude/analytics-browser package in my react application. I have initialized the app and then I am using the track() method to send the events to amplitude. However, I noticed there's a lot of duplication. When I load the app, it will place a request to https://api2.amplitude.com/2/httpapi with…
Hi, Using npm dependencies @amplitude/ampli v1.31.2 and @amplitude/analytics-browser v1.9.1, the generated wrapper does not compile with our current TypeScript version 4.8.4. Documentation mentions a version requirement > 2.1 Also, event names containing single quotes also generate non-compiling code (our event names are…
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…
In my react web app, I only installed amplitude marketing-analytics-browser SDK.(amplitude-ma-ts) But when i saw user look up, there is events which have library properties ‘amplitude-ts’ attached screenshot is what i tested. I fired 2 events consecutively in the same environmenet(same device+same browser). But their…
Using dot notation in property names will create interfaces with nested properties, but the nested enums will not be typed correctly. For example, for event with the following properties: enum → enum [“foo”, “bar”] nested.string → string nested.number → number nested.enum → enum [“foo”, “bar”] Ampli will generate a…
It looks like you're new here. Sign in or register to get started.