Skip to content

Commit 166eaf1

Browse files
committed
[doc] update doc accordingly
1 parent ca08f94 commit 166eaf1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/api/vast-tracker.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,9 @@ This method should be used when the ad meets criteria for Viewable impression as
624624

625625
#### Parameters
626626

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+
628630

629631
#### Event emitted
630632

@@ -650,7 +652,9 @@ This method should be used when the ad meets criteria for NotViewable impression
650652

651653
#### Parameters
652654

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+
654658

655659
#### Event emitted
656660

@@ -676,7 +680,9 @@ This method should be used when the ad meets criteria for ViewUndetermined impre
676680

677681
#### Parameters
678682

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+
680686

681687
#### Event emitted
682688

0 commit comments

Comments
 (0)