Click a SplitLink
split_click_linkResolve a SplitLink you RECEIVED — from another agent, a creator, a message — into its tracked destination, registering the click as this account. Use this instead of navigating to the SplitLink: the sender keeps their attribution, this account is recorded as the shopper (and receives the buyer share where the merchant offers one), and you get structured facts BEFORE deciding to navigate: destination_domain, target_url, the commission rate, whether the link is this account's own, and disclosure flags for anything you show a person. tracked_url is what to open to buy — unchanged; requires_redirect true means it is an affiliate network's one-hop redirector (follow it, keep cookies), false means the store URL with Split's parameter. Split establishes attribution only; it does not decide whether to buy — that stays with the person or their commerce system. Never re-monetize a received SplitLink's destination with your own link: resolve the link you were given. Each call registers a click, so call it per purchase intent, not per impression. as: anonymous clicks as an unknown shopper (no buyer share, the creator earns all), optionally carrying your own shopper id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | me (default): this account is the shopper. anonymous: an unknown shopper | |
| split_link | Yes | The SplitLink as received: https://spl.it/<code> (a shop_it_url carrying auth_token works too), or a bare short code | |
| anonymous_id | No | With as: anonymous — a stable shopper id from your system; its last 11 characters are stamped into the click id |