In order to be able to consolidate the statistics during the paywall conversion tunnel, you must integrate the getQiota.js script into your ecommerce and call the sendQiotaStats() method only after the payment has been successfully completed. See below.
The system qiota at the click of a user records a fingerprint rating server for a period of 1 hour. The s endQiotaStats() method checks for the presence of this fingerprint and stores the information in the database.
Only the Token parameter is required, but for better statistics analysis we recommend to map all the variables of the method.
<script src= "https://static.qiota.com/assets/getQiota.js" ></script> ... <script type = "text/javascript" > var q_token = " YourToken"; // required var q_amount = 990 ; //in euro cents required var q_user_id = 1100 ; // your id user var q_order_id = "AA22SS" ; // your id Order var q_type_product = 0; // 1 : Subscription by month , 0 : direct sell var q_type_payment = "CB" ; // CB, VISA, MASTERCARD, PAYPAL, SEPA sendQiotaStats( q_token ); < / script>