Rockerbox cloud mode

Send events to Rockerbox using RudderStack cloud mode.

RudderStack lets you send your event data to Rockerbox via cloud mode.

info
Find the open source transformer code for this destination in the GitHub repository.

Track

The track call lets you capture user events along with the properties associated with them.

info
RudderStack supports the track call in both the cloud and device modes for the Rockerbox destination. Refer to the Hybrid mode for more information.

A sample track call is shown below:

rudderanalytics.track(
  "Order Completed", {
    revenue: 30,
    currency: "USD",
    user_actual_id: 12345 
  })
info
RudderStack sends all properties of the track event to Rockerbox.

The following table lists the required properties and their mappings between RudderStack and Rockerbox:

RudderStack propertyRockerbox property
context.traits.email/properties.emailemail
userIdcustomer_id
eventaction
timestamptimestamp

The following table lists the optional properties which are pre-defined in Rockerbox and their mappings with RudderStack:

RudderStack propertyRockerbox property
properties.revenuerevenue
properties.order_id/orderIdorderId
properties.in_storein_store
properties.salesforcesalesforce
context.traits.phonephone
properties.products.$.item_list_nameitem_list_name
properties.products.$.location_idlocation_id
properties.products.$.promotion_idpromotion_id
properties.products.$.promotion_namepromotion_name
properties.countryCodecountry_code
properties.listingIdlisting_id

Questions? Contact us by email or on Slack