Request schema for creation of short link that includes original link, meta data, hash of url, campaign attributes, redirect attributes and social media attributes of short link to be created.
Fields
active
BooleanStatus of the shortlink.
attribution
AttributionInputSchema for expiration attributes of shortlink campaign.
campaign
CampaignShortLinkInputSchema for campaign attributes of shortlink. It includes source and channel of communication of campaign.
count
IntClick count of shortlink.
enable_tracking
BooleanFlag to enable tracking of a short link.
expire_at
StringExpiry of the shortlink.
hash
StringA string value used for converting long URL to short URL and vice-versa.
personalized
BooleanTo create personalized short links.
redirects
RedirectsInputRedirects schema for redirection configuration for different mediums like device and web.
social_media_tags
SocialMediaTagsInputSchema for Social Media Tags attributes of shortlink.
title
String!Required
Give a name to the link.
url
String!Required
The web address to shorten.
Was this section helpful?