Export statistics from Pirsch by using the API.
- create a client ID + secret on the Pirsch dashboard developer settings page
- create a
config.toml
right next to thepirsch-export
/pirsch-export.exe
executable - paste the configuration below and adjust the settings:
client_id = "your-client-id"
client_secret = "your-client-secret"
hostname = "example.com"
export = [
"conversion_goals_day"
]
from = 2022-01-01
to = 2022-04-29
- run the program by double-clicking it or execute it in a terminal
MIT