This repository contains a JavaScript script that enhances data analysis in HasOffers Applications. The script calculates the Conversion Rate for each offer in the provided table, which helps to better understand Key Performance Indicators (KPIs) and performance metrics.
The provided JavaScript script automates the calculation and display of the Conversion Rate in the HasOffers Applications table. It adds a "Conversion Rate" column to the table and fills in the calculated values for each offer based on the Clicks and Conversions data.
- Open the HasOffers Offers Page ( admin/offers ) Applications page with the relevant data table.
- Open the browser's developer console.
- Copy and paste the JavaScript script from this repository into the console.
- Press Enter to execute the script.
The script will generate a new "Conversion Rate" column in the table, displaying the calculated Conversion Rate for each offer.
The resulting table will display the Conversion Rate for each offer, providing a valuable insight into the performance metrics. The Conversion Rate is calculated as the ratio of Conversions to Clicks, represented as a percentage.
To use this script in your HasOffers Applications, follow these steps:
- Copy the JS code
- Customize the script if needed.
- Open the HasOffers offers Page Applications page with the data table.
- Open the browser's developer console.
- Copy and paste the modified JavaScript script into the console.
- Press Enter to execute the script.
Contributions are welcome! If you find any issues or want to improve the script, please create an issue or pull request in this repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Rudy Bekker