Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/html/check_language.php on line 6

Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/html/check_language.php on line 6

Binom Documentation

Go to navigation

Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/html/check_language.php on line 6

Click update

Click is the main unit of information in the tracker, to which the remaining data is attached.

Base click

A base click is created when you click on a campaign link. Once the base click has been created, it can be updated an unlimited number of times by specifying new data for events and tokens for this click.

Redirect click

A click when you go from a landing page to an offer, cannot exist without a base click. When making a redirect click, you can set new values for tokens and events in the following format:
https://tracker.com/click?lp=1&event1=555&mytoken1=hello

Postback click

A redirect to the postback link cannot be made without a base click. When making a postback click, you can set new values for tokens and events in the following format:
https://tracker.com/click?cnv_id=1234&event1=555&mytoken1=hello

where: 1234 - clickid of your click (more info on how postback works).

Manual click update

To update the values of events or tokens for a click, you need to make a redirect to the link of the following format:

https://tracker.com/click?upd_clickid=1234&upd_key=7777&event1=555&mytoken1=hello where:

upd_clickid=1234 - parameter with the value of the clickid of your click,
upd_key=7777 - parameter with the value of the update click key, you can find it in the Settings of the tracker,
event1=555 - event and its value that you want to update for the click,
mytoken1=hello - the value stated in the Parameter column in the traffic source setting its value that you want to update for the click.

Please note that if you did not set the update click key in the click settings yourself, then by default it is empty. In this case, the &upd_key= parameter will be optional in the URL to update the click.