The billing process for this report begins on September 1, 2025.
The report can be accessed by Admin users.
Navigate to the report via Site Tools > Dashboard > Site Reports > Translation Billing.
Pages that are less than 5,000 characters are added to HTML character count, which is then divided by 5,000 to determine the number of billable pages.
Bar graph with HTML character count by date
The table shows the following information:
When a user selects a target language via the Instant Translation drop-down, the page's HTML undergoes a transformation. This process strips out extraneous or non-translatable elements, yielding a refined file for the translation request. When the request is delivered, the non-translatable elements are added back in, and the translated version of the page is rendered. The HTML character count in the translated file from AWS is what is utilized for Instant Translation billing purposes. Please note that the translation data is refreshed every 24 hours and is not a real-time update.
Since the character quantity for billing is calculated from the translated file, the translation target language will impact the HTML character count total. This means that the same article can have differing HTML character count totals based on the language the content was translated into. To provide the best experience for the end user, more than the article content is included in the translate package. The Instant Translation feature translates multiple elements, listed below. The total HTML character count includes all translatable elements.
translate=no
In the following HTML examples, only the "Translated Text" is included in the package sent to AWS. If no "translated text" exists, no translated characters exist.
<p> </p>
<div class="mt-style-conditional style-wrap" if="user.seated" title="Conditional content <strong>(Pro member)</strong>"> <p><code><font color="#666666" face="Be Vietnam Pro, arial, helvetica, sans-serif, arial unicode ms">Translated Text </font>Translated Text</code></p>
<table class="mt-responsive-table"> <thead> <tr> <th scope="col">Translated Text</th> <th scope="col">Translated Text</th> </tr> </thead> <tbody> <tr> <td data-th="Translated Text">Translated Text</td> <td data-th="Translated Text"><span class="mt-font-courier-new">Translated Text</span></td> </tr> </tbody> </table>