amplitude-for-web
Web icon

Amplitude for Web

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 07 October 2019
 by 
0.0
 (0 ratings)
amplitude-for-web

Amplitude for Web

Documentation
1.0.0


How to Use

Firstly add a dependency to your module and put just once Amplitude_Initialize on a start of a page loading (preparation) or layout.

API_Key as an input parameter.

Use Amplitude_LogEvent wherever you need send an events on Amplitude server.

It has EventName as an input text parameter.

Web browser development tools may be used to make sure the package is being sent on URL https://api.amplitude.com/ with POST method and plugin works properly.Please note that it may take some time for the data to be displayed on the server. Usually it does not take more than two-five minutes. 



How to obtain API_KEY

Go to Amplitude web page. Sign in and create a new Project and  Workspace in it. Then create a chart and connect it with created Workspace. After everything prepared we can take a API_Key from Manage Data tab (see screen bellow) and use it in our plugin.

Note. Each project has it own API_Key.