suky
Docs

SDK Code Generation

Generate a ready-to-paste tracking-call snippet for any event, matched to your CDP SDK. Supported SDKs:

Segment
Amplitude
Mixpanel
GA4
RudderStack
Heap
PostHog

Example output (Segment)

analytics.track("Signup Completed", {
  method: "email",        // "email" | "google" | "github"
  referral_source: "..."  // optional
});

Access snippet generation from any event detail page via the Implement button, or use the MCP server's get_sdk_snippet tool. For a full implementation, the Implement flow can open a PR with the tracking changes.