# Prioritize Verified US Brand Signals

**Use case:** 

Turn two synthetic verified brand signals into one evidence-backed deterministic action queue.

## Input

```json
{
  "schemaVersion": "1.0",
  "scoredAt": "2026-08-05T00:00:00Z",
  "requestId": "action-queue-20260804-001",
  "items": [
    {
      "entityId": "nike.com",
      "brandName": "Nike",
      "legalName": "Nike, Inc.",
      "domain": "nike.com",
      "ticker": "NKE",
      "cik": null,
      "aliases": [
        "Nike, Inc."
      ],
      "country": "US",
      "sourceEntityIds": [
        "us-dtc-product-launch-monitor:nike.com"
      ],
      "eventType": "product_launch",
      "eventId": "fixture-launch-001",
      "observedAt": "2026-08-04T10:00:00Z",
      "effectiveAt": "2026-08-04T10:00:00Z",
      "sourceName": "prefill_fixture",
      "sourceUrl": "https://www.nike.com/",
      "sourceRecordId": "fixture-launch-001",
      "evidence": {
        "facts": {
          "productName": "Fixture running shoe",
          "price": 120
        },
        "excerpt": "Synthetic Store prefill evidence; not a live fetch",
        "additionalUrls": []
      },
      "confidence": 0.96,
      "severity": "high",
      "state": "active",
      "dedupeKey": "prefill_fixture|nike.com|product_launch|fixture-launch-001",
      "attribution": {
        "status": "verified_by_source",
        "proofType": "exact-domain",
        "proofValue": "nike.com",
        "sourceEntityId": "us-dtc-product-launch-monitor:nike.com"
      },
      "owner": {
        "ownerType": "team",
        "ownerId": "merchandising",
        "label": "Merchandising",
        "source": "customer"
      },
      "analysisStatus": "not_requested",
      "demoFixture": true
    },
    {
      "entityId": "nike.com",
      "brandName": "Nike",
      "legalName": "Nike, Inc.",
      "domain": "nike.com",
      "ticker": "NKE",
      "cik": null,
      "aliases": [
        "Nike, Inc."
      ],
      "country": "US",
      "sourceEntityIds": [
        "us-dtc-product-launch-monitor:nike.com"
      ],
      "eventType": "product_launch",
      "eventId": "fixture-launch-001",
      "observedAt": "2026-08-04T10:00:00Z",
      "effectiveAt": "2026-08-04T10:00:00Z",
      "sourceName": "prefill_fixture",
      "sourceUrl": "https://www.nike.com/",
      "sourceRecordId": "fixture-launch-001",
      "evidence": {
        "facts": {
          "productName": "Fixture running shoe",
          "price": 120
        },
        "excerpt": "Synthetic Store prefill evidence; not a live fetch",
        "additionalUrls": []
      },
      "confidence": 0.96,
      "severity": "high",
      "state": "active",
      "dedupeKey": "prefill_fixture|nike.com|product_launch|fixture-launch-001",
      "attribution": {
        "status": "verified_by_source",
        "proofType": "exact-domain",
        "proofValue": "nike.com",
        "sourceEntityId": "us-dtc-product-launch-monitor:nike.com"
      },
      "owner": {
        "ownerType": "team",
        "ownerId": "merchandising",
        "label": "Merchandising",
        "source": "customer"
      },
      "analysisStatus": "not_requested",
      "demoFixture": true
    }
  ],
  "options": {
    "mode": "demo",
    "maxItems": 10,
    "maxActions": 10,
    "includeResolved": true,
    "explanation": "off"
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "actionCount": {
    "label": "Actions",
    "format": "number"
  },
  "actions": {
    "label": "Queue",
    "format": "object"
  },
  "analysisStatus": {
    "label": "Explanation",
    "format": "text"
  },
  "fixtureLabel": {
    "label": "Data class",
    "format": "text"
  }
}
```

## About this Actor

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