Documentation

IOverrideStats

Table of Contents

Methods

fetchButtonsClickedStats()  : array<string|int, mixed>|WP_Error
Get the "Buttons clicked" stats (e. g. use in pie chart).
fetchCustomBypassStats()  : array<string|int, mixed>|WP_Error
Get the "Do not track" stats (e. g. use in pie chart) and other custom bypass.
fetchMainStats()  : array<string|int, mixed>|WP_Error
Get the main stats (e. g. use in bar chart).

Methods

fetchButtonsClickedStats()

Get the "Buttons clicked" stats (e. g. use in pie chart).

public fetchButtonsClickedStats(string $from, string $to, string $context) : array<string|int, mixed>|WP_Error
Parameters
$from : string
$to : string
$context : string
Return values
array<string|int, mixed>|WP_Error

fetchCustomBypassStats()

Get the "Do not track" stats (e. g. use in pie chart) and other custom bypass.

public fetchCustomBypassStats(string $from, string $to, string $context) : array<string|int, mixed>|WP_Error

The result none is similar to "banner got shown to user".

Parameters
$from : string
$to : string
$context : string
Return values
array<string|int, mixed>|WP_Error

fetchMainStats()

Get the main stats (e. g. use in bar chart).

public fetchMainStats(string $from, string $to, string $context) : array<string|int, mixed>|WP_Error
Parameters
$from : string
$to : string
$context : string
Return values
array<string|int, mixed>|WP_Error

        
On this page

Search results