Auto Event Registration
Overview
When integrated with the Hackle platform, even without registering events on the Dashboard, the SDK recognizes the event keys in your code and registers them on the Hackle platform. This document demonstrates how through examples.
This document is suitable for developers, as code work is required.
Usage Tip
This is useful when you want to register a large number of events from other analytics tools (e.g., Google Analytics, Amplitude, etc.) or from your own database to Hackle all at once.
Auto Registration Example
Step 1. Hackle SDK Integration
You must have completed integration with the Hackle SDK. Integration methods can be found in the SDK guide for each language or through the SDK Integration Info menu on the Dashboard.
Step 2. Include the event to register in code and send
The event key to register on the Hackle Dashboard is auto_regist_event_key.
This event key has not yet been registered on the Hackle Dashboard.

Include it in code, then run to send the event key.
Step 3. Verify the result on the Dashboard
If the event key was sent successfully, you can verify it in the Event Management list.

Step 4. Use the registered event
To use the new event, you must create a new A/B Test or User Funnel.
Auto Event Registration Tips
If you plan to register many event keys frequently
You can create a method for event registration and call that method as needed to register event keys.
Last updated