Expand my Community achievements bar.

Experience League LIVE: Post-session discussion - Useful extensions in Tags (Launch) to help super charge the Web SDK

Avatar

Employee

Use this thread to ask any questions related to the Experience League LIVE session titled, "Ask the experts: Useful extensions in Tags (Launch) to help super charge the Web SDK."

Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!

3 Replies

Avatar

Employee Advisor

Here are a few links that we referenced during this session:

  1. Documentation for the Data Element Assistant extension: https://exchange.adobe.com/apps/ec/101413
  2. Documentation for the Web Vitals extension: https://exchange.adobe.com/apps/ec/106769/web-vitals 
  3. Documentation for the Event Forwarding feature, available to Real-Time CDP customers: https://experienceleague.adobe.com/docs/experience-platform/tags/event-forwarding/overview.html?lang... 

 

Avatar

Employee

Here are the questions/answers and comments from the livestream:

 

Data Element Assistant extension from Evolytics

 

Question: From a data security point of view, is Evolytics secure to use, as this is third party extension?

 

Answer: Yes. You can review the extension code if you like, also it does not save any of the date, it merely does a transformation.

 

 

Question: Does this capture Adobe ECID as well?

 

Answer: The Adobe ECID is not captured within that extension. This extension is meant for creating additional, anonymous identifiers (amongst other things).

 

Answer: The Adobe ECID can be captured in other ways though. We'll share out that via the ExL notes and Twitter since we cannot share links in the chat here.

 

 

 

Question: The hash functionality does it offer various hashing techniques like SHA-256 and provides public and private keys?

 

Answer: Yep! SHA-256 is the default

 

 

General questions and comments:

 

Question: What do we click to download the source files for extensions? Is that in the "3-dot menu"?

 

Answer: Yes! The 3 dots, then Download Source (from the catalog view)

 

 

Comment: One of the things I really dig with extensions is the time-saving aspect of them. A lot of them do things you *could* do with some custom code but with an extension you don't need to write that code.

 

Reply: Right on. And it's repeatable without having to recreate the wheel each time.

 

 

 

Question: How will analytics plugins be supported or replaced with Web SDK implementations?

 

Answer: Many analytics plugins are actually unnecessary these days thanks to added flexibility of Workspace and Adobe Tags. However, those that aren't, are actively being migrated for use by the Web SDK.

 

 

Question: Any development on Activity map tracking using Web SDK?

 

Answer: I'm happy to report that Activity Map is actively being worked on for support in Web SDK too

 

 

 

Question: Would we be able to have access to Adobe Edge network to manage events before transferring them over to the end destinations? I understand we can also do it in Launch but in the future would it be possible to do it at the server as well?

 

Answer: yes! This is possible via our Event Forwarding feature, which customers can purchase through any of our Real-Time CDP products (Real-Time CDP Connections, Prime, or Ultimate).

 

Answer: RTCDP Connections (Event Forwarding) provides the ability to have more control before you send it to non-adobe destinations.

 

Answer: Check out some of our other ExL Live videos to learn even more about this (like this one).

 

 

 

Comment: Quick call out for one of my favorite extensions: There is a mapping table extension where you can read a table for a data element that "if this value is this then set it as that."

 

Reply: The flexibility they provide is quite impressive. Also to note, companies can create their own private extensions as well if they choose.

 

 

 

Question: You showed the individual data from CRM like city and weather, so where are we storing the individual response?

 

Answer: Responses are stored in each unique event that triggers a rule within an Event Forwarding property, and is used in that specific event only.