{"id":20753521,"url":"https://github.com/segment-integrations/analytics-android-integration-amplitude","last_synced_at":"2025-04-28T16:25:06.591Z","repository":{"id":38051018,"uuid":"46016986","full_name":"segment-integrations/analytics-android-integration-amplitude","owner":"segment-integrations","description":"The Amplitude analytics-android integration.","archived":false,"fork":false,"pushed_at":"2022-07-26T09:45:30.000Z","size":166,"stargazers_count":2,"open_issues_count":5,"forks_count":6,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-30T11:12:06.575Z","etag":null,"topics":["android"],"latest_commit_sha":null,"homepage":"https://segment.com/docs/connections/destinations/catalog/amplitude/","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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2015-11-11T23:38:21.000Z","updated_at":"2022-01-21T02:45:41.000Z","dependencies_parsed_at":"2022-09-15T01:33:12.595Z","dependency_job_id":null,"html_url":"https://github.com/segment-integrations/analytics-android-integration-amplitude","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-amplitude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-amplitude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-amplitude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-amplitude/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-amplitude/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251343941,"owners_count":21574458,"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-17T09:13:51.882Z","updated_at":"2025-04-28T16:25:06.575Z","avatar_url":"https://github.com/segment-integrations.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"analytics-android-integration-amplitude\n=======================================\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/amplitude/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/amplitude)\n[![Javadocs](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/amplitude.svg?label=javadoc)](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/amplitude)\n\nAmplitude integration for [analytics-android](https://github.com/segmentio/analytics-android).\n\n## Installation\n\nTo install the Segment-Amplitude integration, simply add this line to your gradle file:\n\n```\ncompile 'com.segment.analytics.android.integrations:amplitude:+'\n```\n\n## Usage\n\nAfter adding the dependency, you must register the integration with our SDK.  To do this, import the Amplitude integration:\n\n\n```\nimport com.segment.analytics.android.integrations.amplitude.AmplitudeIntegration;\n\n```\n\nAnd add the following line:\n\n```\nanalytics = new Analytics.Builder(this, \"write_key\")\n                .use(AmplitudeIntegration.FACTORY)\n                .build();\n```\n\nPlease see [our documentation](https://segment.com/docs/integrations/amplitude/) for more information.\n\n## Repository\n- [Snapshots](https://oss.sonatype.org/content/repositories/snapshots/com/segment/analytics/android/integrations/amplitude/)\n- [Releases](https://oss.sonatype.org/content/repositories/releases/com/segment/analytics/android/integrations/amplitude/)\n\n## Releasing\nCircleCI is configured to release the artifacts when a new tag is created. Snapshot builds are created and uploaded\nfor each commit in master.\n\nWhen you are working in a new release, change the version to `\u003cnew-version\u003e-SNAPSHOT` in `gradle.properties`. After you\nare done, push your changes to master (it will upload the SNAPSHOT version) and then create a tag with the version (it\nwill release and promote the new version).\n\n### Errors promoting\nGo to [Sonatype](https://oss.sonatype.org/#stagingRepositories) to check if the previous staging was not closed\nproperly, or if the signature was invalid. Segment's staging repositories are `comsegment-xxxxx`.\n\n### Verify signature\nYou can get Segment's public key from:\n- [GnuPG](http://keys.gnupg.net:11371/pks/lookup?search=tools%2Bandroid%40segment.com\u0026fingerprint=on\u0026op=index)\n- [PGP MIT](http://pgp.mit.edu/pks/lookup?search=tools%2Bandroid%40segment.com\u0026op=index)\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-amplitude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-amplitude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-amplitude/lists"}