Amazon Associates is technically not one program. It's thirteen separate regional programs, each with its own tag format, its own commission table, its own dashboard, and its own enrollment paperwork. Most affiliate creators sign up for the US program, get a tag ending in -20, and call it done. The result: every international click silently earns nothing. This is the practical guide to running multiple tags correctly: which regions to enroll in, how the tag format works, the four mistakes that quietly cost commission, and how to manage the whole thing without losing track.
The tag format per region
Every Amazon Associates tag follows the patternname-NN, where NNis a region-specific suffix Amazon issues when you enroll. The suffix is the only thing that tells Amazon's tracker which regional program you're claiming the commission under.
-20United States (amazon.com)-21United Kingdom (amazon.co.uk)-22Germany (amazon.de)-23France (amazon.fr)-24Japan (amazon.co.jp)-25Spain (amazon.es)-21+ variants: Italy, Netherlands, Sweden, Poland (the suffix patterns differ; check the dashboard for the exact one Amazon issues)-21Canada (amazon.ca)-21Australia (amazon.com.au)-21India (amazon.in)
The exact suffix varies by region and by which subprogram you enrolled in, so always copy your tag verbatim from the regional dashboard rather than guessing. The name prefix can be anything you choose at enrollment time; many creators use the same name across regions (e.g. yourhandle-20,yourhandle-21) so the suffix is the only thing that varies.
Why each region needs its own enrollment
The regional programs are legally separate entities. The US program is Amazon.com Services LLC; the UK program is Amazon EU S.à r.l.; Germany is the same legal entity as the UK but on a different commission schedule. Tax forms, payment details, and the commission tables differ per region.
Enrollment is per-region: you sign up at the Associates portal for each Amazon storefront where you have meaningful audience traffic. The portals areaffiliate-program.amazon.com (US),affiliate-program.amazon.co.uk (UK),partnernet.amazon.de (DE), and so on. The flow for each is identical (apply, verify tax info, paste your website or socials, get the tag), but you have to do it once per region.
For most affiliate creators, the right starting set is US + the one or two regions where they have meaningful traffic. UK and Germany cover most of Europe; Canada is a near-zero-effort add if you have any North American audience that isn't US-only.
How attribution actually works
Amazon's tracker reads the tag query parameter at the moment a user lands on the product page, sets a 24-hour cookie, and credits any purchase the user makes in that window to your tag, as long as the purchase happens on the storefront whose program issued the tag.
The trip-up: a US -20 tag is recognized only onamazon.com. The same tag on a click toamazon.co.ukgets ignored. The visitor still gets the product, but the commission goes to nobody. Amazon's dashboards don't show you the non-conversions; they only show the conversions that happened under your tag in the matching region.
Cookie window: 24 hours from click on most regions; longer on certain promotional categories. The window resets every time the user clicks any Amazon link, including a different affiliate's.
Four common mistakes
- Using the same tag globally. The single most common mistake. A US
-20tag pasted into a link toamazon.co.ukearns nothing. Multiply by however much of your audience isn't US-based and you have your annual leak. - Cross-region tag mismatching. A
-21UK tag on anamazon.comURL earns nothing too; it goes the other direction with the same failure mode. The fix: always pair the regional tag with the regional storefront URL. - Letting tags share a name across creators. A name like
fashion-20sounds clean but collides with anyone else who registered the same prefix first. Always include something unique to you (yourhandle-20) at enrollment time; this is locked at registration and can't be edited. - Using a deprecated tag.Amazon retires tags if you go inactive on the program for an extended period or if your account is closed. Test your tags monthly by clicking one of your own affiliate links and confirming the tag arrives in the URL Amazon serves; a tag that's been silently retired silently stops earning.
Link construction per region
The canonical shape Amazon endorses:
https://www.amazon.[tld]/dp/[ASIN]/?tag=[YOUR-REGIONAL-TAG]
Where [tld] is the regional storefront (com, co.uk, de,fr, co.jp, etc.), [ASIN] is the ten-character product ID (extract from any Amazon URL with /dp/ or /gp/product/ in it), and [YOUR-REGIONAL-TAG] is the tag for that region.
Examples for the same product across three regions:
https://www.amazon.com/dp/B0XXXXXXX/?tag=yourhandle-20https://www.amazon.co.uk/dp/B0XXXXXXX/?tag=yourhandle-21https://www.amazon.de/dp/B0XXXXXXX/?tag=yourhandle-22
The ASIN is the same across storefronts because Amazon's product catalog is unified at the ASIN level; the storefront difference is in the host and the tag.
Managing multiple tags in your bio
Three workable patterns, in increasing order of automation:
Manual: one bio link per region
Maintain two or three regional variants of your bio (linksync.me/your-uk, linksync.me/your-us, etc.) and reference the right one in posts targeted at that region. Cheap, fragile, impossible to maintain past a few regions. Works for creators whose audience is mostly two regions.
Semi-automatic: OneLink
Amazon's first-party OneLink wraps every link with a client-side JavaScript redirect that picks the regional tag based on the visitor's detected country. Free, works for Amazon-only, fails on browsers with JS disabled or aggressive privacy extensions, doesn't help with non-Amazon affiliate programs.
Server-side geo-routing in the bio link
The pattern most affiliate-bio platforms now support: attach multiple region/tag pairs to a single product in the bio editor, and the platform's redirect picks the right one server-side based on the visitor's country. Works without JavaScript, works across affiliate programs (not just Amazon), and the bio holds one link per product instead of one per region.
The five-minute audit
Before spending time on multi-region setup, confirm the leak is real:
- Open your Instagram or TikTok analytics; look at audience country breakdown. If 90%+ is one region, multi-tag is a marginal optimization.
- In your US Amazon Associates dashboard, look at the "earnings by country" report. If you see meaningful traffic from regions where you don't have a tag enrolled, that's your annual leak with a dollar amount attached.
- Run one click test: open a non-US country VPN, click your own bio's Amazon link, confirm whether you land on the right regional storefront with the right tag attached.
Putting it together
Multi-region tag management is one of the highest-leverage unsexy chores in affiliate marketing. The setup is paperwork; the maintenance is a monthly tag-test ritual; the result is commission that was silently being dropped now showing up in the dashboard. For affiliate creators whose audience is meaningfully international, every month spent without it is revenue you're leaving on the table without seeing it leave.