Algolia Insights
Send and manage Algolia user events for click, conversion, and personalization analytics.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ALGOLIA_INSIGHTS_CUSTOM_DELETE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ALGOLIA_INSIGHTS_CUSTOM_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ALGOLIA_INSIGHTS_CUSTOM_DELETE --data '{ }'Tool 目录
可用 Tools
7 个可调用操作
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_DELETEThis method lets you send requests to the Algolia REST API.需要连接
This method lets you send requests to the Algolia REST API.
认证
需要 Connected AccountTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_GETThis method lets you send requests to the Algolia REST API.需要连接
This method lets you send requests to the Algolia REST API.
认证
需要 Connected AccountTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_POSTThis method lets you send requests to the Algolia REST API.需要连接
This method lets you send requests to the Algolia REST API.
认证
需要 Connected AccountTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_PUTThis method lets you send requests to the Algolia REST API.需要连接
This method lets you send requests to the Algolia REST API.
认证
需要 Connected AccountTags
Delete user token eventsALGOLIA_INSIGHTS_DELETE_USER_TOKENDeletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.需要连接
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
认证
需要 Connected AccountTags
Send eventsALGOLIA_INSIGHTS_PUSH_EVENTSSends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.需要连接
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.
认证
需要 Connected AccountTags
Switch the API key used to authenticate requestsALGOLIA_INSIGHTS_SET_CLIENT_API_KEYSwitch the API key used to authenticate requests.需要连接
Switch the API key used to authenticate requests.
认证
需要 Connected AccountTags