{"id":19491752,"url":"https://github.com/rudderlabs/rudder-integration-moengage-android","last_synced_at":"2025-11-18T14:34:36.109Z","repository":{"id":43656034,"uuid":"301676427","full_name":"rudderlabs/rudder-integration-moengage-android","owner":"rudderlabs","description":"RudderStack's Native SDK integration support for MoEngage.","archived":false,"fork":false,"pushed_at":"2025-11-06T20:53:31.000Z","size":235,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T22:24:44.449Z","etag":null,"topics":["moengage","rudderstack"],"latest_commit_sha":null,"homepage":"https://rudderstack.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudderlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-06T09:28:42.000Z","updated_at":"2025-11-06T20:52:40.000Z","dependencies_parsed_at":"2025-10-18T15:08:00.058Z","dependency_job_id":"167ac31e-44bc-4134-b58a-cd476b7a5ea2","html_url":"https://github.com/rudderlabs/rudder-integration-moengage-android","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/rudderlabs/rudder-integration-moengage-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-moengage-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-moengage-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-moengage-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-moengage-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudderlabs","download_url":"https://codeload.github.com/rudderlabs/rudder-integration-moengage-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-moengage-android/sbom","scorecard":{"id":789121,"data":{"date":"2025-08-11","repo":{"name":"github.com/rudderlabs/rudder-integration-moengage-android","commit":"b35a57a8b36cc3996f10b39e9e5cae9ad1a7a00c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Code-Review","score":4,"reason":"Found 8/19 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: gradle/wrapper/gradle-wrapper.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish-new-github-release.yml:22"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/check_pr_title.yml:1","Warn: no topLevel permission defined: .github/workflows/draft_new_release.yml:1","Warn: no topLevel permission defined: .github/workflows/manage-github-issue-for-outdated-dependencies.yml:1","Warn: no topLevel permission defined: .github/workflows/notion_pr_sync.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-new-github-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/slack-notify.yml:1","Warn: no topLevel permission defined: .github/workflows/snapshot_release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/build.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check_pr_title.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/check_pr_title.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check_pr_title.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/check_pr_title.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft_new_release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/draft_new_release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft_new_release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/draft_new_release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft_new_release.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/draft_new_release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/manage-github-issue-for-outdated-dependencies.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/manage-github-issue-for-outdated-dependencies.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/manage-github-issue-for-outdated-dependencies.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/manage-github-issue-for-outdated-dependencies.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notion_pr_sync.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/notion_pr_sync.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-new-github-release.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/publish-new-github-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-new-github-release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/publish-new-github-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-new-github-release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/publish-new-github-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/slack-notify.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/slack-notify.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/snapshot_release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/snapshot_release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/snapshot_release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/rudderlabs/rudder-integration-moengage-android/snapshot_release.yml/master?enable=pin","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 third-party GitHubAction dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Warn: 'last push approval' is disabled on branch 'master'","Warn: no status checks found to merge onto branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 19 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T06:57:21.012Z","repository_id":43656034,"created_at":"2025-08-23T06:57:21.012Z","updated_at":"2025-08-23T06:57:21.012Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285068408,"owners_count":27109461,"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-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["moengage","rudderstack"],"created_at":"2024-11-10T21:18:01.739Z","updated_at":"2025-11-18T14:34:36.092Z","avatar_url":"https://github.com/rudderlabs.png","language":"Java","readme":"# What is RudderStack?\n\n[RudderStack](https://rudderstack.com/) is a **customer data pipeline** tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.\n\nWith RudderStack, you can build customer data pipelines that connect your whole customer data stack and then make them smarter by triggering enrichment and activation in customer tools based on analysis in your data warehouse. Its easy-to-use SDKs and event source integrations, Cloud Extract integrations, transformations, and expansive library of destination and warehouse integrations makes building customer data pipelines for both event streaming and cloud-to-warehouse ELT simple.\n\n| Try **RudderStack Cloud Free** - a no time limit, no credit card required, completely free tier of [RudderStack Cloud](https://resources.rudderstack.com/rudderstack-cloud). Click [here](https://app.rudderlabs.com/signup?type=freetrial) to start building a smarter customer data pipeline today, with RudderStack Cloud Free. |\n|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\nQuestions? Please join our [Slack channel](https://resources.rudderstack.com/join-rudderstack-slack) or read about us on [Product Hunt](https://www.producthunt.com/posts/rudderstack).\n\n## Integrating MoEngage with RudderStack Android SDK\n\n1. Add [MoEngage](https://www.moengage.com) as a destination in the [Dashboard](https://app.rudderstack.com/) and define `apiKey`.\n\n2. Open your project level ```build.gradle``` file, and add the following lines of code:\n\n```groovy\n// For Push Notification\nbuildscript {\n    repositories {\n        mavenCentral()\n    }\n    dependencies {\n        classpath 'com.google.gms:google-services:4.3.14'\n    }\n}\n```\n\n3. Also, add the below plugin in your app level ```build.gradle``` file:\n\n```groovy\n// For Push Notification\napply plugin: 'com.google.gms.google-services'\n```\n\n3.Add the following under ```dependencies``` section:\n\n```groovy\n// RudderStack Android and MoEngage SDKs\nimplementation 'com.rudderstack.android.sdk:core:[1.0,2.0)'\nimplementation 'com.rudderstack.android.integration:moengage:2.0.0'\n\n// For MoEngage core SDK initialisation\nimplementation(\"com.moengage:moe-android-sdk:12.5.04\")\n```\n\n4. Initialize the RudderStack SDK in the Application class's onCreate() method, as shown:\n\n```kotlin\nval rudderClient: RudderClient = RudderClient.getInstance(\n    this,\n    \"\u003cWRITE_KEY\u003e\",\n    RudderConfig.Builder()\n        .withDataPlaneUrl(\"\u003cDATA_PLANE_URL\u003e\")\n        .withFactory(MoengageIntegrationFactory.FACTORY)\n        .build()\n)\n```\n\n5. Initialize the MoEngage SDK in the Application class's onCreate() method:\n\n```kotlin\n// initializing MoEngage SDK and \"XXXXXXXXXXX\" is the APP ID from the dashboard.\nval moEngage = MoEngage.Builder(this, \"XXXXXXXXXXX\")\n    .configureLogs(LogConfig(LogLevel.VERBOSE, false))\n    .build()\nMoEngage.initialiseDefaultInstance(moEngage)\n```\n\n## Send Events\n\nFollow the steps from the [RudderStack Android SDK](https://github.com/rudderlabs/rudder-sdk-android).\n\n## Contact Us\n\nIf you come across any issues while configuring or using this integration, feel free to start a conversation on our [Slack](https://resources.rudderstack.com/join-rudderstack-slack) channel. We will be happy to help you.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-moengage-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudderlabs%2Frudder-integration-moengage-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-moengage-android/lists"}