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
3 answers
Need to implement Last Non-Direct Click Attribution on Amplitude Data in Snowflake
I'm attempting to re-create Google Analytics "Last Non-Direct Click" marketing attribution methodology on top of Amplitude data set. In basic terms, this means if a user has a session where the channel is direct, it looks backwards in time and finds…

Hayley Atwater
- 11
- 2
1
vote
0 answers
Getting Errors integrating Amplitude Flutter Package into Flutter
I used the following reference code from the Amplitude team: https://developers.amplitude.com/docs/flutter-setup
Here is the relevant portion of my code:
import 'package:flutter/material.dart';
import…

satchel
- 405
- 5
- 16
1
vote
1 answer
how do I use amplitude's flutter package in a custom action?
I installed the following pub-dev package: https://pub.dev/packages/amplitude_flutter
Amplitude has a flutter SDK and a flutter package, allowing the app to send events to the Amplitude server.
I want to execute it within a custom action so that I…

satchel
- 405
- 5
- 16
1
vote
0 answers
Is there a possibility to get 'Last Seen' parameter for all Users in Amplitude via the API?
I tried to find solution in Amplitude's User Profile API, but it allows request this data for just one user at once, defining user_id.

Vitalii Mariash
- 11
- 2
1
vote
1 answer
ld: library not found for -lAmplitude when lib exists at .../BuildProductsPath/Debug-iphoneos/Amplitude
I keep getting this error when building my app using xcodebuild from the command line.
xcodebuild -workspace ios/APP_NAME.xcworkspace -scheme APP_NAME clean archive -sdk iphoneos -configuration Debug -UseModernBuildSystem=NO -archivePath…

Parth
- 2,682
- 1
- 20
- 39
1
vote
1 answer
How to call Amplitude Export API with R
I am trying to call the Amplitude Export API (link here: https://developers.amplitude.com/docs/export-api) with R.
Below is the explanation but I really don't see how to apply the following using a function like GET or curl functions.
curl -u…

ML_Enthousiast
- 1,147
- 1
- 15
- 39
1
vote
1 answer
Google tag manager Custom Template and Amplitude event logging
I'm trying to use the amazing features brought by the Custom Template on Google Tag Manager to organize the tags we use to log events on Amplitude.
I used to have a code like : amplitude.getInstance().logEvent(eventTitle, {args})
However, due to…

Mombia Atiat
- 11
- 2
1
vote
2 answers
Why is amplitude sdk regenerating device Id on every session/tab on the web on desktop?
I am using the amplitude Javascript SDK. Following the documentation: at https://help.amplitude.com/hc/en-us/articles/115003135607-Tracking-Unique-Users I assumed Amplitude sdk would by itself set up a single device id (as the name suggests) for the…

GA1
- 1,568
- 2
- 19
- 30
1
vote
1 answer
Tying Amplitude events sent from back-end to user sessions
When tracking website with Amplitude if some events are sent from the backend, how can we tie those events to specific user sessions?
Thank you

Tony Simonovsky
- 169
- 1
- 9
1
vote
2 answers
Occasional Amplitude "Invalid apiKey"
I'm trying to record events using the JS Amplitude API.
The setup instructions are to put code in the of pages.
See Full instructions here.
Since I'm using React, I put the code in index.html
The event I'm trying to record is executed on…

Michael Ninh
- 772
- 2
- 10
- 23
1
vote
3 answers
Amplitude Analytics in Flutter
How can I Integrate Amplitude Analytics in Flutter? I have to perform number of Analysis of my App using Amplitude Analytics For example: I have to see how many Sign Ups are done of my App.I am having no idea regarding the implementation of…

shalini
- 2,125
- 5
- 11
- 15
1
vote
0 answers
Branch does not send events to Amplitude
I have implemented iOS and Android SDK, now I am testing my app configuration in test environment. While everything works fine with iOS, I noticed that with Android, events are not passed to Amplitude. I expect to see the [Branch] OPEN event in…

Anton Aronskiy
- 11
- 3
1
vote
0 answers
Get all inactive users on Amplitude
Using the amplitude API how can I get all users (and their amplitude_id) that have not been active in the last N days? I see that the user has the lastSeen property but it's not clear to me how to filter on it.
For example I thought maybe…

fpghost
- 2,834
- 4
- 32
- 61
1
vote
0 answers
"Invalid argument" error with UrlFetchApp
I'm trying to pull from the Amplitude Dashboard Rest API (documentation) in Google Apps Script, but am hitting a weird bug.
Here is the API call I want to make:
curl -u API_Key:Secret_Key…

superpaow
- 11
- 1
1
vote
1 answer
Amplitude analytics not connecting to my React Native App
I have a react native app that uses expo so Amplitude is kind of built in. I thought all I had to do was initialize to get basic info flowing. Now 18 hours after pushing code to my users, Amplitude still says “Listening for first event”. All I’ve…

PurplePanda
- 629
- 9
- 29