File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,9 @@ This method should be used when the ad meets criteria for Viewable impression as
624
624
625
625
#### Parameters
626
626
627
- - - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
627
+ - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
628
+ - ** ` once: Boolean ` ** - An optional Boolean to define if the event has to be tracked only once. Set to ` false ` by default
629
+
628
630
629
631
#### Event emitted
630
632
@@ -650,7 +652,9 @@ This method should be used when the ad meets criteria for NotViewable impression
650
652
651
653
#### Parameters
652
654
653
- - - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
655
+ - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
656
+ - ** ` once: Boolean ` ** - An optional Boolean to define if the event has to be tracked only once. Set to ` false ` by default
657
+
654
658
655
659
#### Event emitted
656
660
@@ -676,7 +680,9 @@ This method should be used when the ad meets criteria for ViewUndetermined impre
676
680
677
681
#### Parameters
678
682
679
- - - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
683
+ - ** ` macros: Object ` ** - Optional parameter. Object containing macros and their values to be replaced. Macros must be supported by VAST specification.
684
+ - ** ` once: Boolean ` ** - An optional Boolean to define if the event has to be tracked only once. Set to ` false ` by default
685
+
680
686
681
687
#### Event emitted
682
688
You can’t perform that action at this time.
0 commit comments