Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Add support for GA custom dimensions #192

@ivolo

Description

@ivolo

Setting a custom dimension requires pushing a command into the _gaq queue (classic) or ga variable (universal) before the track

Maybe you do so with an analytics.ready similar callback that fires between script load and page view.

analytics.before(function() {
    // set custom dimension
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions