Skip to main content
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:
Omitting the parameter (or exclude_removed=false) returns everything, including REMOVED entities.

Parameter


Affected endpoints


Frontend integration

Add &exclude_removed=true to all listing API calls. Nothing else changes.