Skip to content

Commit

Permalink
Merge pull request #408 from cacheung/docs
Browse files Browse the repository at this point in the history
Update documentation for React Native and Flutter Analytics workflows
  • Loading branch information
cacheung authored Sep 13, 2023
2 parents c0748ae + 84b8904 commit a9d5108
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Edge Bridge only supports the Analytics drop-in migration case. If you are looki
| | API for sending data | Extensions| XDM transform location | Platform support with latest Mobile SDKs | Can send to other services (configurable in Datastreams) |
| ----------- | ----------- |-----------|-----------|-----------|-----------|
| **Edge Network extension** | Edge.sendEvent | 1. Edge Network extension <br/> 2. Identity for Edge Network extension | Client-side| iOS, Android, tvOS, Flutter, React Native | Yes |
| **Edge Bridge extension** | MobileCore.trackAction MobileCore.trackState | 1. Edge Bridge extension <br/> 2. Edge Network extension <br/> 3. Identity for Edge Network extension| Server-side through Data Prep mapping| iOS, Android, tvOS, Flutter, React Native | Yes |
| **Analytics extension** | MobileCore.trackAction MobileCore.trackState | 1. Analytics extension <br/> 2. Identity for Experience Cloud ID Service extension | N/A| iOS, Android, tvOS| N/A |
| **Edge Bridge extension** | MobileCore.trackAction <br/> MobileCore.trackState | 1. Edge Bridge extension <br/> 2. Edge Network extension <br/> 3. Identity for Edge Network extension| Server-side through Data Prep mapping| iOS, Android, tvOS, Flutter, React Native | Yes |
| **Analytics extension** | MobileCore.trackAction <br/> MobileCore.trackState | 1. Analytics extension <br/> 2. Identity for Experience Cloud ID Service extension | N/A| iOS, Android, tvOS <br/> (Not supported on Flutter, React Native)| N/A |

<InlineAlert variant="info" slots="text"/>

Expand Down Expand Up @@ -83,3 +83,7 @@ When using Identity for Edge Network extension, the Mobile SDK automatically mig
The previous Identity for Experience Cloud ID Service extension can be safely removed from the SDK registration process if there are no other extensions which rely on it, such as Target, Campaign and others.

If you need further assistance, please contact [Adobe Experience Cloud customer care](https://experienceleague.adobe.com/?support-solution=General#support).

## Next steps

To learn more about latest versions available for the Edge Network and Edge Bridge extensions, see the [Current SDK versions page](../current-sdk-versions.md).
12 changes: 10 additions & 2 deletions src/pages/documentation/current-sdk-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Adobe Experience Platform Mobile SDK plugin for React Native supports React Nati

Adobe Experience Platform Mobile SDK plugins for React Native are compatible with the [Android](#android) and [iOS](#ios) native libraries.

<InlineAlert variant="info" slots="text"/>
<InlineAlert variant="warning" slots="text"/>

If you are currently using the ACP-prefixed React Native libraries, please see [the guide to migrate to latest available version](https://github.com/adobe/aepsdk-react-native/blob/main/docs/migration.md) for React Native.

Expand All @@ -118,6 +118,11 @@ If you are currently using the ACP-prefixed React Native libraries, please see [
| [Places](./places/index.md) | [![npm version](https://img.shields.io/npm/v/@adobe/react-native-aepplaces.svg?color=green&label=%40adobe%2Freact-native-aepplaces&logo=npm&style=flat-square)](https://badge.fury.io/js/%40adobe%2Freact-native-aepplaces) |
| [Target](../adobe-target/index.md) | [![npm version](https://img.shields.io/npm/v/@adobe/react-native-aeptarget.svg?color=green&label=%40adobe%2Freact-native-aeptarget&logo=npm&style=flat-square)](https://badge.fury.io/js/%40adobe%2Freact-native-aeptarget) |
| [Campaign Classic](./adobe-campaign-classic/index.md) | [![npm version](https://img.shields.io/npm/v/@adobe/react-native-aepcampaignclassic.svg?color=green&label=%40adobe%2Freact-native-aepcampaignclassic&logo=npm&style=flat-square)](https://badge.fury.io/js/%40adobe%2Freact-native-aepcampaignclassic) |
| Adobe Analytics| Not Supported - Analytics workflows supported through Edge or Edge Bridge extensions, see [guide to migrate to Edge Network](../adobe-analytics/migrate-to-edge-network.md). |
| Adobe Media Analytics| Not Supported |
| Adobe Audience| Not Supported |
| Adobe Campaign Standard| Not Supported |
| Place Monitor| Deprecated |

## Flutter

Expand All @@ -127,7 +132,7 @@ Adobe Experience Platform Mobile SDK plugin for Flutter supports Flutter **versi

Adobe Experience Platform Mobile SDK plugins for Flutter are compatible with the [Android](#android) and [iOS](#ios) native libraries.

<InlineAlert variant="info" slots="text"/>
<InlineAlert variant="warning" slots="text"/>

If you are currently using the ACP-prefixed Flutter libraries, please see [the guide to migrate to latest available version](https://github.com/adobe/aepsdk_flutter/blob/main/docs/migration.md) for Flutter.

Expand All @@ -140,6 +145,9 @@ If you are currently using the ACP-prefixed Flutter libraries, please see [the g
| [EdgeConsent](../consent-for-edge-network/index.md) | [![pub package](https://img.shields.io/pub/v/flutter_aepedgeconsent.svg)](https://pub.dartlang.org/packages/flutter_aepedgeconsent) |
| [Edge Bridge](../adobe-analytics/migrate-to-edge-network.md) | [![pub package](https://img.shields.io/pub/v/flutter_aepedgebridge.svg)](https://pub.dartlang.org/packages/flutter_aepedgebridge) |
| [UserProfile](../profile/index.md) | [![pub package](https://img.shields.io/pub/v/flutter_aepuserprofile.svg)](https://pub.dartlang.org/packages/flutter_aepuserprofile) |
| Adobe Analytics| Not Supported - Analytics workflows supported through Edge or Edge Bridge extensions, see [guide to migrate to Edge Network](../adobe-analytics/migrate-to-edge-network.md). |
| Place Service | Not Supported |
| Place Monitor| Deprecated |

## Roku

Expand Down

0 comments on commit a9d5108

Please sign in to comment.