Skip to main content

Untrack Dynamic Content Block Link by Order

This method untracks a link in the Dynamic Content Block by its order.

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/untrackLinkByOrder/{token}/{id}/{order}

| Input parameters
Required parameters | Description | Output parameters | Description | | ----------------------------------------------------------------------------- | ----------- | ----------------- | ----------- | | token | The connection token | return | true if it was successful, false if it was not successful | | id | The ID of the Dynamic Content Block | | | | order | The order number of the URL | | |

Error messages

  • (missing or bad snippet)
  • You must fill in the id parameter.
  • You must fill in the order parameter.
  • No banner found !!
  • An error occured on the server

REST Example

Input

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

Output

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