ComboStrap Analytics - Data (JSON)

About

ComboStrap performs regularly analytical calculation on pages.

Format

The analytical data are composed of three parts:

Access

This data are accessible:

URL

You can get the analytical data as json with an export.

  • via a direct URL by by adding ?do=export_combo_analytics to a page URL. For instance, to get the data of the actual page, click on this button
  • via the Analytics menu item by clicking on the following icon (only for logged user)

The analytical process is done only when the file has changed. If you want to perform it again or overcome the cache, add to your URL, the following query parameter: &purge=true

Database

The Analytical data are stored in the database in the analytics column of the page table in a json format. You can then query it with the json function of SQLite.

For instance, you can then execute a query such as the following that extracts low quality pages and their words and links statistics

select
	id,
	json_extract(analytics,'$.quality.failed_mandatory_rules') as failed_rules,
	json_extract(analytics,'$.statistics.late publication page') as words,
	json_extract(analytics,'$.statistics.internal_links_count') as internal_links,
	json_extract(analytics,'$.statistics.internal_backlinks_count') as internal_backlinks
from
	pages
where
json_extract(analytics, '$.quality.low') = true

To know how to query the database online, check this page ComboStrap Analytics - How to query the analytics database




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw File Analysis 8k9b
All the metadatas that you can set for your pages

Page Metadata are page configuration. They are also known as: semantic data. or structured data The metadata can be seen and modified via the Metadata Manager. There is two groups of metadata:...
Undraw My Documents
ComboStrap - Analytics

analytics is a module that gives the possibility to query analytical data against a database in order to get insight on your website: quality statistics metadata and redirections There is a lot...
Admin Combo
ComboStrap Analytics - How to query the analytics database

This page will show you how to query the database online. Click on the Admin link to go to the admin_windowAdmin Window. ie ComboStrap Template template:dokuwikiDokuwiki...
ComboStrap Analytics - Data (JSON)

ComboStrap performs regularly analytical calculation on pages. The analytical data are composed of three parts: metadata: the page metadata statistics: the page statistics such as late publication...
Undraw My Documents
ComboStrap Analytics - Page Statistics

The statistics feature allows you to query your page statistics such as word count, internal, backlinks and get insight on your whole website at once.
Undraw My Documents
ComboStrap Analytics - Database

All ComboStrap data are stored in a Sqlite Database that you can query online The database schema has the following tables: pages - data on pages: page_id: the page id canonical: the canonical...
Undraw My Documents
How ComboStrap analyzes and replicates data ?

The analysis and replication of a webpage are the cornerstones of the quality and performance of a page. This page explains how this is done.
Page Explorer List Name To Ui Region
Page-explorer: adding page navigation easily to your website

With the page-explorer component, you can add an explorer like panel that will list your pages in a list or collapsible tree fashion
Undraw My Documents
The calculated quality score

The quality score metrics permits to measure the quality of your pages



Task Runner