Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Identity descriptions to include dependent extension list #714

Merged
merged 6 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 3 additions & 1 deletion src/pages/edge/identity-for-edge-network/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import Tabs from './tabs/index.md'

# Identity for Edge Network

The Adobe Experience Platform Identity mobile extension enables identity management from your mobile app when using the Adobe Experience Platform Mobile SDK and the [Edge Network extension](../edge-network/index.md).
The Adobe Experience Platform Identity mobile extension enables identity management, including the Experience Cloud ID (ECID), from your mobile app when using the Adobe Experience Platform Mobile SDK and the [Edge Network extension](../edge-network/index.md).
cacheung marked this conversation as resolved.
Show resolved Hide resolved

Use the Identity for Edge Network extension when including the Edge Network extension into an application. The Identity for Edge Network extension is not used with Adobe Solution extensions, which must use the [Identity for Experience Cloud ID Service extension](../../home/base/mobile-core/identity/index.md).

## Configure the Identity extension in the Data Collection UI

Expand Down
12 changes: 12 additions & 0 deletions src/pages/home/base/mobile-core/identity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ import Tabs from './tabs/index.md'

The Identity extension enables your app with the Experience Cloud ID (ECID). This service helps with the synchronization of Adobe and other customer identifiers.

Include the Identity extension in your application when using any of the following Adobe Solution extensions:

* [Adobe Analytics](../../../../solution/adobe-analytics/index.md)
* [Adobe Audience Manager](../../../../solution/adobe-audience-manager/index.md)
* [Adobe Campaign Standard](../../../../solution/adobe-campaign-standard/index.md)
* [Adobe Media Analytics](../../../../solution/adobe-media-analytics/index.md)
* [Adobe Target](../../../../solution/adobe-target/index.md)

When using 3rd party extensions, check with the extension developer to understand if the Identity extension is a required dependency.
kevinlind marked this conversation as resolved.
Show resolved Hide resolved

If your application uses the [Edge Network extension](../../../../edge/edge-network/index.md), then it must include the [Identity for Edge Network extension](../../../../edge/identity-for-edge-network/index.md). The Identity for Edge Network extension does not replace the Identity for Experience Cloud ID Service extension and both may be required in an application. See the [FAQ](../../../../edge/identity-for-edge-network/faq.md) for more information.

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

On web or other platforms, there might situations where this extension might not be required, and the implementation of this SDK extension on mobile apps is required.
Expand Down
Loading