Rudder-Integration-MoEngage-Android

RudderStack's Native SDK Integration support for MoEngage.

License

License

GroupId

GroupId

com.rudderstack.android.integration
ArtifactId

ArtifactId

moengage
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Rudder-Integration-MoEngage-Android
RudderStack's Native SDK Integration support for MoEngage.
Project URL

Project URL

https://github.com/rudderlabs/rudder-integration-moengage-android
Source Code Management

Source Code Management

https://github.com/rudderlabs/rudder-integration-moengage-android/tree/master

Download moengage

How to add to project

<!-- https://jarcasting.com/artifacts/com.rudderstack.android.integration/moengage/ -->
<dependency>
    <groupId>com.rudderstack.android.integration</groupId>
    <artifactId>moengage</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/moengage/
implementation 'com.rudderstack.android.integration:moengage:1.0.0'
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/moengage/
implementation ("com.rudderstack.android.integration:moengage:1.0.0")
'com.rudderstack.android.integration:moengage:aar:1.0.0'
<dependency org="com.rudderstack.android.integration" name="moengage" rev="1.0.0">
  <artifact name="moengage" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rudderstack.android.integration', module='moengage', version='1.0.0')
)
libraryDependencies += "com.rudderstack.android.integration" % "moengage" % "1.0.0"
[com.rudderstack.android.integration/moengage "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.moengage : moe-android-sdk jar 10.5.00

Project Modules

There are no modules declared in this project.

What is RudderStack?

RudderStack is a customer data pipeline tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.

More information on RudderStack can be found here.

Integrating MoEngage with RudderStack's Android SDK

  1. Add MoEngage as a destination in the Dashboard and define apiKey.

  2. Add these lines to your app/build.gradle

repositories {
    maven { url "https://dl.bintray.com/rudderstack/rudderstack" }
}
  1. Add the dependency under dependencies
// Rudder core sdk and moengage extension
implementation 'com.rudderstack.android.sdk:core:1.+'
implementation 'com.rudderstack.android.integration:moengage:1.0.0'

// moengage core sdk
api 'com.moengage:moe-android-sdk:10.5.00'

// gson
implementation 'com.google.code.gson:gson:2.8.6'

Initialize RudderClient

val rudderClient: RudderClient = RudderClient.getInstance(
    this,
    <WRITE_KEY>,
    RudderConfig.Builder()
        .withDataPlaneUrl(<DATA_PLANE_URL>)
        .withFactory(MoengageIntegrationFactory.FACTORY)
        .build()
)

Send Events

Follow the steps from the RudderStack Android SDK.

Contact Us

If you come across any issues while configuring or using this integration, feel free to start a conversation on our Slack channel. We will be happy to help you.

com.rudderstack.android.integration

RudderStack

Steer your Customer Data

Versions

Version
1.0.0