Client-SideUnity SDKUsage

Custom Events

Track any custom event from the app/game

Use SendWebhookRequest to send an custom event when a user does the event.

WebRequestManager.SendWebhookRequest("custom",data,onSuccess,onError);

Data types for the request are:

Prop

Type

Data Object should be as follows.

Prop

Type

Params Object should be as follows.

Prop

Type