Beast Insights
  1. Schemas
Beast Insights
  • Order Summary Data
    • Order Summary (Event Date)
      POST
    • Cohort Summary (Initial Date)
      POST
  • BIN Routing
    • BIN Routing
      POST
  • Schemas
    • Schemas
      • PaginationInfo
      • OrderSummaryRecord
    • Response
      • UnauthorizedError
      • RateLimitError
      • BadRequestError
      • InternalServerError
    • ErrorResponse
    • SuccessResponse
    • BinRoutingRequest
    • OrderSummaryCohortRequest
    • OrderSummaryRequest
    • BinRoutingResponse
  1. Schemas

OrderSummaryRecord

A single order summary record containing both dimensional data and aggregated metrics.
Note: The exact fields returned depend on:
Which metrics you request (if any)
Which group_by dimensions you specify
Whether you're using aggregation or raw data
When using group_by, only the grouped dimensions and aggregated metrics are returned.
When not using group_by, all dimensions are included with individual record metrics.

{
    "date": "2019-08-24",
    "campaign_id": 0,
    "product_id": 0,
    "gateway_id": 0,
    "bin": "string",
    "affid": "string",
    "sub_affid": "string",
    "sales_type": "string",
    "refund_type": "string",
    "attempt_count": "string",
    "price_point": 0,
    "is_refund": "string",
    "approvals": 0,
    "attempts": 0,
    "revenue": 0,
    "initial_attempt": 0,
    "initial_approved": 0,
    "approvals_by_initial_date": 0,
    "revenue_by_initial_date": 0,
    "rebills_attempted": 0,
    "rebills_approved": 0,
    "refund_count": 0,
    "refund_amount": 0,
    "refund_amount_by_refund_date": 0,
    "refund_count_by_refund_date": 0,
    "refund_amount_by_initial_date": 0,
    "refund_count_by_initial_date": 0,
    "cb_count": 0,
    "cb_amount": 0,
    "cb_amount_by_cb_date": 0,
    "cb_count_by_cb_date": 0,
    "cb_amount_by_initial_date": 0,
    "cb_count_by_initial_date": 0,
    "campaign_cpa": 0,
    "product_cpa": 0,
    "cpa": 0,
    "final_cpa_prod_camp_val": 0,
    "alert": 0,
    "alert_by_alert_date": 0,
    "alert_by_initial_date": 0
}
Built with