Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ needed:

```groovy
include(
':kits:adjust-kit',
':kits:adobe-kit'
/* ':kits:adobemedia-kit',
':kits:appboy-kit',
':kits:adjust:adjust-5',
':kits:adobe:adobe',
/* ':kits:appsflyer:appsflyer-6',
':kits:braze:braze-41',
... */
)
```
Expand Down
77 changes: 31 additions & 46 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kits/adjust/adjust-5/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Adjust Kit Integration

This repository contains the [Adjust](https://www.adjust.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Adjust](https://www.adjust.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-adjust-kit:5+'
implementation 'com.mparticle:adjust-5:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/adobe/adobe/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Adobe Kit Integration

This repository contains the Adobe integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the Adobe integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-adobe-kit:5+'
implementation 'com.mparticle:adobe:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/appsflyer/appsflyer-6/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# AppsFlyer Kit Integration

This repository contains the [AppsFlyer](https://www.appsflyer.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [AppsFlyer](https://www.appsflyer.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-appsflyer-kit:5+'
implementation 'com.mparticle:appsflyer-6:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/apptentive/apptentive-6/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Apptentive Kit Integration

This repository contains the [Apptentive](https://www.apptentive.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Apptentive](https://www.apptentive.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-apptentive-kit:5+'
implementation 'com.mparticle:apptentive-6:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/apptimize/apptimize-3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apptimize Kit Integration

This repository contains the [Apptimize](https://www.apptimize.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Apptimize](https://www.apptimize.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

Expand All @@ -18,7 +18,7 @@ This repository contains the [Apptimize](https://www.apptimize.com/) integration

```groovy
dependencies {
implementation 'com.mparticle:android-apptimize-kit:5+'
implementation 'com.mparticle:apptimize-3:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/branch/branch-5/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Branch Kit Integration

This repository contains the [Branch](https://www.branch.io/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Branch](https://www.branch.io/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-branch-kit:5+'
implementation 'com.mparticle:branch-5:6.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion kits/branch/branch-5/SampleApplication/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api project(':local-mParticle-Branch-kit')

// Uncomment below to use published version instead
// implementation 'com.mparticle:android-branch-kit:5+'
// implementation 'com.mparticle:branch-5:6.0.0'

testImplementation 'junit:junit:4.13.2'

Expand Down
10 changes: 5 additions & 5 deletions kits/braze/braze-38/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Braze (formerly Appboy) Kit Integration

This repository contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Example App

This repository contains an [example app](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/tree/master/example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:
This directory includes an [example app](example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:

- [Instrumenting Push](https://docs.mparticle.com/developers/sdk/android/push-notifications)
- [Braze Documentation](https://docs.mparticle.com/integrations/braze/event)

## 1. Adding the integration

[See a full build.gradle example here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/build.gradle)
[See a full build.gradle example here](example/build.gradle)

1. The Braze Kit requires that you add Braze's Maven server to your buildscript:

Expand All @@ -28,7 +28,7 @@ This repository contains an [example app](https://github.com/mparticle-integrati

```groovy
dependencies {
implementation 'com.mparticle:android-appboy-kit:5+'
implementation 'com.mparticle:braze-38:6.0.0'
}
```

Expand All @@ -38,7 +38,7 @@ mParticle's SDK takes care of registering for push notifications and passing tok

## 3. Displaying Push

[See a full example of an AndroidManifest.xml here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/src/main/AndroidManifest.xml).
[See a full example of an AndroidManifest.xml here](example/src/main/AndroidManifest.xml).

mParticle's SDK also takes care of capturing incoming push notifications and passing the resulting `Intent` to Braze's `BrazePushReceiver`. Follow the [mParticle push notification documentation](https://docs.mparticle.com/developers/sdk/android/push-notifications#display-push-notifications) to ensure you add the correct services and receivers to your app's AndroidManifest.xml.

Expand Down
2 changes: 1 addition & 1 deletion kits/braze/braze-38/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// REQUIRED: Add the Braze (formerly Appboy) kit here
// this will also pull in mParticle's Core SDK (com.mparticle:android-core) as a transitive dependency
implementation 'com.mparticle:android-appboy-kit:5.6.5'
implementation 'com.mparticle:braze-38:6.0.0'

// REQUIRED for Firebase
implementation 'com.google.firebase:firebase-messaging:17.3.4'
Expand Down
10 changes: 5 additions & 5 deletions kits/braze/braze-39/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Braze (formerly Appboy) Kit Integration

This repository contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Example App

This repository contains an [example app](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/tree/master/example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:
This directory includes an [example app](example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:

- [Instrumenting Push](https://docs.mparticle.com/developers/sdk/android/push-notifications)
- [Braze Documentation](https://docs.mparticle.com/integrations/braze/event)

## 1. Adding the integration

[See a full build.gradle example here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/build.gradle)
[See a full build.gradle example here](example/build.gradle)

1. The Braze Kit requires that you add Braze's Maven server to your buildscript:

Expand All @@ -28,7 +28,7 @@ This repository contains an [example app](https://github.com/mparticle-integrati

```groovy
dependencies {
implementation 'com.mparticle:android-appboy-kit:5+'
implementation 'com.mparticle:braze-39:6.0.0'
}
```

Expand All @@ -38,7 +38,7 @@ mParticle's SDK takes care of registering for push notifications and passing tok

## 3. Displaying Push

[See a full example of an AndroidManifest.xml here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/src/main/AndroidManifest.xml).
[See a full example of an AndroidManifest.xml here](example/src/main/AndroidManifest.xml).

mParticle's SDK also takes care of capturing incoming push notifications and passing the resulting `Intent` to Braze's `BrazePushReceiver`. Follow the [mParticle push notification documentation](https://docs.mparticle.com/developers/sdk/android/push-notifications#display-push-notifications) to ensure you add the correct services and receivers to your app's AndroidManifest.xml.

Expand Down
2 changes: 1 addition & 1 deletion kits/braze/braze-39/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// REQUIRED: Add the Braze (formerly Appboy) kit here
// this will also pull in mParticle's Core SDK (com.mparticle:android-core) as a transitive dependency
implementation 'com.mparticle:android-appboy-kit:5.6.5'
implementation 'com.mparticle:braze-39:6.0.0'

// REQUIRED for Firebase
implementation 'com.google.firebase:firebase-messaging:17.3.4'
Expand Down
10 changes: 5 additions & 5 deletions kits/braze/braze-40/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Braze (formerly Appboy) Kit Integration

This repository contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Example App

This repository contains an [example app](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/tree/master/example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:
This directory includes an [example app](example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:

- [Instrumenting Push](https://docs.mparticle.com/developers/sdk/android/push-notifications)
- [Braze Documentation](https://docs.mparticle.com/integrations/braze/event)

## 1. Adding the integration

[See a full build.gradle example here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/build.gradle)
[See a full build.gradle example here](example/build.gradle)

1. The Braze Kit requires that you add Braze's Maven server to your buildscript:

Expand All @@ -28,7 +28,7 @@ This repository contains an [example app](https://github.com/mparticle-integrati

```groovy
dependencies {
implementation 'com.mparticle:braze-40:5+'
implementation 'com.mparticle:braze-40:6.0.0'
}
```

Expand All @@ -38,7 +38,7 @@ mParticle's SDK takes care of registering for push notifications and passing tok

## 3. Displaying Push

[See a full example of an AndroidManifest.xml here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/src/main/AndroidManifest.xml).
[See a full example of an AndroidManifest.xml here](example/src/main/AndroidManifest.xml).

mParticle's SDK also takes care of capturing incoming push notifications and passing the resulting `Intent` to Braze's `BrazePushReceiver`. Follow the [mParticle push notification documentation](https://docs.mparticle.com/developers/sdk/android/push-notifications#display-push-notifications) to ensure you add the correct services and receivers to your app's AndroidManifest.xml.

Expand Down
2 changes: 1 addition & 1 deletion kits/braze/braze-40/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// REQUIRED: Add the Braze (formerly Appboy) kit here
// this will also pull in mParticle's Core SDK (com.mparticle:android-core) as a transitive dependency
implementation 'com.mparticle:braze-40:5+'
implementation 'com.mparticle:braze-40:6.0.0'

// REQUIRED for Firebase
implementation 'com.google.firebase:firebase-messaging:17.3.4'
Expand Down
10 changes: 5 additions & 5 deletions kits/braze/braze-41/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Braze (formerly Appboy) Kit Integration

This repository contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Braze](https://www.braze.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Example App

This repository contains an [example app](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/tree/master/example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:
This directory includes an [example app](example) showing how to implement mParticle, Braze, and Firebase Cloud Messaging. The key changes you need to make to your app are below, and please also reference mParticle and Braze's documentation:

- [Instrumenting Push](https://docs.mparticle.com/developers/sdk/android/push-notifications)
- [Braze Documentation](https://docs.mparticle.com/integrations/braze/event)

## 1. Adding the integration

[See a full build.gradle example here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/build.gradle)
[See a full build.gradle example here](example/build.gradle)

1. The Braze Kit requires that you add Braze's Maven server to your buildscript:

Expand All @@ -28,7 +28,7 @@ This repository contains an [example app](https://github.com/mparticle-integrati

```groovy
dependencies {
implementation 'com.mparticle:braze-41:5+'
implementation 'com.mparticle:braze-41:6.0.0'
}
```

Expand All @@ -38,7 +38,7 @@ mParticle's SDK takes care of registering for push notifications and passing tok

## 3. Displaying Push

[See a full example of an AndroidManifest.xml here](https://github.com/mparticle-integrations/mparticle-android-integration-appboy/blob/master/example/src/main/AndroidManifest.xml).
[See a full example of an AndroidManifest.xml here](example/src/main/AndroidManifest.xml).

mParticle's SDK also takes care of capturing incoming push notifications and passing the resulting `Intent` to Braze's `BrazePushReceiver`. Follow the [mParticle push notification documentation](https://docs.mparticle.com/developers/sdk/android/push-notifications#display-push-notifications) to ensure you add the correct services and receivers to your app's AndroidManifest.xml.

Expand Down
2 changes: 1 addition & 1 deletion kits/braze/braze-41/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// REQUIRED: Add the Braze (formerly Appboy) kit here
// this will also pull in mParticle's Core SDK (com.mparticle:android-core) as a transitive dependency
implementation 'com.mparticle:braze-41:5+'
implementation 'com.mparticle:braze-41:6.0.0'

// REQUIRED for Firebase
implementation 'com.google.firebase:firebase-messaging:17.3.4'
Expand Down
4 changes: 2 additions & 2 deletions kits/clevertap/clevertap-7/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CleverTap Kit Integration

This repository contains the [CleverTap](https://www.clevertap.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [CleverTap](https://www.clevertap.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-clevertap-kit:5+'
implementation 'com.mparticle:clevertap-7:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/comscore/comscore-6/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# comScore Kit Integration

This repository contains the [comScore](https://www.comscore.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [comScore](https://www.comscore.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-comscore-kit:5+'
implementation 'com.mparticle:comscore-6:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/iterable/iterable-3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Iterable Kit Integration

This repository contains the [Iterable](https://www.iterable.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Iterable](https://www.iterable.com/) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

mParticle's Iterable integration is predominantly server-side. This kit is an optional add-on to handle Iterable deep links.

Expand All @@ -10,7 +10,7 @@ mParticle's Iterable integration is predominantly server-side. This kit is an op

```groovy
dependencies {
implementation 'com.mparticle:android-iterable-kit:5+'
implementation 'com.mparticle:iterable-3:6.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions kits/kochava/kochava-5/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Kochava Kit Integration

This repository contains the [Kochava](https://www.kochava.com) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).
This directory contains the [Kochava](https://www.kochava.com) integration for the [mParticle Android SDK](https://github.com/mParticle/mparticle-android-sdk).

## Adding the integration

1. Add the kit dependency to your app's build.gradle:

```groovy
dependencies {
implementation 'com.mparticle:android-kochava-kit:5+'
implementation 'com.mparticle:kochava-5:6.0.0'
}
```

Expand Down
Loading
Loading