| Multipule trackers on one page | diyfwghk | 9/7/11 7:19 PM | Background: I have a site that is based on master template, which the master template is maintained by another party. I have added a Google Analytics tracker (with event tracking) in the site for a while. Recently, the event tracking has stopped (pa |
| Re: Multipule trackers on one page | iDpl | 9/20/11 3:33 AM | I've tried this solution with two analytics accounts. Events for b._trackEvent does not appear in Google stats. Still looking for solution to track events on second account. |
| Re: Multipule trackers on one page | Prabhat.kumar | 9/21/11 3:07 AM | You only need to call this & no need to change master template code etc <script type="text/javascript"> |
| Re: Multipule trackers on one page | Eric Patterson | 9/26/11 11:46 AM | I have this up and working also. indiaseo is correct. Just push your new tracker name's ('b' in this example) functions into the gaq queue and it will work. No need for the extra loading script, or at least I do not have it in mine. |
| Re: Multipule trackers on one page | diyfwghk | 9/26/11 5:53 PM | indiaseo's solution works! Just to remind others, b is only an example. You can use other names. |