Skip to content

Commit

Permalink
tools: update breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Mar 4, 2024
1 parent 8efd78f commit ee6418e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/break

This file was deleted.

5 changes: 5 additions & 0 deletions tools/breakdown.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export SITE_ID=vinceanalytics.com
export TOKEN=xxxx

curl "http://localhost:8080/api/v1/stats/breakdown?site_id=$SITE_ID&period=6mo&property=source&metrics=visitors,bounce_rate&limit=5" \
-H "Authorization: Bearer ${TOKEN}"

0 comments on commit ee6418e

Please sign in to comment.