Hi.
I’d like to use Keen.io to track pageviews and specific actions. I didn’t see a plugin for it. Do I need a plugin? If not, can you provide an example for how I send an event to keen with as an action with JS.
Thanks.
Hi.
I’d like to use Keen.io to track pageviews and specific actions. I didn’t see a plugin for it. Do I need a plugin? If not, can you provide an example for how I send an event to keen with as an action with JS.
Thanks.
@kramwe and I are looking to track web app usage with Keen.io. I think we can 1) track pages visited by putting JS in the head or body and 2) tracking specific on-page actions by running JS within actions, using Toolbox plugin.
That said, we’re a bit confused on some details and was wondering if someone else might already know the answer:
In Keen’s recommended JS code there’s a line of code that requires the keen-is package:
var Keen = require('keen-js');
Thanks!
Scott
That’s intended for running server side. Have a look at the CURL example instead, which shows what to send in a API call.
This shows using their sdk in a browser, IMO not great to expose keys like that…
Thanks Mishav!