serpbear/components
lidarbtc 232507e1ff fix: Correct CTR calculation in InsightStats component
The CTR calculation was incorrectly summing up individual CTR values,
resulting in inflated percentages. Now calculates CTR properly by
dividing total clicks by total impressions.

Previous Implementation:
- CTR was calculated by adding up individual CTR percentages
- This resulted in artificially high CTR values
- For example: [10%, 15%, 20%] => 45% (incorrect)

New Implementation:
- CTR is now calculated using (total clicks / total impressions) * 100
- This provides the actual click-through rate across all data
- For example: (50 clicks / 1000 impressions) * 100 = 5% (correct)

This fix ensures accurate CTR reporting in the analytics dashboard.

Changes:
- Removed CTR accumulation from reducer
- Added proper CTR calculation based on total clicks and impressions
- Maintains better statistical accuracy in reporting
2024-10-26 21:33:31 +09:00
..
common feat: Adds the ability to view the changelog and displays the latest version number. 2024-03-02 20:48:22 +06:00
domains chore: renames Google Adwords to Google Ads 2024-03-03 21:34:45 +06:00
ideas chore: renames Google Adwords to Google Ads 2024-03-03 21:34:45 +06:00
insight fix: Correct CTR calculation in InsightStats component 2024-10-26 21:33:31 +09:00
keywords fix: Resolves minor UI bugs. 2024-03-02 21:23:25 +06:00
settings chore: renames Google Adwords to Google Ads 2024-03-03 21:34:45 +06:00