WarpLink
API Reference

Attribution

Match app installs to link clicks for attribution.

Attribution Match

Match a new app install to a previously recorded link click. The match cascade tries strategies in order: referrer, device ID (IDFV), fingerprint, and raw device signals.

Either provide a pre-computed fingerprint, a referrer string, a device_id, or raw device signals (accept_language + screen_width + screen_height + timezone_offset + user_agent). When raw signals are provided, the server computes the fingerprint using the request's IP address.

POST/attribution/match

Match an app install to a link click

Request Body

FieldTypeDescription
fingerprintstringSHA-256 fingerprint hex string.
platform*"ios" | "android"
fingerprint_version*"basic" | "enriched"
sdk_version*string
device_idstringIDFV (iOS) or equivalent device identifier.
referrerstringInstall referrer string (Google Play).
accept_languagestring
screen_widthinteger
screen_heightinteger
timezone_offsetinteger
user_agentstring

Responses

200Attribution result
400Validation error
FieldTypeDescription
error*object

On this page