google analytics - multiple trackers on one page (cookie conflict)

后端 未结 9 2580
自闭症患者
自闭症患者 2020-12-02 13:04

I\'m writing a web application that\'s supposed to be embedded in other people\'s websites (kind of a widget). I\'m using Google Analytics to track all the people that visit

9条回答
  •  情深已故
    2020-12-02 13:21

    var otherTracker = _gat._getTracker(”UA-22222-1″);
    otherTracker._setDomainName(’domain.com’);
    otherTracker._trackPageview();
    

提交回复
热议问题