If you feel comfortable with doing some extra JS, you can add some
props/evars to the download calls... so if the urls are too long
(truncated as 255 characters), you could create one or more Data
Elements to hold additional information about files (file name, type,
category, whatever you need). Then in your Adobe Analytics Extension
Custom Code, you can add some code: s.usePlugins = true; function
s_doPlugins(s) { if (s.linkType === 'd') { s.prop1 =
_satellite.getVar('download file type'); s.pr...