-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Custom Dimensions: making Custom Variables more powerful and easier to use #9129
Comments
Advantages of Custom dimensions over Custom Variables:
EDIT: Moved to https://github.com/piwik/plugin-CustomDimensions/issues/6 |
+1 |
Questions:
FYI:
|
Let's do like Google and use an
Sounds good to use limit of 255
It'd be better to allow different number of slots for "visit" and "page" scope. When one needs to add a "visit" scope custom dimension, it wouldn't ALTER the large
Could we already fix #7834 which would solve the Notes:
|
Should we go with As one probably has to use |
Because we have the same issue already with custom variable (segment names which include the slot eg. having Maybe you could create a separate issue for this feature request? and maybe we could add this |
I don't really understand, so we should go with |
+1, this is what I suggest to stay consistent |
Another question: The custom dimension id: By default you can specify up to 5 custom dimensions per website per scope. Is it ok to have custom dimenion ids across all sites? Say you use 50 sites, 5 custom dimensions in 2 scopes each, then dimension ids are from 1-500 (eg |
👍 for starting at |
OK will do start at Another "problem": Custom Dimension will be a plugin on the marketplace for now eg
If it will be a plugin on the marketplace we'll have the tracker method |
@mattab also wondering if it makes sense to use |
+1 let's add method in
No better KISS, and write /duplicate the values in each row which has a custom dimension set. |
Thoughts:
|
#6111 is a lot of effort, not sure about that, need to see later... I already added the dimensions to the |
On a side note, as Piwik follows semver, it doesn't look like a good idea to implement it in a patch version (namely 2.15.1). |
Absolutely true. We'd have to release a 2.16 in that case. We're developing it in a new plugin at https://github.com/piwik/plugin-CustomDimensions |
…gins Eg needed for Custom Dimensions plugin ( matomo-org/matomo#9129 )
A first version is available on the Marketplace: http://plugins.piwik.org/CustomDimensions (requires latest Piwik 2.15.1-b3 beta version) |
🎉 && 🚀 |
I wonder if we can close the issue as we have other issues in the Custom Dimensions repository eg re documentation |
Kinda depends on https://github.com/piwik/plugin-CustomDimensions/issues/3 since we need a link for the Guide re how to install and configure Custom Dimensions
Added:
Updated:
The plugin is now officially released! |
Also documented Custom Dimensions in:
|
Adds `setCustomDimension`, `getCustomDimension` and `deleteCustomDimension`. See matomo-org/matomo#9129
FYI: installed Custom Dimension plugin on demo.piwik.org and setup a custom dimension on idSite=1 called |
Is there a way to have imported log fields defined so that they get imported into custom dimensions? I have not seen anything on the web relating to this use. |
The goal of this issue is to discuss how to make Custom Variables more powerful and also easy to use. Custom Variables are the best way to assign metadata / properties to a given user (visit) and/or action (pageview, event, etc.).
Notes:
setCustomDimension(15, value);
(this requires defining Custom Dimension name + scope in a new User Interface > Create new Custom Dimension)setCustomDimension('My Dimension name', value, scope = "page");
Notes about implementation:
custom_var_k|v*
)The text was updated successfully, but these errors were encountered: