parse_ga4wp_dash_settings($_POST['ga4wp_dash_settings']); if ($ga4wp_dash_settings_save) { if ($ga4wp_dash_settings_save['report_frame'] == 'Yesterday') { $ga4wp_dash_settings_save['report_to'] = date('Y-m-d', strtotime('-1 day')); $ga4wp_dash_settings_save['report_from'] = date('Y-m-d', strtotime('-1 day')); } elseif ($ga4wp_dash_settings_save['report_frame'] == 'Last 7 days') { $ga4wp_dash_settings_save['report_to'] = date('Y-m-d', strtotime('-1 day')); $ga4wp_dash_settings_save['report_from'] = date('Y-m-d', strtotime('-8 day')); } else { $ga4wp_dash_settings_save['report_to'] = date('Y-m-d', strtotime('-1 day')); $ga4wp_dash_settings_save['report_from'] = date('Y-m-d', strtotime('-31 day')); } update_option('ga4wp_dash_settings', $ga4wp_dash_settings_save); echo ''; $ga4wp_dash_settings = $ga4wp_dash_settings_save; } else { $errors .= 'Error while saving data!
'; $ga4wp_dash_settings = $ga4wp_dash_settings_save; } } } /* displaying errors */ if (strlen($errors) > 0) { echo ''; } ?>

Overview Report

This report shows the number of users and how many new users visited the website for a specific date over the period of time.

Country Based Users Report

This report categorizes users into different countries based on their location for a specific period of time.

Language Based Users Report

This report categorizes users based on their browser language for a specific period of time.

Device Based Users Report

This is extra description.This report categories users based of their device category for specific period of time.

Users Based on Channels

This report shows an analysis of which channel contributed the most traffic to the website for a specified period of time.

Users Based on Source

This report classifies users based on source/medium by using users who reached the website for a specific period of time.

Users Based on Screen Sizes

This report classify different screen sizes users were using for browsing website over period of time.

Users Based on Medium

This report classify users based on medium by using users reached website for specific period of time.

Page Performance Report

This report shows which pages have the most visitors over a period of time.

Avg. Time Spend of Page

The total amount of time (in seconds) your website page was in the foreground of users' devices for a specified time period.

Users based on Age-Group

This is the division of traffic based on age groups over a period of time.

Gender Based User Report

Gender-based division of traffic over a period of time.

Product Base Revenue Report

This report details revenue generated from individual products, highlighting sales performance and financial contributions.

Source Base Revenue Report

This report details income origins, showing revenue generated from various sources, aiding in financial analysis and strategy.

Device base conversion share

This report shows a device category breakdown with revenue generated by each different device category over a period of time.

State/Region Base Revenue Report

This report shows which state or region contributed most to total revenue generation by putting them in order based on revenue for a specified period of time.

Adsense Revenue Based on PageTitle

This report shows ad revenue based on page for a specified period of time.

Ad Clicks Based on PageTitle

This report shows which page received maximum ad clicks over the period of time.

ga4wp_features_list; foreach ($features as $image=>$feature ){ $pro = $feature[2]?'pro':''; echo '

'.$feature[0].' '.$pro.'

'.$feature[1].'

'; } ?>