To pass data to and from ClickFlare, HTTP(S) requests are used. An HTTP(S) request look like:
http(s)://random_site.hello/directory?name={token}&name2={another_token}
-
http(s)
is the type of protocol that is being used. It can either be secure one (HTTPS) or a non-secure one (HTTP). -
random_site.hello
is the domain name of a target platform. ClickFlare assigns its users a Dedicated Domain, which appears in campaign URL link. -
directory
is an optional entry that points to a specific resource. -
name:
the name of a parameter that identifies a passed value.
-
{token}
is a placeholder for a dynamically generated value, such as a click id, country name, device type and so on. When a request is sent, a token is replaced by a value, so a name={token} pair might look like: devicetype= laptop