WebClick

A click-through link. WebClick is an option to write information to the iCC database by invoking a URL. A click-through link allows you to save information from the URL as a form field and can also serve as an integration tool for the main website’s form system or as a substitute for landing page links from e-mails; it can also redirect to another landing page (i.e. no landing page is displayed).

Important

WebClick is an application of the WebSite module. Before you can use it, you must install and configure it.

Another option is to start a full workflow based on a click-through link.

Integration using JavaScript

See also

General information about WebSite application integration using JavaScript.

Example of an embedded tag (this application does not require any script on the hosting page and does not use WebSiteRoutingRules either).

<img src="https://chat.example.cz/api/webclick/mark.gif"></img>

Integration using REST API

See also

General information about WebSite application integration using REST API.

API

[GET] ~/api/WebClick/mark.gif - Sends only the page URL (as a referrer), which is parsed on the server as QueryString, and the associated form is optionally filled in accordingly; a transparent GIF of size 1x1 is always returned from the Content folder.