Tracking Events

Attribute in-app behavior and revenue back to the link that drove the install.

Use trackEvent to attribute in-app behavior (and revenue) to the link and campaign that drove the install.

iOSswift
LinkTrail.shared?.trackEvent(name: "purchase", value: 49.99, currency: "USD")
Androidkotlin
LinkTrail.shared?.trackEvent(name = "purchase", value = 49.99, currency = "USD")

Events appear in the dashboard's Analytics section and feed attribution and CVR metrics. value and currency are optional — omit them for non-revenue events.