Conversions
If you want to check conversions with our help, activate the Conversions option on your integration.
General workflow
At the hit, you run our script and pass it the unique identifier of the hit in the cnvId
parameter. We check the visitor and write the verification results to the database.
After the conversion has occurred, you send us a postback with the same unique identifier. With its help, we combine conversion and hit's verification and display the result in statistics.
Implementation JS Check-type integration
Add the cnvId
key to window.kmnr
with any unique identifier convenient for you.
Implementation Meta Redirect-type integration
Add the cnvId
parameter into URL.
https://kaminari.systems/v1/click?kmnrKey=111111111&cnvId=CONVERSION_ID&u=https%3A%2F%2Fsome.url
Postback
For any type of integration after conversion, send us a postback to the URL https://kaminari.systems/v1/conversion
with the following parameters:
https://kaminari.systems/v1/conversion?kmnrKey=111111111&cnvId=CONVERSION_ID&sub1=111&sub2=222&sub3=333&sub4=444&sub5=555&sub6=666&sub7=777&status=l1¤cy=RUB&payout=12
Name | Value | - |
---|---|---|
cnvId | Unique conversion identifier convenient for you | required |
kmnrKey | Integration identifier | required |
sub1 | Sub-tags that were sent with the hit | optional |
sub2 | ... | optional |
sub3 | ... | optional |
sub4 | ... | optional |
sub5 | ... | optional |
sub6 | ... | optional |
sub7 | ... | optional |
status | Conversion status, possible values are: l1 , l2 , l3 , l4 |
required |
currency | Conversion currency (RUB , USD , EUR ). Complete list of possible values: ISO 4217 |
optional |
payout | Conversion payout | optional |
How to view conversions in statistics
After the option is enabled and the parameter cnvId
passing mechanism is implemented, you will see the Conversion metric in your statistics. With its help, you can see which slices converted more and which converted less. For example, we are looking at a Sub 5 slice.
If you click on the conversion value, you will be taken to a table that will only show impressions that converted. For example, there were four conversions on the Sub 5 = 807
, and here we can look at them in detail.
To exit this slice and return to the previous table, click on the arrow under the column heading Conversions.