Skip to content
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

Improvements for mobile platforms #13093

Open
brototyp opened this issue Jun 22, 2018 · 0 comments
Open

Improvements for mobile platforms #13093

brototyp opened this issue Jun 22, 2018 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@brototyp
Copy link
Member

After over a year working on the Matomo iOS SDK I now finally found some time to write down my experience of the Matomo backend (BTW: Is "backend" the real naming convention when talking about the server component?) in the aspect of tracking mobile applications, focusing on iOS applications.

I am aware of #7893 and #7131 but felt like writing a separate issue, to not disturb any discussions there.

I will write down my experience in form of my wishes.

Ease of use / Getting started

These might be some obvious and maybe even simple ones.

  • Creating a new trackable app in the backend should not be named "Create a new Website".
  • Remove the aspects of a trackable app that doesn't make sense in context of an app, such as URLs, Excluded Browser Agents and similar.
  • Add an app identifier or identifiers, such as org.matomo.client, instead of the URLs.
  • Optimize the "Tracking-Code" page in the context of a mobile app.

Tracking of an app

There are some tings that are especially important to track in the context of an app that are a bit harder than it should be.

  • Add App Version (human readable and/or automatic generated) as a default dimension (or similar) in the UI and API.
  • Set the URL parameter of a view/page as optional throughout the system (API and backend).

Nice to haves

These are just thoughts I had in general, where I am not totally sure if they are necessary at all or if they should be part of Matomo.

  • Add an Exception event. Possibly just a counter in the context of the current user. Possibly adding a severity. Possibly adding the last few lines of the log.
  • Adding performance measurement. Either "manual" gathering of performance data or automatic "Page/view X took Y milliseconds to generate" or "Action A took B milliseconds to finish" or "Networkrequest to N took M milliseconds to return".

I am open for discussions and additions on this subject, especially in the context of Android, other "trackables" in general and the possibility of these things in the context of the existing backend. Possibly some of these things are already possible but hard to discover or not streamlined enough.

@Findus23 Findus23 added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants