# Track BYJU'S, Unacademy, upGrad Display Ads in India

**Use case:** 

Gather data on display ads from BYJU'S, Unacademy, and upGrad in India. Receive up to 60 ads per brand in a CSV or JSON format.

## Input

```json
{
  "brands": [
    "BYJU'S",
    "Unacademy",
    "upGrad"
  ],
  "region": "IN",
  "format": "DISPLAY",
  "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.