# Track Competitor Google Ads by Advertiser ID

**Use case:** 

Track an exact advertiser in Google Ads Transparency Center. Export current creatives and detect verified new, stopped, resumed, and changed ads.

## Input

```json
{
  "advertiserIds": [
    "AR13568824525935607809"
  ],
  "region": "US",
  "monitorName": "competitor-watch-demo",
  "mode": "AUTO",
  "lookbackDays": 7,
  "maxCreativesPerAdvertiser": 40,
  "outputMode": "ALL_CHECKED",
  "includeBaseline": false,
  "includeTentative": false,
  "failOnAllTargetsFailed": true
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "firstShown": {
    "label": "First shown",
    "format": "string"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "string"
  },
  "primaryAssetUrl": {
    "label": "Primary creative asset",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Google source",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Scraper & Competitor Ad Change Monitor](https://apify.com/kamerozkan/google-ads-verified-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kamerozkan/google-ads-verified-change-monitor) to learn more, explore other use cases, and run it yourself.