Track Dynamic Content Block Link by Position
This method tracks the Dynamic Content Block link through its position in the 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
http://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/trackLinkByPosition/{token}/150/1
| Input parameters
Required parameters | Description | Output parameters | Description |
| ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- |
| token | The connection token | return | order - The order number of the URL |
| id | The ID of the Dynamic Content Block | | |
| position | The position of the link in the Dynamic Content Block | | |
Error messages
- You must fill in the token parameter
- You must fill in the id parameter.
- You must fill in the position parameter.
- No banner found !!
- An error occured on the server
REST Example
Input
http://atmp-pub-api-www3.actito.com/apitransactional/services/rest/banner/trackLinkByPosition/{token}/150/1
Output
<response responseStatus="success">
<result xsi:type="xs:long">1</result>
</response>