SureCart
Conversion Bridge tracks the full shopping funnelRepresents the step-by-step process users take before completing a conversion, such as making a purchase or signing up. from SureCart as conversions. From product page views to completed purchases, every step is sent to all your connected analytics and ad platforms.
This integration tracks:
- Purchases: When a customer completes checkout
- Product views: When a visitor views a single product page
- Add to cart: When a visitor adds a product to their cart
- View cart: When a visitor views their cart
- Begin checkout: When a visitor starts the checkout process
Setup Instructions
- In your WordPress admin, go to Settings > Conversion Bridge > Integrations.
- Find SureCart in the list and enable the integration.
- Enable the events you want to track. Each event has a checkbox and an optional custom label. Learn more about conversion labels and values.
- Track purchases (default label: "Order") — Includes order total and line items
- Track each single product page view (default label: "View item: %title%")
- Track item add to cart (default label: "Add to cart: %title%")
- Track cart view (default label: "View cart") — Includes order total and line items
- Track begin checkout (default label: "Begin checkout") — Includes order total and line items
- Click Save Changes to start tracking your conversions.
How It Works
- All events are tracked on the client side using SureCart's built-in JavaScript events. No page reload is needed.
- Purchase events fire when checkout is completed and include the full order details with line items, amounts, tax, shipping, and coupon data.
- Product view events fire on single product pages when SureCart loads the product data.
- Add to cart events fire when a visitor adds a product to their cart, including variant and category details.
- View cart events fire when a visitor opens their cart, including all current line items.
- Begin checkout events fire when a visitor initiates the checkout process.
Tracked Data
Every event includes a conversion label and conversion value.
Purchase event
transaction_id— The checkout IDcurrency— The order currencyshipping— Shipping amounttax— Tax amountcoupon— Discount coupon code (if applicable)items— Array of products in the order:item_id— Price IDitem_name— Product nameprice— Per-unit pricequantity— Quantity purchaseditem_sku— Product SKU (if available)item_variant— Variant option names (if applicable)
Product view event
currency— Product currencyitems— Array containing the viewed product:item_id— Product IDitem_name— Product nameprice— Product pricequantity— Always 1item_category— Product collection names
Add to cart event
currency— Product currencyitems— Array containing the added product:item_id— Product IDitem_name— Product nameprice— Product pricequantity— Quantity addeditem_variant_id— Variant ID (if applicable)item_sku— Variant SKU (if applicable)item_variant— Variant option names (if applicable)item_category— Product collection names
View cart event
currency— Cart currencyitems— Array of products in the cart:item_id— Price IDitem_name— Product nameprice— Per-unit pricequantity— Quantityitem_variant— Variant option names (if applicable)item_category— Product collection names
Begin checkout event
currency— Checkout currencyitems— Array of products in the checkout:item_id— Price IDitem_name— Product nameprice— Per-unit pricequantity— Quantityitem_variant— Variant option names (if applicable)item_category— Product collection names
Enhanced conversion data
Conversion Bridge automatically includes customer data with purchase events as enhanced conversion data:
_email— Customer email address_first_name— Customer first name_last_name— Customer last name_phone— Customer phone number
Begin checkout events also include:
_email— The email entered during checkout
Custom Event Labels
Each event has its own customizable label:
- Purchase label: Default is "Order"
- View product item label: Default is "View item: %title%". Use
%title%to include the product name - Add to cart label: Default is "Add to cart: %title%". Use
%title%to include the product name - View cart label: Default is "View cart"
- Begin checkout label: Default is "Begin checkout"
Still need help?
If you have not yet found your answer in the documentation articles, please contact support
Contact support