Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Khazov committed Nov 2, 2016
1 parent 8ce583c commit a3fde59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ If set to true and at least one of ```secondsPlayedInterval```, ```secondsPlayed
If set to true, ```start``` and ```secondsPlayed``` events will be emitted even after video has ended and then has been started again.
**default:** ```false```

####sendGaEventDirectly
If set to true, plugin will send events to GA directly. Otherwise you need to listen to ```gaEvent``` on the player instance and then send events to GA manually, e.g.
```
player.on('gaEvent', function(e, gaEvent) {
ga('send', gaEvent);
});
```
**default:** ```false```

####debug

If set to false, console logs will be ommited
Expand Down

0 comments on commit a3fde59

Please sign in to comment.