\DevOwl\RealCookieBanner\overrides\interfceIOverrideStats

Summary

Methods
Constants
fetchMainStats()
fetchButtonsClickedStats()
fetchCustomBypassStats()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

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

Returns

array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error

fetchButtonsClickedStats()

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).

Parameters

string $from
string $to
string $context

Returns

array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error

fetchCustomBypassStats()

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".

Parameters

string $from
string $to
string $context

Returns

array|\DevOwl\RealCookieBanner\overrides\interfce\WP_Error