Hello,
i have to track pdf and zip downloads on our site. I want to declare an extra section displaying all pdf and zip downloads of a given subsubfolder. I try this way:
# Track the download files (php and zip) being in the folder "/uploads/tx_ffbmatlas/"
ExtraSectionName1="Downloads"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,(^\/uploads\/tx_ffbmatlas\/.*\.pdf)||URL,(^\/uploads\/tx_ffbmatlas\/zip\/.*\.zip)"
ExtraSectionFirstColumnTitle1="Downloads"
ExtraSectionFirstColumnValues1="URL,(.*\.pdf) || URL,(.*\.zip)"
ExtraSectionFirstColumnFormat1="<a href='http://www.beton.org%s' target='_blank'>http://www.beton.org%s</a>"
ExtraSectionStatTypes1=HL
ExtraSectionAddAverageRow1=1
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=20000
MinHitExtra1=1
Unfortenately this code does only display me the pdf-files, not the zip! I have zip files listing in the site list so they are there in the logfile and on the server. What am i still doing wrong? Thanks in advance,
Roland