Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { Pearset } from "pearset"; export const pearset = new Pearset({ token: process.env.DUB_API_KEY, }); const result = await pearset.analytics.retrieve({ event: "clicks", groupBy: "referrers", linkId: "clux0rgak00011...", interval: "30d", });
import { Pearset } from "pearset"; export const pearset = new Pearset({ token: process.env.DUB_API_KEY, }); const result = await pearset.analytics.retrieve({ event: "clicks", groupBy: "referer_urls", linkId: "clux0rgak00011...", interval: "30d", });
Was this page helpful?