You can use the Adobe Experience Platform Web SDK to send data to Adobe Analytics. This implementation method works by translating the Experience Data Model (XDM) into a format used by Analytics.
You can send data to Experience Edge directly using the Web SDK, or through the Web SDK extension in Tags.
A high-level overview of the implementation tasks:
Task | More Information | |
---|---|---|
1 | Ensure you have defined a report suite. | Report Suite Manager |
2 | Setup schemas and datasets. To standardize data collection for use across applications that leverage Adobe Experience Platform, Adobe has created the open and publicly documented standard, Experience Data Model (XDM). | Schemas UI overview and Datasets UI overview |
3 | Create a data layer to manage the tracking of the data on your website. | Create a data layer |
4 | Install the prebuilt standalone version. You can reference the library (alloy.js ) on the CDN directly on your page or download and host it on your own infrastructure. Alternatively, you can use the NPM package. |
Installing the prebuilt standalone version and Using the NPM package |
5 | Configure a datastream. A datastream represents the server-side configuration when implementing the Adobe Experience Platform Web SDK. | Configure a datastream | 6 | Add an Adobe Analytics service to your datastream. That service controls whether and how data is sent to Adobe Analytics. | Add Adobe Analytics service to a datastream |
7 | Configure the Web SDK. Ensure the library that you installed in step 4 is properly configured with the datastream ID (formerly known as edge configuration id (edgeConfigId )), organization id (orgId ), and other available options. |
Configure the Web SDK |
8 | Execute commands and/or track events. After the base code has been implemented on your webpage, you can begin executing commands and tracking events with the SDK. | Execute commands and Track events |
9 | Extend and validate your implementation before pushing it out to production. |
A high-level overview of the implementation tasks:
Task | More Information | |
---|---|---|
1 | Ensure you have defined a report suite. | Report Suite Manager |
2 | Setup schemas and datasets. To standardize data collection for use across applications that leverage Adobe Experience Platform, Adobe has created the open and publicly documented standard, Experience Data Model (XDM). | Schemas UI overview and Datasets UI overview |
3 | Create a data layer to manage the tracking of the data on your website. | Create a data layer |
4 | Configure a datastream. A datastream represents the server-side configuration when implementing the Adobe Experience Platform Web SDK. | Configure a datastream |
5 | Add an Adobe Analytics service to your datastream. That service controls whether and how data is sent to Adobe Analytics. | Add Adobe Analytics service to a datastream |
6 | Create a tag property. Properties are overarching containers used to reference tag management data. | Create or configure a tag property for web |
7 | Install and configure the Web SDK extension in your tag property. Configure the Web SDK extension to send data to the datastream configured in step 4. | Adobe Experience Platform Web SDK extension overview |
8 | Iterate, validate, and publish to production. Embed code to include your tag property to your web site pages. Then use data elements, rules, and so on, to customize your implementation. | Embed code Publishing overview |
Tags can be highly customized. Learn more about how you can get the most out of Adobe Analytics by including the right data in your implementation.
Tags documentation: Learn how the interface works and what extensions are available.