| | 604 | When the "ova.tag" option is used, a default 300x250 companion will also be configured - OVA will expect to place this companion into a DIV with an ID of "companion-300x250" on the page - e.g. |
| | 605 | |
| | 606 | {{{ |
| | 607 | <div id="companion-300x250">OVA will insert the companion here</div> |
| | 608 | }}} |
| | 609 | |
| | 610 | Accordingly, the default companion config provided to OVA with "ova.tag" is: |
| | 611 | |
| | 612 | {{{ |
| | 613 | ... |
| | 614 | "ads": { |
| | 615 | ... |
| | 616 | "companions": [ |
| | 617 | { "id":"companion-300x250", "width":"300", "height":"250" } |
| | 618 | ], |
| | 619 | "restoreCompanions": false, |
| | 620 | ... |
| | 621 | }}} |
| | 622 | |
| | 623 | Note that the "restoreCompanions" option is set to false which means the companion will remain on screen post the ad playing. |
| | 624 | |