```js const { itags } = require('dongpo'); itags.trackEvent('event_name'); itags.trackEvent('event_name', { key: 'value' }); ```