Snapchat · Schema

ConversionEventResponse

Response returned after successfully submitting conversion events.

AdvertisingARAugmented RealityMarketingMessagingSocial-Media

Properties

Name Type Description
status string The status of the request
reason string Additional details about the response
View JSON Schema on GitHub

JSON Schema

snapchat-conversioneventresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConversionEventResponse",
  "title": "ConversionEventResponse",
  "type": "object",
  "description": "Response returned after successfully submitting conversion events.",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of the request"
    },
    "reason": {
      "type": "string",
      "description": "Additional details about the response"
    }
  }
}