Device Trade-In Details schema field group

Last update: 2023-12-15
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer
NOTE

The names of several schema field groups have changed. See the document on field group name updates for more information.

Device Trade-In Details is a standard schema field group for the XDM ExperienceEvent class. It provides a single field (deviceTradeInDetails) which describes a device trade-in transaction, including trade-in value, original device ID, and new device ID.

Device Trade-In Details structure

Property Data type Description
tradeInValue Currency The value of the device being traded.
newDeviceID String The ID of the new device being traded for.
originalDeviceID String The ID of the device being traded.

For more details on the field group, refer to the public XDM repository:

On this page