Expand my Community achievements bar.

Join us January 15th for an AMA with Champion Achaia Walton, who will be talking about her article on Event-Based Reporting and Measuring Content Groups!

ECID and Product String to Workspace via Web SDK

Avatar

Level 2

I am using Adobe Analytics Experience Events Full Extension field group to send value of eVars and props.

This is my first implementation and I would need to understand how can I send the values of ECID and Product String using the above field group to workspace through Web sdk

4 Replies

Avatar

Level 2

Hello,

The Product String with AEP Web SDK is set up with the productListItems.
Personnally, for the productListItems needed, i created dataElement with a schema similar as XDM.
You can find the official documentation here

Best regards

Avatar

Employee

Hi Thanks for the information,

 

How did you populate productListItems in schema, which class did you use in Schema for this?

Avatar

Community Advisor

The productListItems will be available in XDM experience event class.

Avatar

Community Advisor

Hi @Ankit_EG 

While implementing web SDK ECID will be available by default, however its won't be available in a custom variable or field you can map it by using two following methods here(via data prep in DataStream or create a data element to map it on the client side).

For product string you can use productListItems data type in your schema this will be available by default if you have added Adobe Analytics Experience Events Full Extension field group, check the examples here