API_KEY
– Your Hackle API keyTool Name | Description |
---|---|
active-user-series | Retrieves time-series data of active users. |
analytics-chart-detail | Fetch analytics chart detail. |
analytics-chart-list | Fetch data analytics chart list. |
data-report-detail | Fetch data report detail. |
data-report-list | Fetch data report list. |
experiment-detail | Retrieves detailed information for a specific A/B test experiment. |
experiment-list | Fetches a paginated list of A/B test experiments with search functionality. |
in-app-message-detail | Retrieves detailed information for a specific in-app message. |
in-app-message-list | Fetches a paginated list of in-app messages with search functionality. |
push-message-detail | Retrieves detailed information for a specific push message. |
push-message-list | Fetches a paginated list of push messages with search functionality. |
remote-config-create | Creates an empty remote config. |
remote-config-detail | Fetch remote config detail. |
remote-config-list | Fetch Remote Config list. |
remote-config-update | Updates remote config’s content. |
remote-config-update-description | Updates remote config’s description. |
remote-config-update-user-identifier-criteria | Updates remote config’s user identifier criteria. |
retention-series | Retrieves time-series data of user retention. |
stickiness-series | Retrieves time-series data of user stickiness (return visit frequency). |
active-user-series
unit
(string
)date
(string
, optional): End date in YYYY-MM-DD format.analytics-chart-detail
chartId
(number
)chartType
(string
): Type of the chart. Will throw an error if the chartId’s chart type is different from chartType.analytics-chart-list
chartType
(string
)pageNumber
(number
)pageSize
(number
)searchKeyword
(string
)data-report-detail
dataReportId
(number
)data-report-list
experiment-detail
experimentId
(number
)experiment-list
pageNumber
(number
)pageSize
(number
)searchKeyword
(string
): Name, description, or experimentKey.in-app-message-detail
inAppMessageId
(number
)in-app-message-list
pageNumber
(number
)pageSize
(number
)searchKeyword
(string
): Name, description, or campaignKey.push-message-detail
pushMessageId
(number
)push-message-list
pageNumber
(number
)pageSize
(number
)searchKeyword
(string
): Name, description, or campaignKey.remote-config-create
body
(object
)remote-config-detail
remoteConfigId
(number
): Obtain this from the Remote Config List tool.remote-config-list
pageNumber
(number
)pageSize
(number
)searchKeyword
(string
)status
(string
)remote-config-update
body
(object
)remoteConfigId
(number
)remote-config-update-description
body
(object
)remoteConfigId
(number
)remote-config-update-user-identifier-criteria
body
(object
)remoteConfigId
(number
)retention-series
unit
(string
)date
(string
, optional): End date in YYYY-MM-DD format.stickiness-series
unit
(string
)date
(string
, optional): End date in YYYY-MM-DD format.