Social interactions
You can use social interaction analytics to measure the number of times users click on social buttons embedded in webpages. For example, you might measure a Facebook “Like” or a Twitter “Tweet”.
is possible to impletement this feature passing parameters in this exact order
this.$ga.social('Facebook', 'like', 'http://myownpersonaldomain.com')
also possible to pass an object literal
this.$ga.social({
socialNetwork: 'Facebook',
socialAction: 'like',
socialTarget: 'http://myownpersonaldomain.com'
})
Google Analytics docs: social interactions
当前内容版权归 vue-analytics 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 vue-analytics .