Apps & Integrations
Screenshot Path Template
Define a path template using variables to control where screenshots are stored in connected apps.
What is the path template?
When screenshots are uploaded to a connected app (e.g. AWS S3, Google Cloud Storage, FTP), the path template controls the directory structure and filename.
Available variables
{id}— unique screenshot ID{domain}— domain extracted from the screenshot URL (e.g.example.com){yyyy}— four-digit year (e.g.2025){mm}— two-digit month (e.g.01){dd}— two-digit day (e.g.15){hh}— two-digit hour (00–23){ii}— two-digit minute{ss}— two-digit second{tag}— first tag attached to the screenshot (if any)
Example templates
screenshots/{domain}/{yyyy}{mm}{dd}-{id}.png
backups/{yyyy}/{mm}/{dd}/{id}.png
monitoring/{tag}/{domain}/{id}.png
Default
If left blank, screenshots are stored with their ID as the filename in the root of your connected storage.
Last updated March 27, 2026