Campaign Links

Overview

The Campaign Links endpoint allows you to manage the links used within your Campaigns.

For more details on how to set up a Campaign Links API request, please see the Campaign Links API Technical Guide.

  • Endpoint (North America): https://api.eccmp.com/services2/api/CampaignLinks

  • Endpoint (Europe): https://api.ccmp.eu/services2/api/CampaignLinks

  • Endpoint (Japan): https://api.marketingsuite.jp/services2/api/CampaignLinks

GET Method

This method allows you to retrieve a list of all the links in a Campaign by providing the Campaign's Object Reference ID (or optionally the Running Campaign ID in a launched Campaign).

Click here to see a sample response message in JSON format.

PUT Method

The system allows you to modify the destination URL for a link within a Campaign after the Campaign has been launched. This feature should be used with caution, as changing links will immediately modify the live link-tracking module data, and will begin to redirect recipients to the new URL. Please note that using this feature will not change the content of the Campaign; to change the content, you must use the Pick Up Changes feature instead.

The request message must specify the Object Reference ID (or optionally the Running Campaign ID) of the launched Campaign, the Link ID for the link that you want to modify, and the link's new, fully-qualified destination URL. Please note that you can't modify a link's name or tracking indicator through this endpoint.

Click here to see a sample request message in JSON format.