-
Notifications
You must be signed in to change notification settings - Fork 105
Update tutorial links #732
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
Open
dwright-adobe
wants to merge
4
commits into
master
Choose a base branch
from
dwright-adobe-patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,48 @@ | ||
| # Tutorials | ||
|
|
||
| ## Implementing Experience Cloud solutions in Mobile Android and iOS Swift applications | ||
| ## Implement Adobe Experience Platform Mobile SDKs in mobile applications | ||
|
|
||
| This sections provides a starting point for mobile application developers who want to learn how to implement Adobe Experience Cloud solutions in their applications. You can complete the following sample Swift or Android tutorials to learn about implementing Experience Cloud in a controlled environment: | ||
| This tutorial guides you through the implementation of the Platform Mobile SDK in a sample retail app called Luma. The Luma app has functionality that lets you build a realistic implementation. The lessons are designed for iOS and written in Swift, but many of the concepts also apply to Android. | ||
|
|
||
| * [Implementing the Experience Cloud in Mobile iOS Swift Applications](https://experienceleague.adobe.com/docs/launch-learn/implementing-in-mobile-ios-swift-apps-with-launch/index.html) | ||
| * [Implementing the Experience Cloud in Mobile Android Applications](https://experienceleague.adobe.com/docs/launch-learn/implementing-in-mobile-android-apps-with-launch/index.html) | ||
| * [Implement Platform Mobile SDKs in mobile applications](https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk/overview.html) | ||
|
|
||
| ## Getting started with Adobe Experience Platform | ||
|
|
||
| This tutorial illustrates how you may send Experience Data Model (XDM) commerce events to Adobe Experience Platform via Experience Edge using the AEP Edge extension in a sample application, provided to you in iOS (Swift) and Android. | ||
|
|
||
| * [Getting started with Adobe Experience Platform](https://aep-sdks.gitbook.io/docs/resources/user-guides/getting-started-with-adobe-experience-platform) | ||
|
|
||
| ## Tracking Beacons in Mobile Android and iOS applications | ||
|
|
||
| Sending beacon data to Adobe Analytics for reporting can be an effective to understand how your audience can interact with physical landmarks. You can manually send beacon tracking data to your Analytics server and create rules based on a user's proximity to your beacons. This solution relies on the Profile extension to generate beacon-related rules. | ||
|
|
||
| For more information, see the following link: | ||
|
|
||
| * [Implementing beacon tracking for Adobe Analytics in Mobile Android and iOS applications](track-beacon.md) | ||
|
|
||
| ## Attach or modify data in SDK events | ||
|
|
||
| In this tutorial you will learn how to enable advanced use-cases with Attach Data and Modify Data actions. | ||
|
emdobrin marked this conversation as resolved.
Outdated
|
||
|
|
||
| * [Attach data to SDK events](attach-data.md) | ||
| * [Modify data to SDK events](modify-data.md) | ||
|
|
||
| ## Using data elements to define dynamic data in rules | ||
|
|
||
| Data elements are building blocks for rules and allow you create a data dictionary of commonly used data in the Platform Mobile SDK. This collection of data elements becomes the dictionary of defined data that you can use to build rules for your application, and this dictionary is shared across Experience Platform Launch where it can be used with any extension that is added to your mobile property. | ||
|
emdobrin marked this conversation as resolved.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since Launch is no longer that brand name - "...shared across your tags implementation where it can..." |
||
|
|
||
| * [Using data elements to define dynamic data in rules](launch-data-elements.md) | ||
|
|
||
| ## Signal extension and Rules Engine integration | ||
|
|
||
| Learn how to use Signal actions such as postbacks, openning a URL in your Data Collection rules by laveraging the client-side Rules Engine. | ||
|
emdobrin marked this conversation as resolved.
Outdated
|
||
|
|
||
| * [Signal extension and Rules Engine integration](signal-extension-and-rules-engine-integration.md) | ||
|
|
||
| ## iOS App Extension implementation | ||
|
|
||
| In this tutorial you will learn how to use the Experience Platform mobile extensions in iOS App Extensions. | ||
|
emdobrin marked this conversation as resolved.
Outdated
|
||
|
|
||
| * [iOS App Extension integration](app-extension.md) | ||
|
|
||
|
|
||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.