Accurate attribution requires connecting user activity across logged-out and logged-in states. Topsort provides API tools to solve this issue, enabling you to link two opaque user IDs.
How It Works
Users often interact with ads while logged out (e.g.,
user_id = 123) and later, they log in, gaining a distinct user ID (e.g., user_id = 456). Without linking these IDs, activities from the logged-out session are disconnected from post-login actions, leading to inaccurate attribution.
Field | Type | Required | Description |
| STRING | yes | The original (e.g., logged-out) opaque user ID. (1-64 chars) |
| STRING | yes | The target (e.g., logged-in) opaque user ID. (1-64 chars) |
from and to IDs must not be identical.Last updated: