Connect to Your Stack
Native integrations with analytics platforms, automation tools, and team communication apps — no middleware required. Track every click across your entire marketing and product stack.
Google Analytics 4
Pro+Track every shortened link click as a GA4 event automatically. Webb.in fires server-side events directly into your Google Analytics 4 property — no client-side snippets needed. See your link clicks alongside your other website analytics in real time.
How it works
- Go to Settings → Integrations in your Webb.in dashboard
- Enter your GA4 Measurement ID (e.g.,
G-XXXXXXXXXX) - Provide your GA4 API Secret from the Admin → Data Streams → Measurement Protocol panel
- Click Save — all future link clicks are sent as GA4 events immediately
What gets tracked
link_click{
"name": "link_click",
"params": {
"short_url": "webb.in/demo",
"destination": "https://...",
"country": "US",
"device": "mobile",
"referrer": "twitter.com"
}
}
Google Tag Manager
Pro+Inject your GTM container into Webb.in redirect pages. Fire custom tags, triggers, and conversion pixels on every link click — all managed from your existing GTM workspace. Works seamlessly with your existing tag setup.
Setup
- Navigate to Settings → Integrations
- Enter your GTM Container ID (e.g.,
GTM-XXXXXXX) - Click Save — GTM tags fire on all link redirects
Use cases
- Google Ads conversion tracking
- LinkedIn Insight Tag
- Custom retargeting pixels
- Heatmap & session recording tools
Meta Conversions API
Pro+Send link click events directly to Meta (Facebook) via the server-side Conversions API. Bypass ad blockers and iOS tracking restrictions. Improve ad attribution and retargeting accuracy for Facebook & Instagram campaigns.
Setup
- Open Settings → Integrations in your dashboard
- Enter your Meta Pixel ID and Access Token from Events Manager
- Click Save — link click events are sent server-side to Meta in real time
Benefits
- Bypass iOS 14.5+ App Tracking Transparency
- Not affected by ad blockers
- Improve Custom Audience matching
- Better Lookalike Audience signals
{
"event_name": "PageView",
"event_source_url":
"https://webb.in/demo",
"action_source":
"website",
"user_data": {
"client_ip_address": "...",
"client_user_agent": "..."
}
}
Webhooks
Pro: 3 · Business: UnlimitedRegister HTTP endpoints to receive real-time signed payloads when links are created, clicked, or deleted. Every webhook payload is signed with HMAC-SHA256, so you can verify it came from Webb.in. Works with any HTTP endpoint — Zapier, n8n, Make, custom servers, and more.
Events
link.created— New link shortenedlink.clicked— Link click eventlink.deleted— Link removed
Security
- HMAC-SHA256 signature on every payload
- Unique signing secret per endpoint
- Automatic retry with exponential backoff
{
"event": "link.clicked",
"shortUrl": "webb.in/demo",
"destination": "https://...",
"click": {
"country": "US",
"device": "mobile",
"browser": "Chrome",
"referrer": "t.co"
},
"timestamp": "2025-..."
}
Signature header:
X-Webhook-Signature: sha256=a1b2c3...
Segment
Business+Stream link click events to Segment as track calls. From Segment, route click data to 300+ downstream destinations — data warehouses, CRMs, email platforms, and analytics tools — all without writing any code.
Setup
- Go to Settings → Integrations
- Enter your Segment Write Key
- Click Save — events flow instantly
Destinations
Route click data to BigQuery, Snowflake, Amplitude, Braze, HubSpot, Salesforce, and 300+ more — all from your Segment workspace.
Mixpanel
Business+Send link click events to Mixpanel for product analytics. Build funnels, create cohorts, and analyse user journeys that include short link interactions. Every click is tracked with full metadata — country, device, browser, referrer, and UTM parameters.
Setup
- Navigate to Settings → Integrations
- Enter your Mixpanel Project Token
- Click Save — events appear in Mixpanel immediately
Use cases
- Funnel analysis: Link click → Sign-up → Conversion
- Cohort building from click segments
- Retention analysis for campaign links
Plausible Analytics
Business+For teams that prefer privacy-first analytics. Send link click events to your Plausible instance via the Events API. No cookies, no personal data, fully GDPR-compliant — get the insights you need without compromising visitor privacy.
Setup
- Go to Settings → Integrations
- Enter your Plausible Domain and API Key
- Self-hosted? Enter your custom API endpoint
- Click Save — events appear in Plausible
Why Plausible?
- No cookies — no consent banner needed
- GDPR, CCPA, and PECR compliant
- Open source, self-hostable
- Lightweight — no script bloat
Zapier, n8n & Make
via WebhooksConnect Webb.in to 6,000+ apps using automation platforms. Use Webb.in webhooks as a trigger in Zapier, n8n, or Make — no code required. Automatically log link clicks to Google Sheets, send Slack notifications, update CRMs, or trigger email sequences.
Zapier
Use the "Webhooks by Zapier" trigger. Paste your Zap's webhook URL into Webb.in. Every link event triggers your Zap.
n8n
Add a Webhook node in n8n. Copy the production URL and add it as a Webb.in webhook endpoint. Self-hosted or cloud.
Make (Integromat)
Create a Custom Webhook module in Make. Register the URL in Webb.in. Build complex multi-step automations visually.
Popular automations
Integration Availability
See which integrations are included in each plan.
| Integration | Free | Pro | Business | Enterprise |
|---|---|---|---|---|
| Google Analytics 4 | — | ✓ | ✓ | ✓ |
| Google Tag Manager | — | ✓ | ✓ | ✓ |
| Meta Conversions API | — | ✓ | ✓ | ✓ |
| Webhooks | — | 3 | Unlimited | Unlimited |
| Segment | — | — | ✓ | ✓ |
| Mixpanel | — | — | ✓ | ✓ |
| Plausible | — | — | ✓ | ✓ |
| Zapier / n8n / Make | — | via Webhooks | via Webhooks | via Webhooks |
Ready to Connect Your Stack?
Set up integrations in minutes. Track every link click across your entire marketing and product analytics pipeline.