Click history
split_click_historyThe SplitLinks this account has CLICKED (as a shopper), newest first — the way to find something seen earlier via a creator's link and buy it so that creator is credited. Each row: the product url, the link's name and image_url, last_clicked_at, the creator (user, null when that creator keeps their profile private), is_own (the account's own link), and shop_it_url — the creator's link with this account's own sign-in baked in. To buy, open shop_it_url (a person) or pass it to split_click_link (an agent that checks out itself); either way the click is this shopper's, the creator earns the commission and the shopper receives the buyer share where the merchant offers it. group_by 'creator' or 'brand' returns the same rows nested under each creator/brand instead. Filters (link mode only): brand (a brand id) and creator_uuid (only creators who are discoverable and Bronze rank or above).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| brand | No | Brand id — link mode only | |
| group_by | No | Default link: one row per link | |
| creator_uuid | No | Creator's public uuid — link mode only |