Capture any `window` or `document` properties that are useful.
Thanks for the suggestion Cole!
Got any context here? What sort of properties are we thinking?
Stuff I can think of that might be interesting:
- screen size
- scroll position
- title
Yeah, I think those are good. Thinking they could be helpful for drawing heatmaps or doing analytics on display formats, etc.
On Fri, Mar 6, 2015 at 1:53 PM, Joe Wegner [email protected] wrote:
Got any context here? What sort of properties are we thinking? Stuff I can think of that might be interesting:
- screen size
- scroll position
- title
Reply to this email directly or view it on GitHub: https://github.com/keen/common-web/issues/1#issuecomment-77624212
Query params would also be nice - specifically for utm stuff.
For sure. iirc the keen URL parser should grab them. I updated the example JSON in the README to reflect that.