{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "PromotionActionValues",
	"description": "TAnalytics-v4 User action/engagement for promotions",
	"enum": [
		"IMPRESSION",
		"CLICK",
		"SEND_TO_PHONE",
		"DRIVE",
		"VISIT_VENDOR_URL",
		"DISMISS",
		"TIMEOUT"
	]
}