This preview of pull request 1639 is meant for internal use only.

Bronto Destination

Bronto quick info

Bronto accepts Track calls. If you reference it in the Integrations object, call it “Bronto”.

Bronto accepts device-mode data only from Analytics.js.

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.

Domain

You can use your own domain with Bronto

Site ID

You can find your Site ID in your Bronto Account Page

This page was last modified: 22 Nov 2019



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