Data collected from addToCart

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.productListAddsIndicates if a product was added to a shopping cart. A value of 1 indicates that a product was added.
commerce.cart.cartIDThe unique ID that identifies the customer’s cart.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

openCart

DescriptionXDM event name
Triggered when a new cart is created, which is when a product is added to an empty cart.commerce.productListOpens

Data collected from openCart

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.productListOpensIndicates if a cart was created. A value of 1 indicates that a cart was created.
commerce.cart.cartIDThe unique ID that identifies the customer’s cart.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

removeFromCart

DescriptionXDM event name
Triggered every time a product is removed or every time the quantity of a product in the cart is decremented.commerce.productListRemovals

Data collected from removeFromCart

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.productListRemovalsIndicates if a product was removed from the cart. A value of 1 indicates that a product was removed from the cart.
commerce.cart.cartIDThe unique ID that identifies the customer’s cart.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

shoppingCartView

DescriptionXDM event name
Triggered when any cart page loads.commerce.productListViews

Data collected from shoppingCartView

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.productListViewsIndicates if a product list was viewed.
commerce.cart.cartIDThe unique ID that identifies the customer’s cart.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
commerce.orderContains information about the pending order for one or more products.
commerce.order.discountAmountIndicates the discount amount applied to the whole order.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

pageView

DescriptionXDM event name
Triggered when any page loads.web.webpagedetails.pageViews

Data collected from pageView

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
web.webPageDetails.pageViewsIndicates if a page was loaded. A value of 1 indicates that the page was loaded.
web.webPageDetails.URLThe normative or usual URL of the web page. This can be the actual URL used to reach the page, which would be recorded using Web Link.
web.webPageDetails.nameThe normative name of the web page. This name is not necessarily the page title or directly associated with page content, but is used to organize a site’s pages for classification purposes.
web.webReferrer.URLThe URL of the webpage a shopper visited before clicking a link to your site.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.

productPageView

DescriptionXDM event name
Triggered when any product page loads.commerce.productViews

Data collected from productPageView

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.productViewsIndicates if the product was viewed.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

startCheckout

DescriptionXDM event name
Triggered when the shopper clicks a checkout button.commerce.checkouts

Data collected from startCheckout

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.checkoutsIndicates if an action occurred during the checkout process.
commerce.cart.cartIDThe unique ID that identifies the customer’s cart.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

completeCheckout

DescriptionXDM event name
Triggered when the shopper places an order.commerce.purchases

Data collected from completeCheckout

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
commerce.purchasesIndicates if an order has been accepted.
commerce.orderContains information about the placed order for one or more products.
commerce.order.purchaseIDUnique identifier assigned by the seller for this purchase or contract. There is no guarantee that the ID is unique.
commerce.order.paymentsThe list of payments for this order.
commerce.order.payments.paymentTransactionIDUnique identifier for this payment transaction.
commerce.order.payments.paymentAmountThe value of the payment.
commerce.order.payments.paymentTypeThe method of payment for this order. Options are: cash, credit_card, debit_card, gift_card, check, paypal, wire_transfer, credit_card_reference, other.
commerce.order.payments.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
commerce.order.taxAmountThe tax amount paid by the buyer as part of the final payment.
commerce.order.discountAmountIndicates the discount amount applied to the whole order.
commerce.order.createdDateThe time and date when a new order is created in the commerce system. For example, 2022-10-15T20:20:39+00:00.
commerce.shippingShipping details for one or more products.
commerce.shipping.shippingMethodThe method of shipping chosen by the customer, such as standard delivery, expedited delivery, pick up in store, and so on.
commerce.shipping.shippingAmountThe amount the customer had to pay for shipping.
commerce.shipping.currencyCodeThe ISO 4217 currency code used, such as USD or EUR.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.
personalEmailA personal email address.
personalEmail.addressThe technical address, for example, name@domain.com as commonly defined in RFC2822 and subsequent standards.
productListItemsAn array of products that were added to the shopping cart.
productListItems.SKUStock Keeping Unit. The unique identifier for the product.
productListItems.nameThe display name or human-readable name of the product.
productListItems.priceTotalThe total price for the product line item.
productListItems.quantityThe number of product units in the cart.
productListItems.discountAmountIndicates the discount amount applied.
productListItems.productImageUrlMain image URL of the product.
productListItems.selectedOptionsField used for a configurable product.
productListItems.selectedOptions.attributeIdentifies an attribute of the configurable product, such as size or color.
productListItems.selectedOptions.valueIdentifies the value of the attribute such as small or black.

Customer profile events

Profile events captured from the storefront include account information, such as signIn, signOut, createAccount, and editAccount. This data is used to help populate key customer details that are needed to better define segments or execute marketing campaigns, such as sending sign-up discount offers, account change confirmations, and so on. There are similar profile events captured from the server-side.

signIn

DescriptionXDM event name
Triggered when a shopper attempts to sign in.userAccount.login
NOTE
This event is triggered when the specific action is attempted. It does not indicate that the action was successful.

Data collected from signIn

The following table describes the data collected for this event.

FieldDescription
channelContains information about the source of the data. Both _id and _type contain namespaced values.
channel._idThe unique identifier of the channel, such as "https://ns.adobe.com/xdm/channels/web".
channel._typeIdentifies the source of the channel data, such as "https://ns.adobe.com/xdm/channel-types/web".
personAn individual actor, contact, or owner.
person.accountIDCaptures the user account ID.
person.accountTypeCaptures the user account type, such as Personal or Company, if applicable.
person.personalEmailIDThe technical address, for example, name@domain.com as commonly defined in RFC2822 and subsequent standards.
personalEmailCaptures contact details - an e-mail and associated information.
personalEmail.addressThe technical address, for example, name@domain.com as commonly defined in RFC2822 and subsequent standards.
userAccountIndicates any loyalty details, preferences, login processes, and other account preferences.
userAccount.loginIndicates if a visitor attempted to log in.
commerce.commerceScopeIndicates where an event occurred (store view, store, website, and so on).
commerce.commerceScope.environmentIDThe environment ID. A 32-digit alphanumeric ID separated by hyphens.
commerce.commerceScope.storeCodeThe unique store code. You can have many stores per website.
commerce.commerceScope.storeViewCodeThe unique store view code. You can have many store views per store.
commerce.commerceScope.websiteCodeThe unique website code. You can have many websites in an environment.