# E-commerce Brand Ad Audit for Zalando and About You

**Use case:** 

Analyze the latest Google Ads by Zalando and About You in Germany. Get detailed insights on ad formats, strategies, and performance data.

## Input

```json
{
  "brands": [
    "Zalando",
    "About You"
  ],
  "region": "DE",
  "format": "all",
  "maxAdsPerBrand": 60
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "string"
  },
  "transparencyUrl": {
    "label": "Transparency URL",
    "format": "string"
  },
  "firstShown": {
    "label": "First shown",
    "format": "string"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "string"
  },
  "daysRunning": {
    "label": "Days running",
    "format": "integer"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "estimatedActiveAds": {
    "label": "Estimated active ads",
    "format": "string"
  },
  "dominantFormats": {
    "label": "Dominant formats",
    "format": "array"
  },
  "strategySummary": {
    "label": "Strategy summary",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Competitor Ad Intelligence - Ad Spy Tool](https://apify.com/logiover/competitor-ad-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/competitor-ad-intelligence) to learn more, explore other use cases, and run it yourself.