you can't set additional props/evars/events out-of-the-box. that means,
they are not handled like "normal rules". instead, they are just
triggered by the analytics extension if you check the boxes.as far as I
know there are 2 workarounds you could try:"custom code in analytics
extension"add doPlugins (which is run in every event) and check for
"linkType" equals "d" (download). if that's the case, set all the
desired props/evars/events.thats the solution we use in our
implementation."custom code ...