Amplitude
Setup
Sign up for Amplitude at http://amplitude.com and make a note of your API key.
Install amplitude-js:
npm install --save amplitude-js
.Install the target:
Usage
Event Definitions
Don't see your event listed? Please submit a pull request to the Redux Beacon repository with the missing event. Use the source of the existing event-helpers
to guide your work. If you need any support feel free to make the pull request with all you're able to do. We can fill in the gaps from there.
event
Docs:
userId
Docs:
https://amplitude.zendesk.com/hc/en-us/articles/115001361248#setting-custom-user-ids
logout
Docs:
https://amplitude.zendesk.com/hc/en-us/articles/115001361248#logging-out-and-anonymous-users
userProperties
Docs:
https://amplitude.zendesk.com/hc/en-us/articles/115001361248#setting-multiple-user-properties
Last updated