Rudder-Integration-Branch-Android

RudderStack's Native SDK Integration support for Branch.

Лицензия

Лицензия

MIT License
Группа

Группа

com.rudderstack.android.integration
Идентификатор

Идентификатор

branch
Последняя версия

Последняя версия

0.1.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

Rudder-Integration-Branch-Android
RudderStack's Native SDK Integration support for Branch.
Ссылка на сайт

Ссылка на сайт

https://github.com/rudderlabs/rudder-integration-branch-android
Система контроля версий

Система контроля версий

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

Скачать branch

Имя Файла Размер
branch-0.1.3.pom
branch-0.1.3.aar 11 KB
branch-0.1.3-sources.jar 3 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.8.6
io.branch.sdk.android : library jar 4.3.2
com.android.installreferrer » installreferrer jar 1.1.2
com.google.firebase » firebase-appindexing jar 19.1.0
com.google.android.gms » play-services-ads jar 16.0.0

Модули Проекта

Данный проект не имеет модулей.

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 Branch with RudderStack's Android SDK

  1. Add BranchIO as a destination in the Dashboard and define branchKey

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

repositories {
  maven {
    maven { url "https://dl.bintray.com/rudderstack/rudderstack" }
  }
}
  1. Add the dependency under dependencies
implementation 'com.rudderstack.android.sdk:core:1.0.1'
implementation 'com.rudderstack.android.integration:branch:0.1.3'

// branch SDK requirements
implementation 'io.branch.sdk.android:library:4.3.2'
implementation'com.android.installreferrer:installreferrer:1.1.2'
implementation 'com.google.firebase:firebase-appindexing:19.1.0'
implementation 'com.google.android.gms:play-services-ads:16+'

Initialize RudderClient

val rudderClient: RudderClient = RudderClient.getInstance(
    this,
    <WRITE_KEY>,
    RudderConfig.Builder()
        .withDataPlaneUrl(<DATA_PLANE_URL>)
        .withLogLevel(RudderLogger.RudderLogLevel.DEBUG)
        .withFactory(BranchIntegrationFactory.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, please 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

Версии библиотеки

Версия
0.1.3