How to Find the Link ID

The Link ID is a unique, system-generated identifier for every link in a Campaign's message content. The value for this identifier is generated when a Campaign is launched. This value is not displayed within the application user interface anywhere, so to get the Link ID for a link, you must retrieve it by means of the Campaign Links API endpoint.

To retrieve the Link ID for a link:

  1. Submit a GET request to the Campaign Links API endpoint, using the Object Reference ID (or the Running Campaign ID) of the desired launched Campaign.

  2. Within the API response message, the system provides the Link ID for all links in this Campaign.

  {

    "link_id": 25183,

    "cust_id": 123,

    "link_name": "Cheetah Digital Home",

    "redirect_url": "http://www.cheetahdigital.com",

    "tracking": true

  }