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

Tracking API support new Parameters for User Agent and Browser Language #3520

Closed
anonymous-matomo-user opened this issue Nov 6, 2012 · 3 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.

Comments

@anonymous-matomo-user
Copy link

Add more parameters passed via URL: user-agent, language

@mattab
Copy link
Member

mattab commented Nov 6, 2012

Currently these can be passed with the http header but we could indeed add it to the list of tracking parameters. Please comment below if you are interested in this feature or if you have a patch.

@mattab
Copy link
Member

mattab commented Dec 14, 2012

Implemented and documented in: Analytics Tracking API

  • ua -- This value is the User-Agent HTTP header string is used by Piwik to detect Operating System and browser used.
    Note: Alternatively you can set the User-Agent HTTP header instead of using the &ua= parameter.
  • lang -- This value is the Accept-Language HTTP header, which lets Piwik detect user country (based on language) if GeoIP is not enabled.
    Note: Alternatively you can set the Accept-Language HTTP header instead of using the &lang= parameter.

@mattab
Copy link
Member

mattab commented Jun 19, 2014

see also #5365 do not store Accept-language full string, only store detected language

@anonymous-matomo-user anonymous-matomo-user added this to the Future releases milestone Jul 8, 2014
This issue was closed.
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants