# Shopify Google Ads Monitoring for US and UK

**Use case:** 

Monitor Shopify's Google Ads across the US and UK. Get insights on ad impressions, spend, and regional data in CSV/JSON format.

## Input

```json
{
  "mode": "domain",
  "domains": [
    "shopify.com"
  ],
  "advertiserIds": [],
  "advertiserNames": [],
  "regions": [
    "US",
    "GB"
  ],
  "creativeFormats": [],
  "maxAdsPerTarget": 100,
  "maxAds": 100,
  "enrichDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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