Google Analytics Custom Dimension Not Being Set

前端 未结 2 1643
盖世英雄少女心
盖世英雄少女心 2020-12-17 17:24

I\'ve recently upgraded our site to use Universal Analytics and am trying to get some custom dimensions to work. However, no custom dimension data appears to be logged. Be

2条回答
  •  时光取名叫无心
    2020-12-17 17:35

    A dimension is sent along with the either a page view or an event. It won't get sent by itself. So you should switch the order of the 'send' and 'set', then look in the network to see the page view call and you should see the dimension as one of the parameters.

    Note that you will see the dimension data in google analytics with a delay of a day or so.

提交回复
热议问题