Hello everyone! Welcome to our first thread on 'Tuesday's Tech Bytes'. This thread focuses on 'Tips & tricks in Adobe Web/Mobile SDK Migration'.
Considering we already know about what Adobe Web/Mobile SDK is, let’s not spend time reviewing anything over here. For more information related to Web/Mobile SDK, kindly go through the Implement Adobe Experience Cloud with Web SDK tutorial from Adobe Experience League. Also, for these posts, rather than reading through the paragraphs, let’s ask and answer questions in phases for a more directed understanding.
What’s the licensing cost?
All Experience Cloud customers can use Platform Web/Mobile SDK. It is not a requirement to license a Platform-based application like Real-Time Customer Data Platform or Journey Optimizer to use Web/Mobile SDK. So, the important stopper is already out of our equation.
How do we convince our business for this migration?
Platform Web/Mobile SDK can solve multiple problem areas in data collection, and it includes:
What are some of the terminologies I should know before implementing Platform Web/Mobile SDK?
The Platform Web/Mobile SDK itself is of two different versions from the higher level.
Other than the above, there are two important terminologies in Platform Web/Mobile SDK.
What are libraries replaced by Platform Web/Mobile SDK?
Here are some of the libraries Platform Web/Mobile SDK will replace:
Would Platform Web/Mobile SDK support all Cross-platforms?
As of date, cross-platform support by Platform Web/Mobile SDK includes React, Flutter, and Roku. Cordova, Xamarin, and any other cross-platforms are currently not supported.
What are the steps to implement/migrate Platform Web/Mobile SDK?
Implementing Platform Web/Mobile SDK is radically changing the way data collection is happening. This is not a simple upgrade!
The summary of the steps consists of the following:
What are the permissions required to implement/migrate Platform Web/Mobile SDK?
There are some permissions that can trip users during the start and thus getting proper permissions before the start of the implementation is necessary.
What is Schema and how do I start with Schema?
Any data collection solution would have a structure and format to collect data. In Adobe Analytics (don’t mind If I take Adobe Analytics for my examples, you already know that my primary domain is Analytics), we name them as dimensions & events, however, the structure is provided by Adobe Analytics, and it is not possible for other solutions to consume them in the same way how Adobe Analytics is consuming (vice versa for other solutions).
A schema in Adobe Experience Platform representing Experience Data Model (XDM) is an effort to standardize customer experience data and define standard schemas for customer experience management. XDM is a publicly documented specification designed to improve the power of digital experiences. It provides common structures and definitions that allow any solution to be used to communicate with Platform services.
To start with schemas, understand how the Experience Data Model (XDM) can be utilized for the data collection. Get to know about Record, Time Series, and Identity data in detail along with field groups and properties.
Can you give us an example for Record, Time Series, and Identity data?
Taking Adobe Analytics as an example, here you go.
Do I need to create my own schemas for Web/Mobile SDK Data Collection?
Yes. There are a few default field groups/properties/fields that can be used and are consumed by Adobe Solutions directly. For example, Page Name is something that is already available in the schema as a separate property (web.webpagedetails.name) and if utilized, Page Name is automatically mapped in Adobe Analytics. On the other hand, there are also out-of-the-box audience targeting fields in Adobe Target such as Target Library, Geo, Network, etc., which do not require XDM. So, it is essential to know the list of auto-mapped variables for direct consumption by Adobe Solutions, while the rest can be custom-created.
Is it possible for Adobe Solutions to consume all fields/properties generated in the Adobe Experience Platform Schema?
The answer would be tentative. Taking Adobe Analytics as an example, we can use the Adobe Analytics ExperienceEvent Full Extension schema field group which captures common dimensions and metrics that are collected by Adobe Analytics. Using this schema can eliminate the use of Processing Rules since the mapping is completely automatic unlike our own schema (Did I miss this piece? Oh yes, but let’s discuss this in detail during the “Collect and Configuration” section).
If there is a schema field group that can be consumed by Adobe Solutions automatically (taking Adobe Analytics as an example), why do we need to create our own schema in the Adobe Experience Platform during Web/Mobile SDK Migration?
Though the Adobe Analytics ExperienceEvent Full Extension schema field group is useful, it does not address our primary goal of data standardization. Since the Adobe Analytics ExperienceEvent Full Extension schema field group uses the same data structure and format as Adobe Analytics, we might not know what an eVar1 or prop1 represents at the client end, making it more difficult for other solutions to consume the data. For a long-term objective, having a clean and transparent schema is recommended.
What is Datastream and how do I start with Datastream?
A datastream represents the server-side configuration when implementing the Adobe Experience Platform Web and Mobile SDKs. It is ideally an Edge Network that can be configured to take the request from the client side and forward the requests to Adobe Solutions. This also allows us to update the server-side configuration without having to make code changes on our website. Knowledge of how to handle sensitive data in Datastreams might be super handy while configuring Datastreams.
What are the steps to configure Datastream?
Steps to configure Datastream are already precisely documented in the Adobe Experience League Portal. Kindly check-out.
Once Datastream is configured what would be the immediate next step?
To know the immediate next step and the rest of the tips/tricks in Web/Mobile SDK Migration, kindly click on the link here.
여기에 의견을 추가하려면 등록된 사용자이어야 합니다. 이미 등록되어 있다면 로그인하시기 바랍니다. 아직 등록하지 않은 경우 등록 후 로그인하시기 바랍니다.