{"id":20340196,"url":"https://github.com/webengage/segment-integration-android","last_synced_at":"2025-07-22T00:32:32.287Z","repository":{"id":26612979,"uuid":"106443731","full_name":"WebEngage/segment-integration-android","owner":"WebEngage","description":"WebEngage's package integration with Segment","archived":false,"fork":false,"pushed_at":"2024-05-09T10:34:49.000Z","size":173,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-28T05:34:36.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/WebEngage.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-10T16:37:22.000Z","updated_at":"2021-11-30T12:52:07.000Z","dependencies_parsed_at":"2024-01-29T10:51:15.296Z","dependency_job_id":"a9c05512-0432-413a-9c8d-c8d2d55408ca","html_url":"https://github.com/WebEngage/segment-integration-android","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WebEngage/segment-integration-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fsegment-integration-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fsegment-integration-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fsegment-integration-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fsegment-integration-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebEngage","download_url":"https://codeload.github.com/WebEngage/segment-integration-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fsegment-integration-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266404941,"owners_count":23923492,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-14T21:20:11.777Z","updated_at":"2025-07-22T00:32:32.268Z","avatar_url":"https://github.com/WebEngage.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Segment-Integration-Android\n[ ![Download](https://api.bintray.com/packages/webengage/maven/android-segment/images/download.svg) ](https://bintray.com/webengage/maven/android-segment/_latestVersion)\n\nWebEngage integration for [analytics-android](https://github.com/segmentio/analytics-android)\n\n## Installation\n\nTo install the WebEngage-Segment integration, simply add this line to your app build.gradle file:\n\n```\ncompile 'com.webengage:android-segment:2.+'\n```\n\n## Usage\n\nAfter adding the dependency, you must register the WebEngage's destination in your Segment's Analytics instance.  To do this, import the WebEngage integration:\n\n\n```\nimport com.webengage.sdk.android.integrations.segment.WebEngageIntegration;\n\n```\n\nAnd add the following line:\n\n```\nanalytics = new Analytics.Builder(this, \"write_key\")\n                .use(WebEngageIntegration.FACTORY)\n                .build();\n```\n\n## Push Notifications\nPlease follow our [android push notification documentation](https://docs.webengage.com/docs/android-push-messaging)\n\n## In-App Notifications\nNo further action is required to integrate in-app messages.\n\n## Proguard\nPlease include the following rules in your proguard file.\n\n``` groovy\n-keep class com.webengage.sdk.android.**{*;}\n-dontwarn com.webengage.sdk.android.**\n```\n\n\n## Advanced\nFor advanced integration options such as attribution and location tracking, please visit the advanced [section](https://docs.webengage.com/docs/android-advanced) of our Android documentation.\n\n## Sample App\nWebEngage has created a sample Android application that integrates WebEngage via Segment. Check it out at our [Gitub repo](https://github.com/WebEngage/segment-integration-android-example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fsegment-integration-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebengage%2Fsegment-integration-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fsegment-integration-android/lists"}