Transcript
Page 1: Order Tracking: When Bronto and Your Commerce Platform Collide
Page 2: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Tracking When Bronto and Your Commerce Platform Collide

Page 3: Order Tracking: When Bronto and Your Commerce Platform Collide

Agenda

•  Order Import

•  Integrations & Services

•  Magic

•  Takeaways

•  Questions

Page 4: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import Wait, What’s An Order?

Page 5: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import

Data to Capture

•  Order ID •  Order Date •  List of Products Purchased:

•  SKU •  Name •  Category •  Description •  Image •  URL

•  Quantity •  Price

•  Contact Association •  Delivery Association (optional)

Page 6: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import - JavaScript

addOrder();

Page 7: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import – JavaScript Tips

•  Place on Order Confirmation page

•  Captures orders going forward once implemented, no history

•  Only an Add •  Will duplicate items if order ID already exists

•  If not using a private domain, leverage URL Tracking Parameters to create a first-party cookie

Learn more in the app: Home è Settings è Data Exchange

Page 8: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import - API

addOrUpdateOrders(orderObject[] orders);

deleteOrders(orderObject[] orders);

Page 9: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import – API Tips

•  Can capture historical orders

•  If the order ID already exists, it will perform an Update •  The order date and products array will be updated if not null

•  The entire products array will be replaced during an Update

•  You cannot modify any tracking data with an Update: •  email •  contactID •  tid •  deliveryID •  etc…

Learn more in the API doc / code samples at dev.bronto.com

Page 10: Order Tracking: When Bronto and Your Commerce Platform Collide

Order Import – General Tips

•  Email is top priority •  If you pass in a tid or contactID as well as an email and they do not

match, the email is used and the others are disregarded

•  Tax, Shipping, Discount •  Add in as additional items •  Can use a negative number for Discount •  Will render specially in reports

Page 11: Order Tracking: When Bronto and Your Commerce Platform Collide

Integrations & Services Don’t Reinvent the Wheel

Page 12: Order Tracking: When Bronto and Your Commerce Platform Collide

Existing Integrations

Page 13: Order Tracking: When Bronto and Your Commerce Platform Collide

Bronto Professional Services

•  Order Upload •  Regularly scheduled FTP upload of order information

•  Bronto Extension for Magento Implementation •  Install, configure and validate extension

•  Developer Kickstart •  Provide a step-by-step project plan

•  Strategic Sprints •  Post-Purchase Series •  Lapsed (or Never) Purchaser Series •  VIP / Loyalty Program Messaging

Learn more at http://bronto.com/services/scope

Page 14: Order Tracking: When Bronto and Your Commerce Platform Collide

The Magic Happens in Bronto TA-DA!

Page 15: Order Tracking: When Bronto and Your Commerce Platform Collide

Split Revenue By Channel

Page 16: Order Tracking: When Bronto and Your Commerce Platform Collide

Contact Orders & RFM

Page 17: Order Tracking: When Bronto and Your Commerce Platform Collide

Segmentation

** BMP comes with allocation of the most recent 100k orders

•  Only affects segmentation on order data •  Want to bring in full history for reporting & RFM •  Can purchase additional blocks of 100k

Page 18: Order Tracking: When Bronto and Your Commerce Platform Collide

Use Cases

•  Upgrade & Cross-Sell

•  Customer Lifecycle Management •  Never Purchased •  First-Time Buyers •  VIPs •  Lapsed Purchasers

•  Do Not Clean Recent Purchasers From Your List

•  Highly Targeted and Relevant Messaging

•  Determine Your Focus by Analyzing Orders

Page 19: Order Tracking: When Bronto and Your Commerce Platform Collide

Cross-Sell In 4 Easy Steps

Page 20: Order Tracking: When Bronto and Your Commerce Platform Collide

Cross-Sell: Step 1

Create Message

Page 21: Order Tracking: When Bronto and Your Commerce Platform Collide

Cross-Sell: Step 2

Create Segment

Page 22: Order Tracking: When Bronto and Your Commerce Platform Collide

Cross-Sell: Step 3

Create Workflow

Page 23: Order Tracking: When Bronto and Your Commerce Platform Collide

Cross-Sell: Step 4

Profit.

Page 24: Order Tracking: When Bronto and Your Commerce Platform Collide

What To Remember Like an elephant

Page 25: Order Tracking: When Bronto and Your Commerce Platform Collide

Key Takeaways

•  Must. Import. Orders.

•  Leverage Existing Integrations

•  Get Help From Bronto Professional Services

•  The Magic Happens in Bronto

Page 26: Order Tracking: When Bronto and Your Commerce Platform Collide

Questions? Thank You! [email protected] Professor Marvel


Top Related