Action key
hitsteps.trackAction('signup');
hitsteps.action('signup');
Understand the custom key/value Actions your visitors take, from product interactions to the events your team sends.
After your normal Hitsteps tracking code has loaded, send an Action when the interaction happens:
hitsteps.trackAction('signup');
hitsteps.action('signup');
hitsteps.trackAction('cart_category', 'clothes');
hitsteps.trackAction('checkout_started', 'pro', {
plan: 'pro',
returning_customer: true
});
An optional third argument can attach configured Custom Dimensions to the same Action when Custom Dimension collection is enabled.
Use a stable Action key up to 64 UTF-8 bytes. The optional value can be up to 255 UTF-8 bytes.
trackAction returns true when the Action beacon is queued and false when tracking is disabled or the input is invalid.
Use stable, descriptive keys and consistent values so reports and Segments remain useful over time.
Actions record visitor interactions that pageviews cannot describe, such as adding a product to a cart, reaching 50% of a video, or choosing a plan.
The key is required and the value is optional.
Totals include complete account-local days wholly inside your selected and retained range; partial boundary days are excluded.
Discover which events and values are most common.
Pagination · Previous page · Next pageOpen the visitors behind a selected Action.
A Segment includes visitors who matched its conditions during this report period. Their Actions in the selected period are then counted. Multiple Action key/value conditions remain correlated to the same visitor.
Top keys and values · Events · Visitors · Last seen
An exact empty Action value is shown correctly here, but cannot be saved as a Segment because a blank Segment value means “any value.”
Goals and Funnels open their own reports; this page does not infer Action-to-conversion attribution. Explorer history never Segments alerts.
Use it when you need live visitor context, practical installation routes, and action tools around the traffic you already have.
Hitsteps has kept evolving across website platforms, browser changes, analytics shifts, and store workflows.
WordPress, Shopify, Wix, Google Tag Manager, HTML, CMS, commerce, browser, and desktop setup paths are documented from one hub.
Live dashboard, visitor profiles, heatmaps, chat, Segments, uptime, reports, and alerts stay connected after tracking is installed.
Do not send passwords, payment-card data, authentication secrets, or unnecessary personal data in Action keys, values, or dimensions.
After your normal Hitsteps tracking code has loaded, send an Action when the interaction happens:
Use stable, descriptive keys and consistent values so reports and Segments remain useful over time.
New Custom Actions continue to be recorded and are already filterable in Recent Visitors.
Open the visitors behind a selected Action.
After your normal Hitsteps tracking code has loaded, send an Action when the interaction happens: