Questions tagged [keen-io]

keen-io refers to the libraries and APIs produced for event analytics by the "Keen IO" company.

Keen IO provides a modern and massively scalable analytics API including libraries for data collection, querying, and visualization.

Keen IO collects arbitrary events in JSON format, automatically ingesting any new events and rich custom properties you send. Keen IO's query APIs make it straightforward to run counts, sums, segmentation, and more.

Keen IO is typically viewed as an alternative to building and maintaining your own in-house analytics backend. It is commonly used to build custom/advanced analytics solutions, embed analytics reports into apps, and white label analytics for customers.

132 questions
0
votes
1 answer

SendGrid integration with Keen IO

Is it possible to send the SendGrid Transactional Template ID to Keen IO from SendGrid? I want to filter on this field in Keen IO but I don't see that it is available. When I reviewed the recent events in Keen IO it wasn't there either.
Richard Butterwood
  • 735
  • 1
  • 12
  • 29
0
votes
1 answer

Keen-dataviz: Uncaught Requested parser does not exist

I keep getting the following error: "Uncaught Requested parser does not exist" from the devtool console and no chart is displayed on my dashboard. JS Code: var chart = new Keen.Dataviz() .el('#chart-01') .height(280) .title('Registered CSRs') …
0
votes
1 answer

Restrict access to single stream on keen

I have read access keys on keen.io And I have a use case where I would like to use these access keys. Actually, in my system, i want to make a separate stream for every customer account and want to make sure that this stream is only accessible…
0
votes
1 answer

reorder table columns in Keen.io

I'm trying to figure out how to reorder the columns on a table built from an extraction query. Changing the order in the 'property_names' field does not affect the column order displayed. I would like it to show 'subjectivity_range' column BEFORE…
0
votes
1 answer

Keen IO - Set min / max for Y axis

I've downloaded a dashboard sample using Keen and I'm tyring to set a MIN / MAX value for the Y axis. I've tries this SO post which didn't work for me: Maximum and Minimum Y-Axis Values on Keen.io Dashboard Charts Below is my code: var chart = new…
Y.S
  • 1,860
  • 3
  • 17
  • 30
0
votes
1 answer

Keen.IO - Bucketing results by numeric value rather than time / Histogram

Working with the Keen.io API, I have an event with a numeric parameter, and would like to bucketize the results over the range of values of the parameter. For example, session-duration: I'd like to count the number of session durations which occur…
orion elenzil
  • 4,484
  • 3
  • 37
  • 49
0
votes
2 answers

delete property of event keen.io

Is there a way to delete a property of an event? e.g. I have an event called Log which has a two properties X and Y I wanted to delete X If this cannot be done can I edit the values of X for event Log? I have been unable to find anything online
user2205623
  • 39
  • 2
  • 8
0
votes
2 answers

Keen python library has no add_event attribute in Flask Rest-Plus app

I have a simple Flask Rest-Plus app that is serving as the micro-service front end for a Keen.io implementation. I've set up a custom virtual environment for the app and installed keen via pip install keen. I can save events via the python console…
0
votes
1 answer

adding JSON as property

I have a JSON object that looks like this: { "field": "value", "field2": "value", "field3": "value" } How can I add this to a keen event as a property similar to the "keen" object so I can reference individual fields, ie.…
0
votes
1 answer

Keen.io libraries for dashboard compatible with dataviz

I've been following the online examples (at https://github.com/keen/keen-dataviz.js/) and I'm successfully producing Dataviz pie-charts, using this keen-dataviz CDN library:
Justin
  • 1,980
  • 1
  • 16
  • 25
0
votes
1 answer

Using Google ChartRangeFilter with Keen IO

I'm hoping to find a way, using Keen's visualization library, to integrate Google Chart's ChartRangeFilter (https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter). The section in Keen's docs…
kyzarky
  • 1
  • 1
0
votes
1 answer

dataviz: How to set lineWidth property for chart

I am using dataviz lib. for creating chart using Keen-io. The chartType I am using is line and spline when I used .chartOptions({ curveType: "function", lineWidth: 10 }) I am not able to see the line width change. Please Help!!
Surajano
  • 2,688
  • 13
  • 25
0
votes
1 answer

Integrate keen.io json to highcharts js

Anyone can help me to represent this kind of json data into highcharts time series chart. The confusing part is the timeframe I got from this json [ { "value": { "registered_user": 12, "inactive_user": 5, "active_user": 7 …
Dhika
  • 29
  • 1
  • 4
0
votes
2 answers

Running into issues with importing multiple CSV's into different collections using Keen's Command Line Interface

I have no problem importing one CSV file into a collection by using the keen-cli command keen events:add -p xxxxxx -k xxxxxx -w xxxxxx -r xxxxxx --collection xxxxx --file xxxxxx.csv --csv With -p, -k, -w, -r being key overrides to avoid installing…
Adam
  • 518
  • 2
  • 19
0
votes
1 answer

Keen.io php client (class not found )

I have installed composer on Linux ,So i have edited composer.json as this : { "name": "keen-io/keen-io", "description": "A PHP library for reporting events to the Keen IO API", "type": "library", "license": "MIT", "keywords": [ …
user4064453
1 2 3
8
9