Create a new short link
| Parameter | Type | Required | Description |
|---|---|---|---|
destinationUrl | string | Yes | Target URL |
campaignId | string | Yes | Parent campaign ID |
title | string | No | Display name |
shortCode | string | No | Custom short code |
description | string | No | Description |
enabled | boolean | No | Active status (default: true) |
expiresAt | string | No | ISO 8601 expiration date |
clicksLimit | number | No | Max clicks before expiry |
password | string | No | Password protection |
| Parameter | Type | Description |
|---|---|---|
deepLinkEnabled | boolean | Enable deep linking |
deepLinkIos | string | iOS deep link URL |
deepLinkAndroid | string | Android deep link URL |
deepLinkFallbackUrl | string | Fallback when app not installed |
| Parameter | Type | Description |
|---|---|---|
conversionTracking | boolean | Enable conversion tracking |
trackingType | string | pixel or s2s |