PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 2.12.7
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v2.12.7
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
← All changes | admin/analytics.php +10 -3 2.12.62.12.7 View file →
@@ -512,11 +512,18 @@
512 512
513 513 /**
514 514 * Total page views counted across all published forms.
515 515 *
516 - * Paired with `forms_with_views` and the existing `total_entries`, this is what
517 - * makes the conversion figure interpretable in the warehouse: a site with views
518 - * but no entries reads very differently from one with neither.
516 + * Read alongside `forms_with_views`, which is what makes this figure legible: a
517 + * site with views but no forms recording any reads very differently from one
518 + * with neither.
519 + *
520 + * Not a denominator for `total_entries`, and the two must not be divided. This
521 + * total starts at the moment tracking opened and leaves out anyone who can edit
522 + * the site, while `total_entries` is an unfiltered all-time count of every
523 + * entry ever received. A rate built from the pair answers neither question and
524 + * will not match the Conversion Rate column, which measures both halves over
525 + * the same window with the same exclusion.
519 526 *
520 527 * Counts only published forms, so views left behind by a trashed or draft form
521 528 * do not inflate the total against a denominator that no longer includes them.
522 529 *