Skip to main content
Vendo

Reference

Event & User Properties

A reference for documented event and user properties. Actual fields depend on the source, connector version, tracking configuration, consent, and destination mapping.

Standard Event Properties

PropertyTypeDescription
event_namestringThe name of the event that was triggered.
event_timedatetimeTimestamp when the event occurred.
platformstringSource platform (e.g., Shopify, Google Ads, Meta Ads).
session_idstringUnique identifier for the user session.
distinct_idstringUnique identifier for the user.
page_urlstringThe URL of the page where the event occurred.
referrerstringThe referring URL that led the user to the current page.
utm_sourcestringUTM source parameter from the URL.
utm_mediumstringUTM medium parameter from the URL.
utm_campaignstringUTM campaign parameter from the URL.
device_typestringDevice category (desktop, mobile, tablet).
browserstringUser's browser name and version.
countrystringCountry field when a configured, permitted source provides it.
citystringCity field when a configured, permitted source provides it.

Ecommerce Properties

PropertyTypeDescription
product_idstringUnique identifier for the product.
product_namestringName of the product.
product_pricenumberPrice of the product.
product_quantitynumberQuantity of the product in the cart or order.
cart_totalnumberTotal value of the cart.
order_idstringUnique identifier for the order.
order_totalnumberTotal value of the order.
currencystringCurrency code (e.g., USD, AUD, GBP).
discount_codestringDiscount or coupon code applied.
shipping_methodstringSelected shipping method.

User Properties

PropertyTypeDescription
emailstringUser's email address.
first_namestringUser's first name.
last_namestringUser's last name.
created_atdatetimeTimestamp when the user was first seen.
total_ordersnumberTotal number of orders placed by the user.
total_spentnumberTotal amount spent by the user.
last_order_datedatetimeDate of the user's most recent order.
first_order_datedatetimeDate of the user's first order.