Conversions: Batch Files

Batch Conversions Overview

Rockerbox supports receiving conversion data via batch files for events that cannot be captured via pixel or webhook.

Common examples of when Rockerbox will leverage batch files to capture conversion data include:

  • Retail orders
  • Call center events
  • Server-side events (i.e. recurring subscriptions)

Requirements

In order to send batch conversion data to Rockerbox, you must do the following:

Report Fields

The below are fields that must be provided to Rockerbox in a batch file.

timestamp

string (UTC)

Yes

order_id

string

Yes

revenue

decimal

Yes

USD, with cents up to 2 decimal places

email

string

Yes (or user_id)

Either email or user_id must be sent and it must match the web based user identifier that is being sent in your pixel.

user_id

string

Yes (or email)

Either email or user_id must be sent and it must match the web based user identifier that is being sent in your pixel.

coupon

string

No

products

array

No

Looking to break out specific conversion categories in your Rockerbox data? See here for required fields that need to be passed on your conversion data to support these breakouts.


How did we do?