In Google Analytics 4 (GA4), file downloads are automatically tracked as “file_download” events. To find which files were downloaded, follow these steps:
1. Using the Events Report
- Log in to Google Analytics and go to the GA4 property.
- In the left menu, click Reports > Engagement > Events.
- Look for the event named “file_download”.
- Click on “file_download” to see details like:
- File name (
file_name) - File extension (
file_extension) - Link URL (
link_url)
- File name (
2. Using Explore for Custom Analysis
- Go to Explore in GA4.
- Click on + Create a new exploration.
- Add a new dimension: Event Name and filter it to “file_download”.
- Add file_name, link_url, or page_location as additional dimensions.
- Add Event count as a metric.
- Drag these into the table to analyze file downloads in more detail.
3. Using Google Tag Manager (GTM) for Custom Tracking (If Needed)
If the built-in tracking doesn’t work for certain files, you can set up Google Tag Manager to track clicks on specific download links.
Would you like help setting up a custom report or GTM tag for tracking downloads?



