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
0
votes
0 answers
Problem merging Branch.io and Segment.io user's attribution data on Amplitude
my company has an app developed using Ionic, and we use the JS version of the Segment library.
npm package ngx-segment-analytics
I'm trying to integrate attribution data on Amplitude, my data flow looks like this:
Facebook -> (MMP) Branch.io ->…

felipeclopes
- 4,010
- 2
- 25
- 35
0
votes
1 answer
Amplitude & Segment.io - Saas product analytics - How to get all users
if I want to calculate the % of active users for my product. I need the total amount of users for each day. How can I achieve this with Segment.io and Amplitude?
Do I need to send an event every day with the number of all users?

Cyran
- 15
- 3
0
votes
1 answer
After Adding new RNAmplitudePackage(MainApplication.this)) to MainApplication.java . Build is failing
import com.sudoplz.reactnativeamplitudeanalytics.RNAmplitudeSDKPackage;
@Override
protected List getPackages() {
@SuppressWarnings("UnnecessaryLocalVariable")
List packages = new…

Abhinav Anand
- 27
- 5
0
votes
1 answer
Aplitude not logging the event written in "applicationWillTerminate" iOS
I have installed amplitude in ios project. I am able to send events to amplitude. I am able to see the events in dashboard.
But i am not able to see the app close event in dashboard.
Pleas find attached code below.
func applicationWillTerminate(_…

Rinto Andrews
- 60
- 1
- 9
0
votes
1 answer
Where to Initialize API Keys (eg: Amplitude) in a React Native App (with Expo + Redux)?
Using a React Native boiler plate with Expo and Redux, we like to use the Amplitude tracking service which involves first initializing with
Amplitude.initialize(apiKey)
followed by logging events in various React Components, such…

Nyxynyx
- 61,411
- 155
- 482
- 830
0
votes
1 answer
App Close Event not getting tracked when app is getting Closed using Amplitude Event Tracking
I want to track App Open and App Closed events, Below code i have used. I'm getting App Open Event but i couldn't get App Close Event, is there anyone know how track app close event
class AppLifecycleTracker : Application.ActivityLifecycleCallbacks …

Mohan K
- 464
- 5
- 18
0
votes
0 answers
Typescript / Webback / Angular2 WEBPACK_IMPORTED_MODULE is not a constructor
Trying to integrate Amplitude Analytics https://github.com/amplitude/Amplitude-JavaScript into an Angular2 project. The following code
import { Amplitude } from 'amplitude-js';
private amp = new Amplitude();
throws
core.js:5574 Unhandled Promise…

pop
- 3,464
- 3
- 26
- 43
0
votes
1 answer
How do i keep track of which tag does what in an analytics tool
Analytic tagging service like Google Analytics, Firebase Analytics, Amplitude, MixPanel, Flurry etc all requires you to map a tag name to an action in your application like a button click or a page view.
For a small application, it is easy to keep…

WKL
- 504
- 1
- 5
- 17
0
votes
1 answer
How is a funnel operation process of Amplitude analytics?
I'm working on mobile app service company.
My job is to handle data of the app.
I'm trying to analyze the app data through 'Amplitude analytics(AT)'
Custom event tracking by AT works pretty well.
I'm satisfied with this function of AT.
However,…

Sanghoon Shim
- 21
- 4
0
votes
0 answers
Do mobile analytics services (like Firebase or Amplitude) generally let me do time-based analysis?
I work on a camera app, and I'm collecting a stream of analytics events like:
App entered foreground.
The user took a photo.
Let's say I want to find out how long after the app enters foreground the user takes a photo. This requires me to find,…

Kartick Vaddadi
- 4,818
- 6
- 39
- 55
0
votes
1 answer
How can I get Amplitude metrics for New Users via the API?
For the Amplitude REST API, the 'event_type' for the system event '[Amplitude] Any Event' is '_active', as mentioned…

Jeremy
- 3,438
- 3
- 34
- 57
0
votes
1 answer
how to hide global variable of Amplitude
Does anyone use Amplitude?
I just integrate this analysis tool in my side project.
I follow the resource of how to setup,
but later, I found out that I could access variable Amplitude and do logEvent in my console.log on my website.
It would not be…

Even
- 238
- 2
- 9
0
votes
2 answers
Android Alpha/Beta testing
My company will be releasing a communication app for Android in the coming weeks/months. It is an embedded app on a Nexus 7 2013 device, running AOSP with some minor modifications. This makes typical remote updates complicated as there's an extra…

Greg T
- 3,278
- 3
- 37
- 39
-1
votes
1 answer
Amplitude on competitors' websites
I am going to start learning Amplitude Analytics, could you tell me if Amplitude can be used on the websites of my competitors, to know how their customers behave with them.?
Still to try and find out.