# Ads Transparency Center Monitor - Track New Google Ads

**Use case:** 

Monitor a domain in the Google Ads Transparency Center and see which ads are new, changed, or gone since your previous run.

## Input

```json
{
  "domains": [
    "shopify.com"
  ],
  "advertiserIds": [
    "AR14017378248766259201"
  ],
  "includeAdvertiserDiscovery": true,
  "maxAdvertisersPerDomain": 1,
  "advertiserSelection": "best_match",
  "region": "US",
  "maxAdsPerDomain": 40,
  "includePreviewParsing": true,
  "previousDatasetId": "",
  "previousRunId": "",
  "monitorId": "",
  "autoDiff": true,
  "saveMonitorState": true,
  "requestDelayMillis": 350,
  "maxPreviewBytes": 250000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "change_status": {
    "label": "Change",
    "format": "text"
  },
  "diff_source": {
    "label": "Diff source",
    "format": "text"
  },
  "monitor_id": {
    "label": "Monitor ID",
    "format": "text"
  },
  "baseline_dataset_id": {
    "label": "Baseline dataset",
    "format": "text"
  },
  "stable_key": {
    "label": "Stable key",
    "format": "text"
  },
  "input_domain": {
    "label": "Input domain"
  },
  "input_advertiser_id": {
    "label": "Input advertiser id"
  },
  "source_advertiser_discovery_status": {
    "label": "Discovery status",
    "format": "text"
  },
  "source_advertiser_selection_reason": {
    "label": "Discovery reason",
    "format": "text"
  },
  "source_discovered_advertiser_id": {
    "label": "Discovered advertiser ID",
    "format": "text"
  },
  "source_discovered_advertiser_name": {
    "label": "Discovered advertiser",
    "format": "text"
  },
  "source_discovery_confidence": {
    "label": "Discovery confidence",
    "format": "text"
  },
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiser_id": {
    "label": "Advertiser id"
  },
  "advertiser_domain": {
    "label": "Domain",
    "format": "text"
  },
  "creative_id": {
    "label": "Creative ID",
    "format": "text"
  },
  "region": {
    "label": "Region"
  },
  "first_seen": {
    "label": "First seen",
    "format": "date"
  },
  "last_seen": {
    "label": "Last seen",
    "format": "date"
  },
  "creative_type_code": {
    "label": "Creative type code"
  },
  "media_url": {
    "label": "Media URL",
    "format": "link"
  },
  "preview_url": {
    "label": "Preview URL",
    "format": "link"
  },
  "coverage_status": {
    "label": "Coverage status"
  },
  "cta": {
    "label": "Cta"
  },
  "ad_text_snippet": {
    "label": "Ad text snippet"
  },
  "landing_url": {
    "label": "Landing URL",
    "format": "link"
  },
  "landing_status": {
    "label": "Landing status"
  },
  "monitor_state_key": {
    "label": "State key",
    "format": "text"
  },
  "fetched_at": {
    "label": "Fetched at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Library Scraper - Ads Transparency Center Monitor](https://apify.com/jy-labs/google-ads-transparency-competitor-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jy-labs/google-ads-transparency-competitor-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/jy-labs/google-ads-transparency-competitor-monitor.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
