# Compose a Nike US Brand Signal Brief

**Use case:** 

Turn three normalized Nike brand signals into a deterministic brief for agents, CRM, Slack, Make, and n8n workflows.

## Input

```json
{
  "schemaVersion": "1.0",
  "snapshotAt": "2026-08-05T00:00:00Z",
  "title": "Nike US signal brief",
  "rows": [
    {
      "eventId": "nike-launch-001",
      "severity": "HIGH",
      "sourceName": "Brand newsroom",
      "summary": "New running product announced",
      "status": "active"
    },
    {
      "eventId": "nike-price-001",
      "severity": "MEDIUM",
      "sourceName": "Retail monitor",
      "summary": "List price changed for a tracked SKU",
      "status": "resolved"
    },
    {
      "eventId": "nike-review-001",
      "severity": "LOW",
      "sourceName": "Retail monitor",
      "summary": "Review volume moved above the watch threshold",
      "status": "active"
    }
  ]
}
```

## Output

```json
{
  "briefId": {
    "label": "Brief ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "snapshotAt": {
    "label": "Snapshot",
    "format": "date"
  },
  "generatedAt": {
    "label": "Generated",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "total": {
    "label": "Signals",
    "format": "number"
  },
  "counts": {
    "label": "Severity counts",
    "format": "object"
  },
  "sections": {
    "label": "Severity sections",
    "format": "object"
  },
  "projections": {
    "label": "Projections",
    "format": "array"
  },
  "topEventIds": {
    "label": "Top event IDs",
    "format": "array"
  },
  "sourceNames": {
    "label": "Sources",
    "format": "array"
  },
  "inputSha256": {
    "label": "Input SHA-256",
    "format": "text"
  },
  "briefSha256": {
    "label": "Brief SHA-256",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Brand Signal Brief Composer](https://apify.com/zinin/us-brand-signal-brief-composer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/us-brand-signal-brief-composer) to learn more, explore other use cases, and run it yourself.