Web
Before you begin
If you haven't already, add Adrop to Web and make sure that Adrop Metrics is enabled in your project
Initiailze Adrop
Please replace the parameter with appropriate values before using it.
If you're using
Typescript
, copy this code in your*.d.ts
3. If you're using ESLint
, add "adrop": true
to globals
field in your .eslintrc.json
Log Events
You can log custom event to define the users of your app.
Last updated