Is there any way for Google Analytics to track multiple event parameters like Mixpanel?

后端 未结 4 927
[愿得一人]
[愿得一人] 2020-12-31 14:14

Given:

_trackEvent(category, action, opt_label, opt_value, opt_noninteraction)

I tried with opt_label but it seems like it\'s just a string

4条回答
  •  無奈伤痛
    2020-12-31 14:29

    The label is optional, so I would expand it to something like:

    Play
    

    Category = 'Games'
    Event = 'Play'
    Label = 'Tetris'

提交回复
热议问题