Skip to main content

Get All Dynamic Content Block Trackable Links

This method retrieves a list of all the trackable links in a Dynamic Content Block.

This is a GET method.

REST WADL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest?_wadl&_type=xml

REST URL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/getAllTrackableLinks/{token}/{id}

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | listOrders - The list of all the trackable links in the Dynamic Content Block | | bannerId | The ID of the Dynamic Content Block | | |

Error messages

  • You must fill in the token parameter
  • You must fill in the id parameter.
  • No banner found !!
  • There aren't trackable links.
  • An error occured on the server

REST Example

Input

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/getAllTrackableLinks/{token}/150

Output

<response responseStatus="success">
<entities>
<id>1</id>
</entities>
</response>