Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 601 Bytes

Pirsch Analytics Export

Export statistics from Pirsch by using the API.

Usage

  1. create a client ID + secret on the Pirsch dashboard developer settings page
  2. create a config.toml right next to the pirsch-export/pirsch-export.exe executable
  3. 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
  1. run the program by double-clicking it or execute it in a terminal

License

MIT