Skip to main content
You can send Rockerbox your customers’ survey response data via an onsite pixel, server-side event, or batch file. If you collect this information prior to or during the purchase, you will add information to the purchase conversion. If you are collecting this as a post-purchase survey, you will set this up to fire after the survey response. This setup is similar to setting up a conversion pixel, with some minor differences.

Post-Purchase Survey Partners

Rockerbox has pre-built integrations with common post-purchase survey providers, automating the flow of survey data to Rockerbox. See more info on setup per platform below:

Requirements

You need to be able to add or modify an onsite pixel, server-side event, or batch file that contains survey response information, including:
  • Survey Question
  • Survey Response
  • At least one of the following: external_id, email, order_id
If you are passing the event via onsite pixel, you will also need to pass the survey response information in the data layer at the time the pixel fires.

Modify an Existing Event

In cases where you have the survey response prior to or during the purchase, you will need to modify your existing purchase event to include these additional parameters:
  • post_purchase_question
  • post_purchase_response

Create a Post-Purchase Survey via Pixel

If you conduct your survey after purchase, you will need to fire a new onsite pixel. Your Rockerbox survey pixel can be created using your All Pages pixel. The All Pages pixel is available in the Rockerbox Attribution platform:
  1. Click Settings in the top navigation bar
  2. Click Pixels
  3. Copy your All Pages pixel text. It will look like the example below:
  1. Edit the pixel action from RB.track("view") to the following:

Create a Post-Purchase Survey via Server-Side Event

If you are passing the event to Rockerbox via webhooks, pass the event as JSON:

Create a Post-Purchase Survey via Separate Batch File

If users complete the survey as a separate step from the conversion event, send those responses to Rockerbox as a separate batch file. Contact support@rockerbox.com for details on setting up the file transfer. The report needs to contain the following:

Create a Post-Purchase Survey via Same Batch File

If users complete the survey as part of the conversion flow and you are already sending a batch file for that conversion, include additional survey columns to the batch file to send the survey response to Rockerbox.