{"id":20574765,"url":"https://github.com/macpaw/google-analytics-for-os-x","last_synced_at":"2025-05-09T20:35:46.431Z","repository":{"id":56912862,"uuid":"48036710","full_name":"MacPaw/Google-Analytics-for-OS-X","owner":"MacPaw","description":"Google Analytics SDK for OS X","archived":true,"fork":false,"pushed_at":"2017-11-01T12:54:41.000Z","size":122,"stargazers_count":51,"open_issues_count":2,"forks_count":15,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-08T08:46:29.743Z","etag":null,"topics":["google-analytics","google-analytics-sdk"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacPaw.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":"2015-12-15T10:44:54.000Z","updated_at":"2024-09-30T12:34:57.000Z","dependencies_parsed_at":"2022-08-20T20:50:26.550Z","dependency_job_id":null,"html_url":"https://github.com/MacPaw/Google-Analytics-for-OS-X","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2FGoogle-Analytics-for-OS-X","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2FGoogle-Analytics-for-OS-X/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2FGoogle-Analytics-for-OS-X/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2FGoogle-Analytics-for-OS-X/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacPaw","download_url":"https://codeload.github.com/MacPaw/Google-Analytics-for-OS-X/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253321895,"owners_count":21890488,"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":["google-analytics","google-analytics-sdk"],"created_at":"2024-11-16T05:37:02.454Z","updated_at":"2025-05-09T20:35:41.411Z","avatar_url":"https://github.com/MacPaw.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google-Analytics-for-OS-X\nGoogle Analytics SDK for mac OS\n\nThis is an Objective-C wrapper around [Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide)\n\n## Installation\nGoogle-Analytics-for-OS-X is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Google-Analytics-for-OS-X\"\n```\n\nAlternatively, you can just clone the repo, build `GoogleAnalyticsTracker` target and use the framework in your project.\n\n## Usage\n\n```\n    MPAnalyticsConfiguration *configuration = [[MPAnalyticsConfiguration alloc] initWithAnalyticsIdentifier:@\"UA-TEST-X\"];\n    [MPGoogleAnalyticsTracker activateConfiguration:configuration];\n```\n\n#### Track Event\n\n```\n    [MPGoogleAnalyticsTracker trackEventOfCategory:@\"Interaction\" action:@\"Button Click\"\n                                             label:@\"Track Event Button\" value:@0];\n```\n\n#### Track Timing\n\n```\n    [MPGoogleAnalyticsTracker trackTimingOfCategory:@\"Timings\" variable:@\"App Launch Duration\"\n                                               time:@100 label:@\"\"];\n```\n\n#### Debug Window\n\nThere is a special debug window included in the framework. It can be used by developers/QA/marketing for testing.\n\n![ScreenShot](https://raw.githubusercontent.com/MacPaw/Google-Analytics-for-OS-X/master/screenshot.png)\n\n#License\n\nGoogle-Analytics-for-OS-X is licensed under the MIT License. See the LICENSE file for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fgoogle-analytics-for-os-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacpaw%2Fgoogle-analytics-for-os-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fgoogle-analytics-for-os-x/lists"}