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

Export statistics from Pirsch by using the API.

License

Notifications You must be signed in to change notification settings

pirsch-analytics/export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Export statistics from Pirsch by using the API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages