getDownloadExtensions
The getDownloadExtensions() method returns all file extensions tracked as downloads.
Syntax
getDownloadExtensions()Not availableNot availableNot availableNot availableNot availableNot availableReturns
A list of file extensions tracked as downloads.
Format: Example: ["mhj", "docx"].
Type: string[]
Examples
To return a list of all file extensions tracked as downloads:
_paq.push([
function () {
console.log(this.getDownloadExtensions());
}])Not availableNot availableNot availableNot availableNot availableNot availableRelated methods
Updated 11 days ago