TEGNA website screenshot

TEGNA

TEGNA Inc. is an American broadcast, digital media, and marketing services company headquartered in Tysons, Virginia, operating as a subsidiary of Nexstar Media Group following FCC approval of the $6.2 billion acquisition in March 2026. TEGNA operates 64 full-power broadcast television stations across 51 U.S. markets, reaching approximately 39 percent of all television households. TEGNA offers digital marketing solutions including AudienceOne first-party data targeting, OTT/CTV advertising through its Premion platform, and the TEGNA Marketing Solutions full-service agency. The company provides advertising APIs and programmatic integrations for digital, broadcast, streaming, and connected TV advertising campaigns.

2 APIs 0 Features
BroadcastingMediaTelevisionDigital AdvertisingOTTCTVFortune 500

APIs

TEGNA AudienceOne API

TEGNA AudienceOne is a first-party data targeting platform enabling advertisers to reach audiences across TEGNA's 64 local television brands in 51 markets using privacy-first ta...

TEGNA Premion OTT Advertising API

Premion is TEGNA's over-the-top (OTT) and connected TV (CTV) advertising platform, enabling advertisers to reach audiences across premium streaming services including Roku, Hulu...

Collections

Pricing Plans

Tegna Plans Pricing

1 plans

PLANS

Rate Limits

Tegna Rate Limits

1 limits

RATE LIMITS

FinOps

Tegna Finops

FINOPS

Semantic Vocabularies

Tegna Context

37 classes · 0 properties

JSON-LD

API Governance Rules

TEGNA API Rules

10 rules · 3 errors 6 warnings

SPECTRAL

JSON Structure

Tegna Campaign Structure

0 properties

JSON STRUCTURE

Example Payloads

Tegna List Campaigns Example

2 fields

EXAMPLE

Press

Nexstar Media Group's proposed acquisition of Tegna Inc. ...

2026-05-25

Ask ChatGPT: Why Should I Advertise with TEGNA?

2026-05-25

How Local Stations Are Leveraging AI To Increase ...

2026-05-25

Big Tent AI Comments to OMB

2026-05-25

Nexstar Media Group, Inc. Enters into Definitive Agreement ...

2026-05-25

Resources

🔗
Website
Website
🔗
Website
Website
🔗
Advertising
Advertising
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Website
Website
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: TEGNA Premion OTT Advertising API
  version: 1.0.0
items:
- info:
    name: OTT Campaigns
    type: folder
  items:
  - info:
      name: List OTT Campaigns
      type: http
    http:
      method: GET
      url: https://api.premion.com/v1/campaigns
      params:
      - name: status
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve OTT/CTV advertising campaigns.
  - info:
      name: Create OTT Campaign
      type: http
    http:
      method: POST
      url: https://api.premion.com/v1/campaigns
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Create a new OTT/CTV advertising campaign on Premion.
  - info:
      name: Get OTT Campaign
      type: http
    http:
      method: GET
      url: https://api.premion.com/v1/campaigns/:campaignId
      params:
      - name: campaignId
        value: ''
        type: path
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve details for a specific OTT campaign.
- info:
    name: Reporting
    type: folder
  items:
  - info:
      name: Get OTT Campaign Performance
      type: http
    http:
      method: GET
      url: https://api.premion.com/v1/campaigns/:campaignId/performance
      params:
      - name: campaignId
        value: ''
        type: path
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve streaming performance metrics for an OTT campaign.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: List OTT Inventory
      type: http
    http:
      method: GET
      url: https://api.premion.com/v1/inventory
      params:
      - name: platform
        value: ''
        type: query
        description: Filter by streaming platform.
      - name: genre
        value: ''
        type: query
        description: Filter by content genre.
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve available OTT/CTV inventory across streaming platforms.
- info:
    name: Creatives
    type: folder
  items:
  - info:
      name: List Creatives
      type: http
    http:
      method: GET
      url: https://api.premion.com/v1/creatives
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieve video creative assets for OTT campaigns.
  - info:
      name: Upload Creative
      type: http
    http:
      method: POST
      url: https://api.premion.com/v1/creatives
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Upload a new video creative asset for OTT advertising.
bundled: true