fetchMainStats()
fetchMainStats(string $from,string $to,string $context): array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error
Get the main stats (e. g. use in bar chart).
Parameters
string | $from | |
string | $to | |
string | $context |
fetchButtonsClickedStats(string $from,string $to,string $context): array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error
Get the "Buttons clicked" stats (e. g. use in pie chart).
string | $from | |
string | $to | |
string | $context |
fetchCustomBypassStats(string $from,string $to,string $context): array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error
Get the "Do not track" stats (e. g. use in pie chart) and other custom bypass.
The result none
is similar to "banner got shown to user".
string | $from | |
string | $to | |
string | $context |