Get All Dynamic Content Block Tracked Links
This method retrieves a list of all the tracked 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 tracked 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.
- There aren't tracked links.
- An error occured on the server
REST Example
Input
https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/getAllTrackedLinks/{token}/150
Output
<response responseStatus="success">
<entities>
<id>1</id>
</entities>
</response>