For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tracking Links

Create a tracking link

post

Creates a new tracking link for a specified media partner. Links can be standard, vanity, or deep links depending on the parameters provided.

Authorizations
AuthorizationstringRequired
Path parameters
AccountSIDstringRequired

The unique identifier for the account.

ProgramIdintegerRequired

Unique identifier for the program.

Query parameters
MediaPartnerIdintegerRequired

Unique identifier for the media partner assigned to the link.

Typestring · enumOptional

Specifies the type of tracking link.

Possible values:
CustomPathstringOptional

Defines the custom path for vanity links.

AdIdintegerOptional

Unique ad identifier. If omitted, redirects to the program landing page.

DeepLinkstring · uriOptional

The specific URL the tracking link should redirect to.

MediaPartnerPropertyIdintegerOptional

Unique identifier of the partner media property where the link will be used.

Responses
200

OK

application/json
TrackingURLstring · uriOptional

The generated tracking link URL.

Example: https://example.sjv.io/c/123456/98765/101010
post/Advertisers/{AccountSID}/Programs/{ProgramId}/TrackingLinks
cURL
200

OK

Last updated