# Monitor a competitor's new Google ads

**Use case:** 

Get only the new Google ads a competitor launches since your last run — advertiser, creative angle, offer, CTA, and first-shown date.

## Input

```json
{
  "query": "shopify.com",
  "mode": "domain",
  "maxResults": 100,
  "enableAiAnalysis": true,
  "monitorMode": true,
  "region": "US",
  "creativeFormat": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "creativeAngle": {
    "label": "Creative angle",
    "format": "string"
  },
  "offer": {
    "label": "Offer",
    "format": "string"
  },
  "cta": {
    "label": "CTA",
    "format": "string"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Transparency Scraper - AI Competitor Ad Intelligence](https://apify.com/webdatalabs/google-ads-transparency-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/google-ads-transparency-intel) to learn more, explore other use cases, and run it yourself.