You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p table-header id="simid-vs-vapid">SIMID vs. VPAID Comparison.</p>
@@ -2093,13 +2093,13 @@ The player must follow this workflow for loading an ad. See <a href="#diagram-si
2093
2093
2094
2094
The ideal user ad experience has the simultaneous start of media playback and display of the interactive overlay (the SIMID creative). Once the SIMID creative recieves the `Player:init` message, its may not yet be ready to display (for example it maybe be loading assets). To accommodate this latency, the player posts a `Player:init` message before ad media playback begins and waits for the SIMID iframe to respond with [[#simid-player-init-resolve]].
2095
2095
2096
-
The player should post `Player:init` as soon as the creative dispatches a `createSession` message (section [[#protocol-establish-session]]) <a href="#diagram-player-init-normal">Normal Ad Initilaizatioin Sequence</a>, <span steps><b>1</b><b>2</b></span>. SIMID creative code must be ready to process the `Player:init` message immediately <span step><b>3</b></span>).
2096
+
The player should post `Player:init` as soon as the creative dispatches a `createSession` message (section [[#protocol-establish-session]]) <a href="#diagram-player-init-normal">Normal Ad Initialization Sequence</a>, <span steps><b>1</b><b>2</b></span>. SIMID creative code must be ready to process the `Player:init` message immediately <span step><b>3</b></span>).
2097
2097
2098
-
After the player gets a resolve message <a href="#diagram-player-init-normal">Normal Ad Initilaizatioin Sequence</a>, <span step><b>4</b></span>, it initializes media playback at its discretion <span step><b>5</b></span>. Once media rendering begins <span step><b>6</b></span>, the player reports impression <span step><b>7</b></span> and posts [[#simid-player-startCreative]]<span step><b>8</b></span>.
2098
+
After the player gets a resolve message <a href="#diagram-player-init-normal">Normal Ad Initialization Sequence</a>, <span step><b>4</b></span>, it initializes media playback at its discretion <span step><b>5</b></span>. Once media rendering begins <span step><b>6</b></span>, the player reports impression <span step><b>7</b></span> and posts [[#simid-player-startCreative]]<span step><b>8</b></span>.
2099
2099
2100
2100
<div diagram id="diagram-player-init-normal">
2101
2101
<p>Normal Ad Initilaization Sequence</p>
2102
-
<img src="images/dgrm-init-normal.png" alt="Normal Ad Initilaizatioin Sequence"/>
2102
+
<img src="images/dgrm-init-normal.png" alt="Normal Ad Initialization Sequence"/>
2103
2103
<ol dgrm-details>
2104
2104
<li>Creative initializes the session.</li>
2105
2105
<li>Player posts `Player:init` message immediately upon session creation.</li>
@@ -2513,7 +2513,7 @@ When the receiver is unable to process the message, it responds with rejection.
0 commit comments