Platform
Deep Links
Tracked deep links with click analytics and campaign metadata.
Create tracked deep links for marketing campaigns, push notifications, and sharing. Every click is logged with analytics.
MCP tools
| Tool | Description |
|---|---|
amba_create_tracked_link | Create a tracked link with slug and destination |
amba_get_link_stats | Get click analytics for a link |
Example
This creates a link at https://links.amba.dev/summer-promo that redirects to myapp://promo/summer2025 and tracks every click.
Client API reference
| Method | Path | Description |
|---|---|---|
POST | /client/deep-links/resolve | Resolve a deep link slug |
POST | /client/deep-links/click | Record a link click |
Database tables
| Table | Purpose |
|---|---|
tracked_links | Link definitions with slug, destination, and metadata |
link_clicks | Click events with timestamp, user, and platform |