search_advertiser_by_domain
Search by website domain to find an advertiser and retrieve their ID, name, and ad count from Google Ads Transparency Center.
Instructions
Find an advertiser by their website domain.
Args: domain: The domain to search for (e.g. "nike.com", "coinbase.com")
Returns: Advertiser info with advertiser_id, name, and ad_count — or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |