Bronto Destination
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'
});
Supported Sources and Connection Modes
The first step is to make sure Bronto supports the source type and connection mode you’ve chosen to implement. You can learn more about what dictates the connection modes we support here.
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | ✅ | ||
☁️ Cloud-mode |
To learn more about about Connection Modes and what dictates which we support, see here.
Settings
Segment lets you change these destination settings from your Segment dashboard without having to touch any code.
Domain
You can use your own domain with Bronto
Site ID
You can find your Site ID in your Bronto Account Page
Need support?
Questions? Problems? Need more info? Contact us, and we can help!