Skip to content

Instantly share code, notes, and snippets.

@eric-khoury
Created October 23, 2022 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric-khoury/84f44ed5a188a14295cb6115cddc422b to your computer and use it in GitHub Desktop.
Save eric-khoury/84f44ed5a188a14295cb6115cddc422b to your computer and use it in GitHub Desktop.
Open Google Analytics visitors overview from ${fromDate} to ${today}
#!/bin/bash
fromDate=20190101
today=$(date +'%Y%m%d')
url=https://analytics.google.com/analytics/web/\#/report/visitors-overview/a38738672w193666326p189208417/_u.date00\=${fromDate}\&_u.date01\=${today}\&overview-graphOptions.selected\=analytics.nthMonth
open $url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment