Files expire after {window.user.subscription.file_expiry_days} days
{:else}
Files never expire
{/if}
{#if window.user.balance_micro_eur !== 0}
Current account balance:
{/if}
{#if window.user.subscription.storage_space === -1}
Storage space used: {formatDataVolume(storage_space_used, 3)}
{:else}
{/if}
{#if transfer_cap === -1}
Paid transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}
{:else}
Paid transfers:
{formatDataVolume(transfer_used, 3)}
out of
{formatDataVolume(transfer_cap, 3)}
(Set your transfer limit on the subscription page)
{/if}
Here you can see how often your files are viewed, downloaded
and how much bandwidth they consume. The buttons at the top
can be pressed to adjust the timeframe. If you choose 'Day'
the statistics will be updated periodically. No need to
refresh the page.
Total usage from {time_start} to {time_end}
{formatThousands(total_views)} views,
{formatThousands(total_downloads)} downloads,
{formatDataVolume(total_bandwidth, 3)} bandwidth and
{formatDataVolume(total_transfer_paid, 3)} paid transfers
Premium transfers and total bandwidth usage
A premium transfer is when a file is downloaded using the data cap
on your subscription plan. These can be files you downloaded from
other people, or other people downloading your files if you have
bandwidth sharing enabled. Bandwidth sharing can be changed on
the subscription page.
Total bandwidth usage is the combined bandwidth usage of all the
files on your account. This includes paid transfers.
Views and downloads
A view is counted when someone visits the download page of one of
your files. Views are unique per user per file.
Downloads are counted when a user clicks the download button on one
of your files. It does not matter whether the download is completed
or not, only the start of the download is counted.