{"id":21762103,"url":"https://github.com/segment-integrations/analytics-android-integration-comscore","last_synced_at":"2025-08-03T06:06:43.973Z","repository":{"id":8611520,"uuid":"59047352","full_name":"segment-integrations/analytics-android-integration-comscore","owner":"segment-integrations","description":"The ComScore analytics-android integration. https://segment.com/docs/integrations/comscore","archived":false,"fork":false,"pushed_at":"2023-09-26T20:37:25.000Z","size":180,"stargazers_count":3,"open_issues_count":1,"forks_count":9,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-27T04:33:30.680Z","etag":null,"topics":["android"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/segment-integrations.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-17T18:13:20.000Z","updated_at":"2023-03-26T06:53:44.000Z","dependencies_parsed_at":"2024-11-26T12:11:02.512Z","dependency_job_id":null,"html_url":"https://github.com/segment-integrations/analytics-android-integration-comscore","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-comscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-comscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-comscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-comscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/segment-integrations","download_url":"https://codeload.github.com/segment-integrations/analytics-android-integration-comscore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721147,"owners_count":21151052,"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":["android"],"created_at":"2024-11-26T12:10:57.482Z","updated_at":"2025-04-13T13:32:48.708Z","avatar_url":"https://github.com/segment-integrations.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"analytics-android-integration-comscore\n======================================\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/comscore/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/comscore)\n[![Javadocs](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/comscore.svg?label=javadoc)](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/comscore)\n\nComScore integration for [analytics-android](https://github.com/segmentio/analytics-android).\n\n\n## Installation\n\nTo install the Segment-ComScore integration, first include mavenCentral as a source repository in your gradle file:\n\n```\nallprojects {\n  repositories {\n    mavenCentral()\n  }\n}\n```\n\nThen include the Segment-Comscore integration as a dependency, in the dependencies section of your gradle file:\n\n```\nimplementation 'com.segment.analytics.android.integrations:comscore:+'\n```\n\n\n## Usage\n\nAfter adding the dependency, you must register the integration with our SDK.  To do this, import the ComScore integration:\n\n\n```\nimport com.segment.analytics.android.integrations.comscore.ComScoreIntegration;\n\n```\n\nAnd add the following line:\n\n```\n analytics = new Analytics.Builder(this, \"write_key\")\n                .use(ComScoreIntegration.FACTORY)\n                .build();\n```\n\nPlease see [our documentation](https://segment.com/docs/integrations/comscore/#mobile) for more information.\n\n## License\n\n```\nWWWWWW||WWWWWW\n W W W||W W W\n      ||\n    ( OO )__________\n     /  |           \\\n    /o o|    MIT     \\\n    \\___/||_||__||_|| *\n         || ||  || ||\n        _||_|| _||_||\n       (__|__|(__|__|\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Segment, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-comscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-comscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-comscore/lists"}