antonioribeiro / antonioribeiro/tracker
Get unique visitor per day
- Dominant language
- PHP
- Stars
- 2.9k
- Forks
- 594
- PR merge metrics
- No merged PRs in 30d
Description
How can i get unique visitor like array below.
items = [
0 => ["date" => "2016-08-22", "uniqueVisitorCount" => "120"],
1 => ["date" => "2016-08-23", "uniqueVisitorCount" => "11"],
2 => ["date" => "2016-08-24", "uniqueVisitorCount" => "90"],
]
i want to get unique visitor like pageViews.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Start by locating the existing pageViews aggregation, then clarify how a unique visitor is defined, which date or timezone applies, and the expected API output; done means a per-day result matching the examples with coverage for the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100