Skip to content

2.17.1 JS-Tracking does not work anymore #10878

@sebastianhelbig

Description

@sebastianhelbig

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

No one assigned

    Labels

    BugFor errors / faults / flaws / inconsistencies etc.answeredFor when a question was asked and we referred to forum or answered it.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions