Skip to main content

Track All Dynamic Content Block Links

This method activates tracking for all untracked Dynamic Content Block links and saves 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

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

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | lastOrder - The last tracked link's order number | | id | 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 is no link to track.
  • An error occured on the server

REST Example

Input

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

Output

<response responseStatus="success">
<result xsi:type="xs:boolean">true</result>
</response>