Hackle
JSON →Query A/B test data using the Hackle API.
Tools · 19
- experiment-list Fetches a paginated list of A/B test experiments with search functionality.
- experiment-detail Retrieves detailed information for a specific A/B test experiment.
- in-app-message-list Fetches a paginated list of in-app messages with search functionality.
- in-app-message-detail Retrieves detailed information for a specific in-app message.
- push-message-list Fetches a paginated list of push messages with search functionality.
- push-message-detail Retrieves detailed information for a specific push message.
- active-user-series Retrieves time-series data of active users. Available in daily, weekly, and monthly units.
- retention-series Retrieves time-series data of user retention. Available in daily, weekly, and monthly units.
- stickiness-series Retrieves time-series data of user stickiness (return visit frequency). Available in weekly and monthly units.
- data-report-list Retrieves all data report metadata.
- data-report-detail Retrieves single data report's detail. It will provide analytics chart id and type inside data report. It is recommended to use Analytics Chart Detail Tool to get further information of each chart.
- analytics-chart-list Retrieves data analytics chart's metadata list.
- analytics-chart-detail Retrieves data analytics chart's detail. You can visualize the chart using this tool's result.
- remote-config-list Retrieves remote config list.
- remote-config-detail Retrieves remote config's detail.
- remote-config-create Creates an empty remote config. It is recommended to update an existing RC first if there is an associated RC with the one you want to create since the total number of RC is limited.
- remote-config-update Updates remote config's content.
- remote-config-update-user-identifier-criteria Updates remote config's user identifier criteria. The change will be applied to both production and development environment.
- remote-config-update-description Updates remote config's description. The change will be applied to both production and development environment.
Environment variables
YOUR_API_KEY
Links
★ 2 GitHub stars