Skip to main content

Field Descriptions

Customer Fields

Field NameTypeDetailsExample
emailStringPlain text as provided by the shopper.james@disconetwork.com
email_hashStringSHA256 hash of the email. Lowercase & remove whitespace before hashing.b7581c0ff2f84ba35b4aa29905c5c775607575f970dbf72b1594c9c67b90aefe
phoneStringThe shopper's phone number.4151234567 or +1 (415) 123-4567
first_nameStringThe first name as provided by the shopper.James
last_nameStringThe last name as provided by the shopper.Stone
shippingObjectShipping address details.See below
billingObjectBilling address details.See below
confirmation_idStringUnique confirmation identifier.12345ABC
purchasesArrayList of purchased items.See below
costStringTotal cost of the order.100
order_idStringUnique order identifier.67890XYZ
page_typeEnumType of page where widget is mounted.thank_you or "order_status"

Shipping and Billing Address Fields

Field NameTypeDetailsExample
address_line_1StringFirst line of the address.123 Main St
address_line_2StringSecond line of the address (if any).Apt 4B
cityStringCity name.San Francisco
stateStringState or province.CA
zipStringPostal or ZIP code.94105

Purchases Fields

Field NameTypeDetailsExample
product_idStringUnique identifier for the product.PROD123
typeStringType or category of the product.Electronics
nameStringName of the product.Headphones
descriptionStringDescription of the product.Noise-cancelling headphones
variantStringVariant of the product (e.g., color, size).Black
quantityStringQuantity purchased.2