Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1973,13 +1973,13 @@ Interactive Ad Metric

#### 3.14.2 TrackingEvents <a name="trackingevents"></a>

The `<TrackingEvents>` element is available for Linear, NonLinear, and Companion, elements in both InLine and Wrapper formats. When the media player detects that a specified event occurs, the media player is required to trigger the tracking resource URI provided in the nested `<Tracking>` element. When the server receives this request, it records the event and the time it occurred.
The `<TrackingEvents>` element is available for the Linear, NonLinearAds, and Companion elements in both InLine and Wrapper formats. When the media player detects that a specified event occurs, the media player is required to trigger the tracking resource URI provided in the nested `<Tracking>` element. When the server receives this request, it records the event and the time it occurred.

| Feature | Description |
|---|---|
| Player Support | Required under supported ad types |
| Required in Response | No |
| Parent | Linear NonLinear Companion |
| Parent | Linear NonLinearAds Companion |
| Bounded | 0-1 |
| Sub-elements | Tracking |

Expand Down Expand Up @@ -2377,7 +2377,7 @@ The following schema models the structure for VAST along with available attribut
|/Creative |/NonLinearAds | | Yes | 3.12 |
|/NonLinearAds |/NonLinear | | | 3.12.1 |
|/NonLinear |/NonLinearClickThrough | | | 3.12.2 |
|/NonLinear |/TrackingEvents | | No | 3.14|
|/NonLinearAds |/TrackingEvents | | No | 3.14|
|/TrackingEvents |/Tracking | event | No | 3.14.3 |
|/Creative |/CompanionAds |required | No | 3.13 |
|/CompanionAds |/Companion | id, width, height, assetWidth, assetHeight, expandedWidth, expandedHeight, apiFramework, adSlotId, pxratio, renderingMode | No | 3.13.1 |
Expand Down
4 changes: 2 additions & 2 deletions 4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2145,13 +2145,13 @@ Interactive Ad Metric

#### 3.14.2 TrackingEvents <a name="trackingevents"></a>

The `<TrackingEvents>` element is available for Linear, NonLinear, and Companion, elements in both InLine and Wrapper formats. When the media player detects that a specified event occurs, the media player is required to trigger the tracking resource URI provided in the nested `<Tracking>` element. When the server receives this request, it records the event and the time it occurred.
The `<TrackingEvents>` element is available for the Linear, NonLinearAds, and Companion elements in both InLine and Wrapper formats. When the media player detects that a specified event occurs, the media player is required to trigger the tracking resource URI provided in the nested `<Tracking>` element. When the server receives this request, it records the event and the time it occurred.

| Feature | Description |
|---|---|
| Player Support | Required under supported ad types |
| Required in Response | No |
| Parent | Linear NonLinear Companion |
| Parent | Linear NonLinearAds Companion |
| Bounded | 0-1 |
| Sub-elements | Tracking |

Expand Down