How to measure table and page content length
- Applies to:
- MindTouch (current)
- Role required:
- Admin
This CSV report, accessible via API, locates large tables before onboarding to GenSearch, so you can fine tune your content for AI.
Having a broad view of content indicates how much content (text length) is on each article, which articles contain tables, and the dimensions of those table.
API endpoint:/@api/deki/site/content/report
Logs are updated at midnight PST every day and are delivered in .csv format. All Seated users can access the table and page content length report.
Report details
Field name | Description | Example |
PAGE_ID | The ID of the page | 23 |
PAGE_CHAR_COUNT | How many characters are on the page | 547 |
PAGE_URI | The URI of the page | https://[site].com/Template:Custom |
CONTAINS_TABLE | Whether or not a page contains a table |
FALSE TRUE |
TABLE_CELLS_COUNT | How many cells are in the table | 12 |
NAMESPACE | The namespace the page is found in |
MAIN TEMPLATE |
IS_DRAFT | Whether or not the page is a draft |
FALSE TRUE |