trackApplicationInstall

The trackApplicationInstall() method records app installations. The event is sent the first time the app is launched, once per app version. If a user installs your app but doesn't run it, the event is not sent.

Syntax

await PiwikProSdk.trackApplicationInstall();

Examples

To track the installation of your app:

await PiwikProSdk.trackApplicationInstall();

Related methods