{"id":28515984,"url":"https://github.com/thybag/clicktraq","last_synced_at":"2025-10-25T15:09:11.420Z","repository":{"id":6812982,"uuid":"8060953","full_name":"thybag/clicktraq","owner":"thybag","description":"A simple open source click heatmaping tool (experimental)","archived":false,"fork":false,"pushed_at":"2013-02-06T23:32:10.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T03:38:12.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thybag.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-06T21:51:51.000Z","updated_at":"2013-10-20T04:05:20.000Z","dependencies_parsed_at":"2022-08-26T06:41:48.670Z","dependency_job_id":null,"html_url":"https://github.com/thybag/clicktraq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thybag/clicktraq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2Fclicktraq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2Fclicktraq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2Fclicktraq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2Fclicktraq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thybag","download_url":"https://codeload.github.com/thybag/clicktraq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2Fclicktraq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263778281,"owners_count":23509967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T03:31:33.761Z","updated_at":"2025-10-08T16:33:17.609Z","avatar_url":"https://github.com/thybag.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClickTraq #\nA lightweight click heat-mapping tool for websites.\n\nRather than hitting the server every time a user clicks somthing, this script instead counts them in memory and sends them to the server in a single post request when the exits the page. Heatmaps are drawn in browser using: https://github.com/pyalot/webgl-heatmap\n\nThis code is licenced uner the MIT licence, but is still in early development.\n\nCurrently only tested to work with chrome.\n\n## Install table with\n\n\t\tCREATE TABLE IF NOT EXISTS `page_profiles` (\n\t\t  `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t  `webpage` varchar(255) NOT NULL,\n\t\t  `time` varchar(60) NOT NULL,\n\t\t  `screen_resolution` varchar(20) NOT NULL,\n\t\t  `platform` varchar(50) NOT NULL,\n\t\t  `user_agent` varchar(255) NOT NULL,\n\t\t  `total_clicks` int(11) NOT NULL,\n\t\t  `visit_duration` int(11) NOT NULL,\n\t\t  `clicks` text NOT NULL,\n\t\t  PRIMARY KEY (`id`)\n\t\t) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthybag%2Fclicktraq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthybag%2Fclicktraq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthybag%2Fclicktraq/lists"}