Js check en: Difference between revisions

From Wiki Kaminari Click
(Created page with "Версия на русском языке Integration is designed to test traffic on landing pages and web pages. When a user visits a page, our script collects data and sends it to our server. On the server, the data is analyzed and written to a database. You can view the accumulated data in the statistics. If you want to do something with bot traffic immediately after checking, there is an option to do this through the settings. = General settings = G...")
 
(Replaced content with "#REDIRECT Js check")
Tag: Replaced
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Js check|Версия на русском языке]]
#REDIRECT [[Js check]]
 
Integration is designed to test traffic on landing pages and web pages. When a user visits a page, our script collects data and sends it to our server. On the server, the data is analyzed and written to a database. You can view the accumulated data in the statistics.
 
If you want to do something with bot traffic immediately after checking, there is an option to do this through the settings.
 
= General settings =
General information on setting up integration can be found here: [[General settings en|General settings]]
 
= Traffic-back URL =
If you want fraud traffic to be automatically redirected to a certain page, specify its URL in the Traffic-back URL field.
 
[[File:Js check 7.png]]
 
= kmnr.onResponse =
If you want to handle fraud impressions yourself, for example, redirecting them to different URLs depending on the traffic source, you can add the ''window.kmnr.onResponse'' field to the ''window.kmnr'' object. This is a function that takes an object ''{ fraud }'' as input, where ''fraud'' can have a value of '''0''' (good impression) or '''1''' (bot impression).
 
[[File:Js check 11.png]]
 
Note that if you specify both ''kmnr.onResponse'' and ''Traffic-back URL'', then since ''kmnr.onResponse'' has higher priority, ''Traffic-back URL'' will be ignored.
 
= Embed code =
After filling out the form, a generated script code will appear at the bottom of the page, which you can copy with the ''Copy'' button and paste into the ''body'' tag on your page.
 
'''Under no circumstances should you change the kmnrKey field, as it contains the unique ID of your integration. If it is different from the saved one, clicks will not be recorded in the database.'''
 
[[File:Js check 13.png]]

Latest revision as of 10:09, 18 September 2023

Redirect to: