-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add auto-url-generation #197
Comments
After a bit debugging I figured that though the url is an optional in the API, it is basically non-optional for page views, since most features rely on the url instead of the actions (which I thought). What does the user loose without the url for page views:
Because of that, I think the I am not sure if we should use this method only for page-views or for all |
I think we should use it for all events. Currently I'm wrapping the piwik call in order to always set the url, both for page-views and actions. This makes it easier to compare web and app behaviour as well as monitor total usage. |
Sounds like a great plan. So like this?
|
Sounds good. That way we give sufficient flexibility to handle all the use-cases I can think of (off the top of my head) . |
I just checked the Android sdk on how the contentBase is generated there and copied it see. I just created a PR on this issue. |
Just released version 4.4.0 containing this feature. |
Proposal:
Example:
The text was updated successfully, but these errors were encountered: