Skip to content

Instantly share code, notes, and snippets.

@jbwyme
Last active October 15, 2020 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbwyme/c093de8dbaa8cfceeb2eada306f59bed to your computer and use it in GitHub Desktop.
Save jbwyme/c093de8dbaa8cfceeb2eada306f59bed to your computer and use it in GitHub Desktop.
{
"$schema": "https://json-schema.org/draft-07/schema#",
"description": "A user views a report. This is tracked once per page view. The report name can be found under the \"Report Name\" property (formerly \"tab\")",
"self": {
"vendor": "com.mixpanel",
"name": "Viewed Report",
"format": "jsonschema",
"version": "1-0-0"
},
"metadata": {
"com.mixpanel": {
"tags": [
"CSM",
"Customer Education",
"*rawevent*"
],
"$source": "ui",
"platforms": [
"web"
],
"displayName": "Viewed Report"
}
},
"properties": {
"CSM": {
"type": "string",
"maxLength": 255,
"metadata": {
"com.mixpanel": {
"hidden": true
}
}
},
"tab": {
"type": "string",
"maxLength": 255,
"description": "The name of the report being viewed",
"metadata": {
"com.mixpanel": {
"displayName": "Report Name",
}
}
},
"Email": {
"type": "string",
"maxLength": 255
},
"gender": {
"type": "string",
"maxLength": 255
},
"origin": {
"type": "string",
"maxLength": 255
},
"source": {
"type": "string",
"maxLength": 255
},
"TV view": {
"type": "boolean"
},
"is_gdpr": {
"type": "boolean"
},
"is_volt": {
"type": "boolean"
},
"user_id": {
"type": "number"
},
"Platform": {
"type": "string",
"maxLength": 255
},
"share ID": {
"type": "string",
"maxLength": 255
},
"timezone": {
"type": "number"
},
"Nav Group": {
"type": "string",
"maxLength": 255
},
"Page Name": {
"type": "string",
"maxLength": 255
},
"opt_email": {
"type": "string",
"maxLength": 255
},
"Department": {
"type": "string",
"maxLength": 255
},
"Nav Source": {
"type": "string",
"maxLength": 255
},
"is_spa_nav": {
"type": "boolean"
},
"project_id": {
"type": "number"
}
},
"required": [
"project_id"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment