Amplitude Analytics covers a family of software analytics tools to track user behavior. Please use additional tags to identify specific platforms and development languages / environments relevant to your question.
Questions tagged [amplitude-analytics]
59 questions
1
vote
1 answer
Amplitude Analytics Dashboard REST API Event object
Using the Amplitude Dashboard REST API, I am attempting to get a count of all unique times a custom event was triggered with a filter of a custom event property. However I am unable to even get the simplest event segmentation to run, though all…

st1ph1n
- 53
- 7
1
vote
1 answer
React.js: Use Header-Imported Javascript Library
I have built a React.js web app and am trying to use Amplitude Analytics, which has a Javascript SDK here:
The instructions say to include a in the part of the page. I've added the script in my index.html page, and…

felix_xiao
- 1,608
- 5
- 21
- 29
0
votes
0 answers
React native navigation: get state in children Screens from refNavigationContainer
I'm trying to set some conditions on the React Navigation headers (for example, if the cart contains items and you want to go back to the home screen, display an alert, and empty cart). The cart is managed in Redux.
How do I get the…

Eric Lehmann
- 329
- 2
- 13
0
votes
0 answers
how to configure tracking mobile app and web application via GTM?
I’m a newbie to Amplitude. How do we configure tracking of mobile apps(ios / android apps built on Firebase), and web apps (assume it’s progressive web app with ios/ android wrapper) via GTM?
I couldn’t find any docs.
Many Thanks

sysphp
- 29
- 5
0
votes
0 answers
React Native Expo - Crash on production iOS but working fine on ExpoGo and standalone
The last update on my app is crashing when hitting the root router (react navigation).
I can't manage to pinpoint the exact problem, even when with XCode and adb logcat. When I run the app on ExpoGO, it works perfectly. Same for standalone .apk, and…

Eric Lehmann
- 329
- 2
- 13
0
votes
1 answer
Failed to parse JSON response using Python
I am trying to automate export of Amplitude reports and then adding them in G-Spreadsheets using Python but I am getting the below error:
Error: Failed to parse JSON response: Expecting value: line 1 column 1 (char 0)
Failed to fetch data for [RAW]…
0
votes
0 answers
Why does analytics-browser clubs up events together in a single request?
I recently implemented @amplitude/analytics-browser 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…

Blueboye
- 1,374
- 4
- 24
- 49
0
votes
1 answer
Setting up Amplitude analytics, I get ERR_BLOCKED_BY_CLIENT
I'm trying to set up Amplitude for my web app.
When I click on a button that should be tracked, I get this:
POST https://api2.amplitude.com/2/httpapi net::ERR_BLOCKED_BY_CLIENT

ppt
- 946
- 8
- 18
0
votes
0 answers
Store amplitude analytics data offline while using Browser SDK in an electron app
I have a use case where we have an electron based application running in Ubuntu. Electron app has a frontend on Angular and we want to track UI/UX analytics.
We are thinking of integrating the TypeScript Browser SDK and wanted to ask how to store…

Rahul Raj
- 41
- 7
0
votes
0 answers
How to fixed NDSolve error by Mathematica Program
This is non-linaer system of wave equation. To solve this equation I used NDSolve (Mathematica). I try to solved non-linear wave equation numerically by using FDM and NDSolve but I got some error. I think the code before solf=NDSolve is ok but may…

RK Ripon
- 1
- 1
0
votes
2 answers
how to get from google Analytics Api data for each event recorded?
I need to import from G-Analytics to Amplitude the historical data.
The amplitude api show a data example of how to prepare the dato to ulpload to his site.
I need to export from GA each event ever recorded this fields and values:
{"event_type":…

MrPimiBurn
- 15
- 5
0
votes
0 answers
Amplitude in SwiftUI. I get "invalid_api_key"
I am integrating Amplitude into a SwiftUI project.
I get a message that Connection response received:400, invalid_api_key
Tried to do it this way, in this case the data was transferred, but it doesn't work in…

Max
- 37
- 7
0
votes
0 answers
How to automatically add session_id to Amplitude through Segment tracking calls
I'm using the server side Segment Ruby SDK to track events from the backend, and those events along with custom properties attached will end up in Amplitude where they are analyzed to produce product metrics. I noticed that the events tracked from…

ctzw
- 1
0
votes
1 answer
NextJS Script tag not loading amplitude
I have following code to include amplitude js for tracking using Script tag. But, amplitude is not loading events.
import Document, { Html, Head, Main, NextScript } from 'next/document';
import Script from 'next/script';
…

user521024
- 521
- 2
- 7
- 29
0
votes
1 answer
How to remove "request-id" header
Recently, I noticed my browser console is flooded with error messages like below.
Access to XMLHttpRequest at 'https://api.appcues.net/v1/accounts/45873/users/xxxxxxxxxxxxxx/taco?url=https%3A%2F%2Fxxxxxxxxxxxxxxxxxxxx' from origin…

David S.
- 10,578
- 12
- 62
- 104