{"id":22466905,"url":"https://github.com/mavimo/predictionio-analytics","last_synced_at":"2025-03-27T15:20:31.906Z","repository":{"id":66615192,"uuid":"14093936","full_name":"mavimo/predictionio-analytics","owner":"mavimo","description":"PredictionIO Analytics ","archived":false,"fork":false,"pushed_at":"2013-11-03T21:28:12.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:55:02.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mavimo.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-11-03T21:27:56.000Z","updated_at":"2017-03-22T16:09:37.000Z","dependencies_parsed_at":"2023-02-20T07:45:43.467Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/predictionio-analytics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fpredictionio-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fpredictionio-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fpredictionio-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fpredictionio-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/predictionio-analytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245868327,"owners_count":20685609,"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":"2024-12-06T10:14:36.243Z","updated_at":"2025-03-27T15:20:31.874Z","avatar_url":"https://github.com/mavimo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PredictionIO Analytics\n\nThis is library to notify to PredictionIO user action.\n\nUser are identified by UUID that is store in cookie and accessible in ```__poia_1``` cookie\n\nOn user creation a UUID is send to a specified entry point using:\n\n    POST /entry_point.php?user_create=true\u0026amp;user=9195308e-5a2c-402d-883f-c707f95e64ef\n\npage tracking is generate using:\n\n    // Create POIA\n    var p = new PIOA('entry_point.php');\n\n    // Initialize\n    p.init();\n\n    // track page view\n    p.track({\n      id: 12,\n      type: 'article',\n      action: 'view'\n    });\n\nThis create a GET request:\n\n    POST /pioa.php?id=12\u0026amp;type=article\u0026amp;action=view\u0026amp;user=9195308e-5a2c-402d-883f-c707f95e64ef\n\nin demo.js there is a usage sample.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fpredictionio-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fpredictionio-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fpredictionio-analytics/lists"}