BlueConic · Schema

RecommendationResponse

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
recommendationBlock array The recommendation blocks as defined in the request body.
recommendationId string The unique ID for this recommendation request.
trackingPixel string The tracking pixel to track this recommendation request.
View JSON Schema on GitHub

JSON Schema

recommendationresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/blueconic/json-schema/recommendationresponse.json",
  "title": "RecommendationResponse",
  "type": "object",
  "properties": {
    "recommendationBlock": {
      "type": "array",
      "description": "The recommendation blocks as defined in the request body.",
      "items": {
        "$ref": "#/components/schemas/RecommendationSubResponse"
      }
    },
    "recommendationId": {
      "type": "string",
      "description": "The unique ID for this recommendation request."
    },
    "trackingPixel": {
      "type": "string",
      "description": "The tracking pixel to track this recommendation request."
    }
  }
}