Configure

Configuring the plugin once it's installed in your WooCommerce store.

Script Manager ID

You can find your Bronto Script Manager ID by going to Settings » Integrations » Script Manager in Bronto. If you click get code the overlay will load with your unique script. The value that is after sites/ and up to /assets (including "==" ) is the ID you will need.

sample

Click save settings.

Once you have added the Script Manager ID you will be able to toggle features on and off from script manager in Bronto.

Subscribe to Newsletter

To enable the "newsletter opt-in checkbox" at checkout, enter the text you'd like displayed along side the checkbox. Choose wisely.

Click save settings.

List ID

Second, it is recommended that you add all newsletter subscribers to a list by default to ensure they are easy to locate, track and measure over time. To do this you will need to:

  1. Create a List in Bronto - click here and enter an internal and external name. Click save.

  2. Locate & Copy the List ID - on the bottom right side of the list overview page, copy the List API ID - should look similar to: 0bbc03ec00000000000000000000001764ac

  3. Paste the ID into the Plugin - in the List ID field paste the List API ID value.

  4. Save - click save settings.

Direct Add ID

Direct add is a pixel for adding/update contact data in Bronto. It's the means by which all sign-ups are sent to Bronto within the Plugin.

You can find your Direct Add ID by going to Settings » Data Exchange. In the section labeled "Direct Add" find the image URL, then scroll right and copy the value after &id= but before &email=.

Click save settings.

You can give customers the option to opt-in for SMS based order notifications. Enabling this feature will change two things:

  1. SMS Consent Capture - customer consent will be captured upon order complete.

  2. Mobile Number Capture - mobile number will be stored with the order upon order complete.

To enable collection of consent simply enter a call-to-action in the Enable SMS order consent box.

Click save settings.

NOTE: SMS or MMS sending capabilities require a SMS message allocation (paid feature) in Bronto. Contact your account team if your unsure of your level of access.

Pop-up Manager ID

You can find your Pop-Up Manager ID by going to Commerce » Coupon Manager » Settings. In the overlay that loads you will see Account ID and a value that looks like this: yW5XxZKGFM6nJpBuZCmabNdMeKEsbsQI8euRMqLczpWU.

Copy this value & paste it into the plugin. Click save settings.

You'll need to follow Bronto's steps for setting your domain and then activating the pop-up, then you should begin seeing it on your site.

Enable Sign-Up Forms Widget

If you'd like to enable a Bronto Sign-up Widget to capture sign-ups throughout your site, you can do so in WooCommece by following the below steps:

  1. Go to Widgets (Appearance » Widgets)

  2. Select "Bronto: Email Sign-up" - and select your positioning

  3. Next, provide a Title (optional), Description (optional), Button Text (required), List ID (recommended).

  4. Click Save Settings.

Coupon Manager ID

If you are utilizing the Coupon Manager features to send unique coupon codes, you can enable this Application's "redemption tracking" features by simply entering your Coupon Manager ID. Enabling this will allow send coupon code redemption data to Bronto after checkout completes.

Here's how you can enable this feature:

  1. Copy Coupon Manager ID - You can find your Coupon Manager ID by going to Commerce » Coupon Manager » Settings. In the overlay that loads you will see "Account ID" and a value that looks like this: yW5XxZKGFM6nJpBuZCmabNdMeKEsbsQI8euRMqLczpWU. Copy this value.

  2. Paste Coupon Manager ID - paste he above ID into the "Add your Coupon Manager ID" field in the Bronto plugin.

  3. Click Save Settings.

Web Recommendations Selector

Bronto Product Recommendations may be deployed to your site (supports Standard & Premium). The easiest & fastest implementation will be to leverage a simply CSS selector to define where you want recommendations to display on a product detail page.

For default product detail pages we recommend: section.related.products

Next, you can configure the title for each of the 3 DIV's. Titles can be set by entering text in these fields, blank values will result in an omission of that DIV from your product page:

NOTE: the selector will be used as the target for where 3 DIV tags will be injected (appendChild). Sample resulting HTML injected before Bronto recommendations load:

<div id="bronto-rec1" style="display: none;">
    <h2>{{ Label - Rec Block 1 (optional) }}</h2>
</div>
<div id="bronto-rec2" style="display: none;">
    <h2>{{ Label - Rec Block 2 (optional) }}</h2>
</div>
<div id="bronto-rec3" style="display: none;">
    <h2>{{ Label - Rec Block 3 (optional) }}</h2>
</div>

Once complete, click save settings.

Last updated

Was this helpful?