-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Custom Dimensions instead of Custom Variables (for Bots/Http-Status tracking and the feature --w3c-field-regex and --track-http-method) #188
Comments
Dear @mattab I'd be interested into the support for |
Hi @kaplun |
* Integrate Custom dimensions, as a replacement for Custom Variables. (Closes matomo-org#188) Signed-off-by: Samuele Kaplun <[email protected]>
* Integrate Custom dimensions, as a replacement for Custom Variables. (Closes matomo-org#188) Signed-off-by: Samuele Kaplun <[email protected]>
* Integrate Custom dimensions, as a replacement for Custom Variables. (Closes matomo-org#188) Signed-off-by: Samuele Kaplun <[email protected]>
fyi @mattab moving this into current sprint as we now need to support custom dimensions in Matomo 4 I suppose (since we no longer have custom variables in core) |
* Integrate Custom dimensions, as a replacement for Custom Variables. (Closes #188) Signed-off-by: Samuele Kaplun <[email protected]>
* Integrate Custom dimensions, as a replacement for Custom Variables. (Closes #188) Signed-off-by: Samuele Kaplun <[email protected]>
Currently Log Analytics uses the Custom Variables feature in various ways:
Bot
orNot-Bot
, see--enable-bots
Http-code
--w3c-field-regex
--regex-group-to-visit-cvar
--regex-group-to-page-cvar
As we are planning to deprecate Custom Variables in matomo-org/matomo#11524 it is necessary to change our use of Custom Variables and use Custom Dimensions instead.
Solution
So we need to use Custom Dimensions them to track
The script will therefore now need to fetch the list of dimensions available for the site, and possibly create a new custom dimension if it does not exist yet.
Maybe we should keep the existing features using Custom Variables for BC?
The text was updated successfully, but these errors were encountered: