Resources
API Documentation: | Keen IO API Documentation |
Sample Query: | To return data on a saved project in Keen IO:https://api.keen.io/3.0/projects/<yourProjectID>/queries/saved/<yourSavedSearchQuery>/result |
What you'll need from your Keen IO account: |
|
Step-by-Step
Creating a data source using Keen IO
To create a data source using Keen IO, you need to accomplish 3 tasks:
- Start the data source creation process.
- Find and save your Keen IO Saved Query, Project ID and Read Key.
- Complete the example query or write your own query .
Note: This guide assumes that you already have an active Keen IO account.
Start the data source creation process
To create a data source using Keen IO, go to the Service Connectors page in Klipfolio and select Keen IO from the list.
Complete the example query or create your own
The example query allows you to return data on a Keen IO project:
https://api.keen.io/3.0/projects/<yourProjectID>/queries/saved/<yourSavedSearchQuery>/result
- Erase <yourProjectID> and <yourSavedSearchQuery> with the your corresponding Keen IO account information. We assume you have already have events and Saved Search Queries set up in your account. If you don't, follow the steps below.
- At Data Format, JSON is selected for you.
- At Method, GET is selected for you.
- Under Query Parameters, replace <yourReadKey> with your own.
- Click Get data.
- Ensure this is the data you’re looking for and, optionally, select the checkbox to Model your data. Learn more about modelling your data source here.
- Click Continue.
- Name, choose refresh settings, and, optionally, share your data source.
- Click Save.
Find your saved query
|
|
|
|
|
Find your Project ID and Read Key
|
|
|
|
Consult the Keen IO API Getting Started Guide |
This is what a Keen IO request would look like in Klipfolio: