User timings
User timing measurement can be achieved in different ways, following Google specifications
passing parameters in this exact order
this.$ga.time('category', 'variable', 123, 'label')
or use an object literal
this.$ga.time({
timingCategory: 'category',
timingVar: 'variable',
timingValue: 123,
timingLabel: 'label'
})
Google Analytics docs: user timings
#
当前内容版权归 vue-analytics 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 vue-analytics .