This page is also available in Ukrainian.
Overview
All Google Ads listing endpoints now return REMOVED entities (deleted campaigns, ad groups, ads, keywords) by default. To hide them, pass?exclude_removed=true.
This is a non-breaking change — existing responses now include additional
rows with status: "REMOVED". The old behavior is available via opt-out.
How to use
Add?exclude_removed=true to any listing endpoint to restore previous
filtering:
exclude_removed=false) returns everything,
including REMOVED entities.
Parameter
Affected endpoints
Frontend integration
- Quick (preserve old behavior)
- Recommended (show REMOVED)
Add
&exclude_removed=true to all listing API calls. Nothing else changes.