# YouTube campaign rights audit

**Use case:** 

Audit YouTube campaign videos across launch countries and export blocked markets for rights, localization, and QA teams.

## Input

```json
{
  "videoUrlsOrIds": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "https://youtu.be/9bZkp7q19f0"
  ],
  "countries": [
    "US",
    "GB",
    "DE",
    "FR",
    "ES",
    "IT",
    "CA",
    "AU",
    "BR",
    "MX"
  ],
  "includeAllowedCountries": true,
  "includeBlockedCountries": true,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "allowedCount": {
    "label": "Allowed countries",
    "format": "number"
  },
  "blockedCount": {
    "label": "Blocked countries",
    "format": "number"
  },
  "targetCountryAvailability": {
    "label": "Target country availability",
    "format": "text"
  },
  "allowedCountries": {
    "label": "Allowed country codes",
    "format": "text"
  },
  "blockedCountries": {
    "label": "Blocked country codes",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Region Restriction Checker](https://apify.com/automation-lab/youtube-region-restriction-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/youtube-region-restriction-checker) to learn more, explore other use cases, and run it yourself.