Skip to content

Commit

Permalink
feat: track city and region of site visitors
Browse files Browse the repository at this point in the history
resolves #85
  • Loading branch information
nickarnold authored and Nick Arnold committed Aug 8, 2024
1 parent b82c86b commit 41c5648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/analytics/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,15 @@ export class AnalyticsEngineAPI {
siteId: string,
interval: string,
tz?: string,
filters: any = {},
page: number = 1,
) {
return this.getVisitorCountByColumn(
siteId,
"userAgent",
interval,
tz,
filters,
page,
);
}
Expand Down

0 comments on commit 41c5648

Please sign in to comment.