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
Before you start, make sure Bronto supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | ✅ | ⬜️ | ⬜️ |
☁️ Cloud-mode | ⬜️ | ⬜️ | ⬜️ |
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: 22 Nov 2019
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!