-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.answeredFor when a question was asked and we referred to forum or answered it.For when a question was asked and we referred to forum or answered it.
Milestone
Description
Seems to be related to #10818
Now trackig does not work anymore in my app as the _paq property does not get initialized and just stays an array. I have to manually add
if (!window.Piwik.getAsyncTrackers().length) {
window.Piwik.addTracker();
}
in my tracking code to activate tracking again.
Metadata
Metadata
Assignees
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.answeredFor when a question was asked and we referred to forum or answered it.For when a question was asked and we referred to forum or answered it.