List buyer audit logs
Audit Logs
List buyer audit logs
Paginated audit log feed for buyer activity. Filters by time window, advertiser, campaign, and resource type.
GET
List buyer audit logs
Authorizations
API key or access token
Query Parameters
ISO timestamp; only include audit logs at or after this time
Example:
"2026-03-01T00:00:00Z"
ISO timestamp; only include audit logs at or before this time
Example:
"2026-04-01T00:00:00Z"
Filter to audit logs scoped to a single advertiser
Required range:
x <= 9007199254740991Example:
42
Filter to a campaign and all of its activity (media buys, creatives, etc.)
Example:
"camp_abc123"
Filter to a subset of buyer resource types. Defaults to all buyer resource types.
Available options:
CAMPAIGN, CREATIVE, MEDIA_BUY, PRODUCT, PACKAGE Number of results to return (max 500)
Required range:
x <= 500Example:
50
Number of results to skip for pagination
Required range:
0 <= x <= 9007199254740991Example:
0