# Analyze a DTC brand's Google ad creatives

**Use case:** 

Analyze a DTC brand's live Google image ads with AI — creative angle, messaging themes, offers, and CTAs for competitive research.

## Input

```json
{
  "query": "gymshark.com",
  "mode": "domain",
  "maxResults": 100,
  "enableAiAnalysis": true,
  "monitorMode": false,
  "region": "US",
  "creativeFormat": [
    "image"
  ],
  "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.