# Monitor new Bing ads from Nike - Bing Ads

**Use case:** 

Monitor the new Bing ads Nike launches with ad title, advertiser, ad copy, display URL and ad link. Updated on every run.

## Input

```json
{
  "searchQueries": [
    "nike"
  ],
  "advertiserNames": [
    "Nike"
  ],
  "adFormat": "all",
  "includeAdvertiserDetails": true,
  "includeAdvertiserAdStats": true,
  "emitAdvertiserRecords": false,
  "maxResults": 100,
  "maxAdsPerQuery": 0,
  "monitorMode": true,
  "monitorStoreName": "bing-ads-library-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Ad title",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserCountry": {
    "label": "Advertiser country",
    "format": "text"
  },
  "advertiserVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "description": {
    "label": "Ad copy",
    "format": "text"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "text"
  },
  "destinationDomain": {
    "label": "Lands on",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "adLibraryUrl": {
    "label": "Ad link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bing Ads Library Scraper - Microsoft Ads Transparency](https://apify.com/scrapesage/bing-ads-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/bing-ads-library-scraper) to learn more, explore other use cases, and run it yourself.