The most recent content from our members.
Hi All, I work with a non-profit who has recently joined the scholarship program, and we’re looking to implement Amplitude into our data collection. Disregarding the time spent to develop the taxonomy, how long on average does the implementation process tend to take using the Java SDK. I recognize that this may not be…
A very simple code like the following: Amplitude client = Amplitude.getInstance();<br /> client.init(".....");<br /> Event e = new Event("TestEvent","TestUser");<br /> client.logEvent(e);<br /> client.flushEvents();<br /> client.shutdown(); The event can be sent to amplitude when I run these code in a java main() method,…
The documentation on https://www.docs.developers.amplitude.com/data/sdks/java/ says: dependencies {<br /> implementation 'org.json:json:20201115'<br /> implementation 'com.amplitude:java-sdk:1.10.0'<br />} It seems that the json library version is a little bit old: https://mvnrepository.com/artifact/org.json/json Do you…
It looks like you're new here. Sign in or register to get started.