SDK Keys
SDK Key

Server
App/Browser
Experiment Key


Feature Key


Event Key

Last updated
There are a few keys that developers need to know in order to integrate and use the Hackle SDK.
This is the value required to integrate the SDK, and it is used during the SDK initialization step.
This value is provided in SDK Integration Info on the Dashboard.

SDK Key values differ by environment and development platform, so be sure to select the SDK Key type that matches your needs.
Environment refers to the Production Environment and Development Environment.
SDK Key types by development platform are categorized as follows:
Java / Kotlin
Node.js
Python
Go
PHP
Ruby
Android
iOS
JavaScript
React
React Native
Flutter
Unity
The Experiment Key, also called the Experiment Key, is a value assigned by Hackle to identify individual A/B Tests. This value is required during variation distribution.
You can find it in the first column of the list when you access the A/B Test menu on the Dashboard, and it is also visible on each test's detail page.


The Feature Key is used to identify each Feature Flag, and it is required during Feature Flag Decision.
You can find it in the first column of the list when you access the Feature Flag menu on the Dashboard, and it is also visible on each Feature Flag's detail page.


The Event Key is used to identify each event, and it is required when tracking events.
You can view the event list from the Event menu on the Dashboard, and the Event Key is in the first column of that list. Some Event Keys are provided by Hackle, and you can create and manage others as needed.
For creating Event Keys, refer to the Create Event document.

Last updated