Bronto Destination

Destination Info
Components
Connection Modes
Device-mode Cloud-mode
Web Web
Mobile Mobile
Server Server

Our Bronto destination code is open-source on GitHub if you want to check it out.

Getting Started

All you need to get up and running with Bronto is your Bronto Site ID. You can find your site ID right on your Bronto Account Page.

Bronto works with our client-side JavaScript library: Analytics.js.

Track

You can use our track method to send conversion events to Bronto. This event must be named Order Completed. We will forward Bronto the properties product SKU, description, quantity, name and price properties defined in the event.

Here’s an example:

analytics.track('Order Completed', {
  products: [{ sku: 'c546c96', quantity: 8, name: 'my-product', price: 99.99 }],
  orderId: '55c497bf'
});

Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

Setting Description
Domain string. You can use your own domain with Bronto
Site ID
(required)
string. You can find your Site ID in your Bronto Account Page

This page was last modified: 27 Oct 2023



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account