Affiliate link
A URL that contains a tracking parameter identifying you as the referrer, so the merchant can credit you a commission when the click converts to a sale.
An affiliate link is a normal product URL with one extra ingredient: a tracking parameter that identifies the publisher who sent the visitor. When a buyer arrives via the link, the merchant's system reads the parameter, sets a cookie tied to that publisher, and credits any subsequent purchase within the cookie window. The mechanism is simple in theory and fragile in practice.
Anatomy of an affiliate link. A typical Amazon Associates link looks like https://amazon.com/dp/B0ABCD1234?tag=yourname-20. The base URL points at the product, the ASIN (B0ABCD1234) identifies it specifically, and the affiliate tag (tag=yourname-20) tells Amazon who to credit. Other networks use different parameter names. Awin uses awinaffid and awinmid. Impact uses an opaque click handshake in the URL itself. The role is identical across all of them.
How attribution actually flows. Step one: visitor clicks your link. Step two: the network records the click, generates a click ID, sets a cookie. Step three: visitor browses, eventually buys. Step four: at checkout, the merchant's system either reads the cookie (browser-side) or fires a server-to-server postback referencing the click ID (cookie-less fallback). Step five: the network attributes the sale to the publisher whose tag was on the original click. Step six: payout, typically 30 to 90 days later.
Three forms in the wild. Raw URLs (the full thing, ugly but transparent), shortened URLs (amzn.to/3xyz, bit.ly/..., network-issued short codes), and managed URLs (a redirect on your own domain that wraps a raw URL). Each form trades different things: raw is most readable for the buyer but ugly and hard to update; shortened is clean but opaque; managed is clean, updatable, and increasingly the standard for creators who post the same link to multiple platforms.
Where affiliate links live. A practising creator posts the same affiliate URL across YouTube descriptions, pinned comments, Instagram bios, link-in-bio pages (Linktree, Beacons, Stan Store), blog posts, newsletters, podcast show notes, and increasingly Pinterest pins. Each placement is permanent in the audience's history but transient in earning potential: the moment something downstream breaks, every placement leaks.
Why affiliate links break. Four common failures, all of which return 200 OK to a status-code checker. The affiliate tag gets stripped somewhere in the redirect chain. The product goes out of stock. The ASIN gets reassigned. The affiliate program is discontinued without the publisher being notified. Generic uptime monitoring catches none of these. The link-rot pattern is most acute precisely because affiliate links sit silently in old content for years.
The lifecycle of one link. A typical affiliate link is created in a network dashboard (Amazon SiteStripe, Awin dashboard, etc.), published into a piece of content, accumulates clicks for the lifetime of that content, and continues earning until one of the four failures above silently disables it. Without monitoring, the publisher learns about the failure only when the earnings export shows a quarter of unexplained decline.
Frequently asked
What is an affiliate link?
A product URL with a tracking parameter that identifies you as the referrer. When someone clicks it and buys, the merchant pays you a commission. The parameter (Amazon: tag=, Awin: awinaffid=, etc.) is what makes the link "affiliate".
How do affiliate links work?
Click sets a cookie or generates a click ID. Visitor browses, eventually buys. At checkout the merchant reads the cookie or fires a server-to-server postback to the network. The network credits the publisher whose tag was on the original click, with payout typically 30 to 90 days later.
How do I get an affiliate link?
Sign up to an affiliate network or direct merchant program, get approved, then either generate the link manually (?tag=yourname) or use the network's tool (Amazon SiteStripe, Awin link generator). The link is yours from that point on; reuse it across all your placements.
Do affiliate links cost the buyer extra?
No. The buyer pays the same price they would have paid without the link. The merchant pays the publisher's commission out of their margin. This is the foundation of affiliate marketing as a model.
Why do affiliate links sometimes stop working?
Four common reasons: the tag gets stripped in a redirect chain, the product goes out of stock (with a 200 OK page that looks healthy), the ASIN is reassigned, or the affiliate program is discontinued. All four are silent failures that a status-code uptime checker will not catch.
Related terms
Affiliate tag
The unique identifier inside an affiliate URL that tells the network which publisher to credit. Different networks call it different names but the function is the same.
GlossaryManaged URL
A redirect URL on a domain you control that points to your underlying affiliate URL. Update the destination in one place; every platform using the managed URL reflects the change instantly.
GlossaryCookie window
The timeframe between a visitor clicking your affiliate link and completing a purchase, during which the network will credit you the commission. Varies by program, from 24 hours (Amazon) to 30+ days (most other networks).
GlossaryLast-click attribution
The model affiliate networks use to credit commissions: whoever was the last affiliate to send a visitor before they purchased gets the commission, regardless of who introduced them to the product.