Ads Transparency API
Overview of the Google Ads transparency endpoint and its three query modes.
Endpoint
GET /api/v1/transparencyAuthentication
Authorization: Bearer YOUR_API_KEYQuery Modes
Choose exactly one of the following guides:
| Mode | Purpose | Guide |
|---|---|---|
keyword | Search advertiser and domain suggestions by keyword | Transparency Keyword API |
domain | Find advertisers associated with a domain | Transparency Domain API |
creativeIds | Reverse lookup domains by creative IDs | Transparency Creative IDs API |
Validation Rules
keyword,domain, andcreativeIdscannot be provided together- at least one of them must be provided
Common Response Shape
{
"code": "ok",
"message": "ok",
"data": {
"endpoint": "transparency",
"costCredits": 2,
"remainingCredits": 98
}
}Shared Response Fields
| Field | Description |
|---|---|
data.endpoint | Fixed value: transparency |
data.costCredits | Credits consumed by this request |
data.remainingCredits | Remaining credits after deduction |