AppsFlyer Adobe Extension

AppsFlyer Adobe Extension for the Adobe Mobile SDK

Лицензия

Лицензия

Группа

Группа

com.appsflyer
Идентификатор

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

appsflyer-adobe-sdk-extension-beta
Последняя версия

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

5.3.0_rc1
Дата

Дата

Тип

Тип

aar
Описание

Описание

AppsFlyer Adobe Extension
AppsFlyer Adobe Extension for the Adobe Mobile SDK
Ссылка на сайт

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

https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtensionAndroid
Система контроля версий

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

https://github.com/AppsFlyerSDK/AppsFlyerAdobeExtensionAndroid

Скачать appsflyer-adobe-sdk-extension-beta

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

<!-- https://jarcasting.com/artifacts/com.appsflyer/appsflyer-adobe-sdk-extension-beta/ -->
<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>appsflyer-adobe-sdk-extension-beta</artifactId>
    <version>5.3.0_rc1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.appsflyer/appsflyer-adobe-sdk-extension-beta/
implementation 'com.appsflyer:appsflyer-adobe-sdk-extension-beta:5.3.0_rc1'
// https://jarcasting.com/artifacts/com.appsflyer/appsflyer-adobe-sdk-extension-beta/
implementation ("com.appsflyer:appsflyer-adobe-sdk-extension-beta:5.3.0_rc1")
'com.appsflyer:appsflyer-adobe-sdk-extension-beta:aar:5.3.0_rc1'
<dependency org="com.appsflyer" name="appsflyer-adobe-sdk-extension-beta" rev="5.3.0_rc1">
  <artifact name="appsflyer-adobe-sdk-extension-beta" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.appsflyer', module='appsflyer-adobe-sdk-extension-beta', version='5.3.0_rc1')
)
libraryDependencies += "com.appsflyer" % "appsflyer-adobe-sdk-extension-beta" % "5.3.0_rc1"
[com.appsflyer/appsflyer-adobe-sdk-extension-beta "5.3.0_rc1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.appsflyer : af-android-sdk aar 5.3.0

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

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

appsflyer-adobe-mobile-android-extension

🛠 In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com

When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information.

Table of content

This plugin is built for

  • Android AppsFlyer SDK v5.4.1

📲 Adding the SDK to your project

Add the following to your app's build.gradle (Module: app) file:

repositories {
    mavenCentral()
}

dependencies {
...
implementation 'com.appsflyer:appsflyer-adobe-sdk-extension:5.+'
implementation 'com.android.installreferrer:installreferrer:1.1'
}

Add the installreferrer library to improve attribution accuracy, protects from install fraud and more.

🚀 Initializing the SDK

Register the AppsFlyer extension from your Application class, alongside the Adobe SDK initialisation code:

@Override  
public void onCreate() {  
  super.onCreate();  
  
  MobileCore.setApplication(this);  
  MobileCore.setLogLevel(LoggingMode.DEBUG);  
  ...
  try {
  ...
  AppsFlyerAdobeExtension.registerExtension();
  ...
  }
}

In Addition to adding the init code, the settings inside the launch dashboard must be set.

Setting Description
AppsFlyer iOS App ID Your iTunes application ID (required for iOS only)
AppsFlyer Dev Key Your application devKey provided by AppsFlyer (required)
Bind in-app events for Bind adobe event to appsflyer in-app events. For more info see the doc here.
Send attribution data Send conversion data from the AppsFlyer SDK to adobe. This is required for data elements.
Debug Mode Debug mode - set to true for testing only.

Note: For Send attribution data, use this feature if you are only working with ad networks that allow sharing user level data with 3rd party tools.

📖 Guides

📑 API

See the full API available for this plugin.

📂 Data Elements

Check out the available data elements here.

com.appsflyer

AppsFlyerSDK

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

Версия
5.3.0_rc1