What changed
LinkedIn's August 2026 Marketing API release introduces a hard account-level limit of 1,000 DMP segments used for Matched Audiences and Predictive Audiences. The limit applies across API versions; accounts above it receive HTTP 429 with `SEGMENT_LIMIT_EXCEEDED` when trying to create more segments and must delete unused segments first. The same release reiterates a separate August 31 cutoff: LinkedIn will completely stop supporting Legacy Geo for Ads Targeting, and campaign creation using old geography identifiers will return a 400 `INVALID_VALUE_FOR_FIELD`. LinkedIn also says the Matched Audiences API is now generally available for application by qualified developers.
Why it matters
Ad-tech integrations often treat audience segments and geography dictionaries as durable resources. LinkedIn is making both assumptions unsafe at once: segment stores now need lifecycle management to stay below a fixed ceiling, and old geography IDs become invalid for campaign writes after August 31. Agencies, CDPs and SaaS tools that provision campaigns programmatically can therefore fail even when their authentication and API version remain valid. The new GA application path for Matched Audiences also means more developers can build against the audience API, but they inherit these operational constraints immediately.
The 1,000-segment cap applies across API versions
LinkedIn says each sponsored ad account can have at most 1,000 DMP segments across USER, COMPANY and LIST_UPLOAD Matched Audiences plus Predictive Audiences. Creating another segment above the threshold returns HTTP 429 and `SEGMENT_LIMIT_EXCEEDED`. This is not avoided by pinning an older Marketing API version.
Legacy Geo stops working for new campaign targeting on August 31
LinkedIn says it will completely stop supporting Legacy Geo for Ads Targeting from August 31. Campaign-creation requests using the old geography values return `400 INVALID_VALUE_FOR_FIELD`, and developers must use the newer Bing-geo identifiers.
Audience APIs are opening to more developers
The Matched Audiences API is now generally available for application to qualified developers through LinkedIn’s Developer Portal. That expands access beyond previously approved partner paths but does not relax consent, data-use or audience-resource limits.
The release also adds account-level Dynamic UTM configuration
Marketing API version 202608 adds support for dynamic UTM tracking parameters at the sponsored-account level, extending the existing campaign-level surface. That can simplify consistent attribution templates across campaigns, but integrations should migrate deliberately rather than coupling the tracking change to the mandatory geo/audience fixes.