Skip to content

Tracking event & user properties (Deprecated)

Event properties contain all the event, user, and account-related information (traits) that adds context to your events. For an Add to Cart event, properties capture the product price, quantity, variant, and other product details. For a Form Submitted event, they capture the form field values your user entered.

All the tracked event properties can be accessed in the Events Manager section of the app.

Events Manager listing tracked events

Click View data next to the event whose traits you want to see.

View data action on an event row

You’ll see the recent data for that event.

Recent data panel for an event

Click the + icon to see the event Attributes.

Event attributes expanded under an event

When you set up an event in the No-Code Event Tracker, you can capture each property from one of the following sources:

Property attributes panel showing all source options

Choose Text to track property values directly from the webpage.

Text source selected in the property picker

The picker icon lets you choose the text from the webpage.

Element picker selecting text on the page

Choose Radio to track radio button selections from the webpage as property values.

Radio source selected for a radio button group

Choose JavaScript to track property values via a JavaScript expression.

JavaScript source field

For example, enter the expression (new Date()).toGMTString() and click Verify.

(new Date()).toGMTString()
JavaScript expression verified

Choose URL path to capture a value from the URL path.

URL path source configuration

Choose URL query to capture a value from the URL query string.

URL query source configuration

Choose Tag attribute to capture a value from an HTML tag attribute (for example, data-product-id).

Tag attribute source configuration

Choose Cookie to capture a value from a browser cookie.

Cookie source configuration