-
Notifications
You must be signed in to change notification settings - Fork 166
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
See screen sizes in piwik backend #149
Comments
That is an easy thing to implement. In this document the res parameter is described as: The resolution of the device the visitor is using, eg 1280x1024. I think it is save to say that that the resolution of a device never changes so we don't need to save the resolution for every event, but rather send it along. I think the best thing would be to have them as properties of the Event struct but don't implement them with the need to set it externally. Something like |
Assign this to me. I'll try working on it over the week. |
There is no need to assign issues. I am looking forward to you pull request. If you want to bounce ideas back and fourth just let me know. |
Can you let me know how to test the app, I pulled upstream from develop.
The build succeeds, but the tests dont work. Do I need to change targets in
project settings? How do I know if I add a parameter to to the Event struct
is reflecting while creating the url for the server.
Thanks.
…On Mon, Jun 5, 2017 at 11:57 AM, Cornelius Horstmann < ***@***.***> wrote:
There is no need to assign issues. I am looking forward to you pull
request. If you want to bounce ideas back and fourth just let me know.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGg5M4QxVwoaB6RBb-XlMcM-sfg9JyfOks5sA5-2gaJpZM4NpCUf>
.
|
Got my tests to run. Had an issue with pods. Made change in Tests. A file was using Tracker instead of PiwikTracker. Tests ran successfully. Still can run the Example. |
Hi @akshaykolte thank you for your PR. I just checked about the Example application. There is the same issue like in the Tests. It's a merge issue. The example application should work, if you edit the |
I think it would be useful to see the screen size of the tracked devices in the piwik backend. Currently there is only one screen size called "unknown".
The text was updated successfully, but these errors were encountered: