{"id":13744939,"url":"https://github.com/scribd/GAProxy","last_synced_at":"2025-05-09T04:32:41.292Z","repository":{"id":786020,"uuid":"481547","full_name":"scribd/GAProxy","owner":"scribd","description":"A wrapper for Google Analytics in Actionscript","archived":true,"fork":false,"pushed_at":"2010-02-11T00:44:00.000Z","size":80,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T05:05:34.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"aaronlord/laroute","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scribd.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-21T01:31:48.000Z","updated_at":"2023-01-28T16:51:14.000Z","dependencies_parsed_at":"2022-07-05T14:32:07.692Z","dependency_job_id":null,"html_url":"https://github.com/scribd/GAProxy","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/scribd%2FGAProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2FGAProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2FGAProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2FGAProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scribd","download_url":"https://codeload.github.com/scribd/GAProxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819694,"owners_count":17375311,"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-08-03T05:01:18.845Z","updated_at":"2024-11-15T17:30:45.203Z","avatar_url":"https://github.com/scribd.png","language":"ActionScript","readme":"## GAProxy\n\nGAProxy is a simple wrapper for Google Analytics in actionscript. It dynamically loads Google's GA.js into the parent page and makes calls directly to the javascript. As a result, it supports every feature of GA with the least amount of code. Including GAProxy will add around 5k to your swf size. \n\n## Features\n\n* Works with all browsers\n* SSL support\n* Support for terminal events, which get sent during onUnload\n\n## Example Usage    \n    \n### Tracking a page view\n\n    var tracker:GAProxy = new GAProxy(account);\n    tracker.addEventListener(Event.INIT, onTrackerInit);\n    \n    private function onTrackerInit(event:Event):void\n    {\n        tracker._trackPageview();\n    }\n\n### Sending an event\n\n    var tracker:GAProxy = new GAProxy(account);\n    tracker.addEventListener(Event.INIT, onTrackerInit);\n    \n    private function onTrackerInit(event:Event):void\n    {\n        tracker._trackEvent(category, action, label, value);\n    }\n\n## License\n\nThe MIT license. See the [license file](https://github.com/scribd/GAProxy/blob/master/LICENSE) ","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribd%2FGAProxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscribd%2FGAProxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribd%2FGAProxy/lists"}