All terms

Operator glossary

Lookalike audiences

On Amazon, lookalike usually means the AMC rule-based lookalike — a SQL-defined seed of 500 to 500,000 user IDs, modelled out to one of five named reach tiers and activated in DSP and sponsored ads — but DSP also expands audiences on its own, by default.

The version most people mean lives in Amazon Marketing Cloud: SQL resolves a seed of 500 to 500,000 user_id values, you POST it to the lookalike endpoint, and an AWS machine learning model — Amazon's own description — returns a larger set with similar characteristics. You cannot point the API at an existing rule-based audience; the SQL has to be resubmitted. Output size is not a percentage dial but one of five tiers on lookalikeAudienceExpectedReach, each an absolute, region-dependent band. The tiers nest: SIMILAR contains MOST_SIMILAR, BALANCED contains both, MOST_BROAD contains everything — moving up dilutes your best-matched population rather than swapping it out. The audience targets in DSP and Sponsored Display and modifies bids in Sponsored Products and Sponsored Brands. Amazon does not publish the model's features or a lift benchmark.

The failure mode is the seed count: the number you validate and the number the model receives are not the same. Amazon states only adUserId is targetable and calls 90% adUserId coverage an important factor limiting the full audience size; the final audience also omits users who have opted out of targeting and any users identified as potential children. Amazon warns that a seed above 500 user_id values can still come back too small when its ids aren't found in the matched population — a seed of 600 can come back FAILED hours later, reported in statusReason rather than at submit time. Size seeds in the low thousands and start at MOST_SIMILAR; MOST_BROAD in Europe and the Americas is 3M–10M. Sync takes 2 to 24 hours and refreshRateDays accepts only 7 to 21 — not a Prime Day week decision.

The numbers

  • AMC lookalike seeds must resolve to between 500 and 500,000 user_id values, and the 2,000-record minimum often quoted alongside is Amazon's documented floor for plain rule-based audiences on the same page — not for lookalike seeds.
  • Size comes from the required lookalikeAudienceExpectedReach parameter — five absolute, region-dependent, cumulative tiers rather than a percentage dial, running from MOST_SIMILAR 500K–1M to MOST_BROAD 3M–10M in Europe and the Americas (Ads API docs, checked September 2026).
  • Amazon DSP's 'Reach similar audiences' is a separate feature — no AMC instance or SQL, it just expands an ad group's existing audiences — and Amazon's DSP targeting help page says it now turns on automatically once you add an audience.

Primary sources: Amazon Ads API — Rule-based lookalike audiences (AMC) · Amazon Ads API — AMC rule-based audience creation · Amazon Ads Support — Rule-based lookalike audiences (tier nesting, matched-population failure)