These stats are easily and readily available in the shopify admin but till yet there is no simple and easy way to fetch them. Does anyone have a cheeky workaround for htis or not? Maybe I use the url and fetch data somehow if possible? Like this:
https://admin.shopify.com/store/quickstart-7c3b7d0b/analytics/reports/sessions_over_time?ql=FROM+sessions%0ASHOW+online_store_visitors%2C%0A++sessions%0ATIMESERIES+day%0AWITH+TOTALS%2C+PERCENT_CHANGE%0ASINCE+startOfDay%28-7d%29+UNTIL+today%0ACOMPARE+TO+previous_period%0AORDER+BY+day+ASC%0ALIMIT+1000%0AVISUALIZE+sessions+TYPE+line
